private static class HRegionServer.PeriodicMemStoreFlusher extends ScheduledChore
Modifier and Type | Field and Description |
---|---|
private static int |
MIN_DELAY_TIME |
private static int |
RANGE_OF_DELAY |
private long |
rangeOfDelayMs |
private HRegionServer |
server |
Constructor and Description |
---|
PeriodicMemStoreFlusher(int cacheFlushInterval,
HRegionServer server) |
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 server
private static final int RANGE_OF_DELAY
private static final int MIN_DELAY_TIME
private final long rangeOfDelayMs
PeriodicMemStoreFlusher(int cacheFlushInterval, HRegionServer server)
protected void chore()
ScheduledChore
chore
in class ScheduledChore
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.