public class CompactedHFilesDischarger
extends ScheduledChore
| Constructor and Description |
|---|
CompactedHFilesDischarger(int period,
Stoppable stopper,
RegionServerServices regionServerServices) |
CompactedHFilesDischarger(int period,
Stoppable stopper,
RegionServerServices regionServerServices,
boolean useExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
chore() |
public CompactedHFilesDischarger(int period,
Stoppable stopper,
RegionServerServices regionServerServices)
period - the period of time to sleep between each runstopper - the stopperregionServerServices - the region server that starts this chorepublic CompactedHFilesDischarger(int period,
Stoppable stopper,
RegionServerServices regionServerServices,
boolean useExecutor)
period - the period of time to sleep between each runstopper - the stopperregionServerServices - the region server that starts this choreuseExecutor - true if to use the region server's executor service, false otherwise