private static class HRegionServer.CompactionChecker extends ScheduledChore
Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_PRIORITY |
private HRegionServer |
instance |
private long |
iteration |
private int |
majorCompactPriority |
Constructor and Description |
---|
CompactionChecker(HRegionServer h,
int sleepTime,
Stoppable stopper) |
Modifier and Type | Method and Description |
---|---|
protected void |
chore()
The task to execute on each scheduled execution of the Chore
|
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, toString, triggerNow
private final HRegionServer instance
private final int majorCompactPriority
private static final int DEFAULT_PRIORITY
private long iteration
CompactionChecker(HRegionServer h, int sleepTime, Stoppable stopper)
protected void chore()
ScheduledChore
chore
in class ScheduledChore
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.