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