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, triggerNowprivate 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()
ScheduledChorechore in class ScheduledChoreCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.