use of org.apache.phoenix.schema.stats.StatisticsCollectionRunTracker in project phoenix by apache.
the class StatisticsCollectionRunTrackerIT method markRunningUpdateStats.
private void markRunningUpdateStats(HRegionInfo regionInfo) {
StatisticsCollectionRunTracker tracker = StatisticsCollectionRunTracker.getInstance(new Configuration());
tracker.addUpdateStatsCommandRegion(regionInfo);
}
Aggregations