Class HRegionServer.PeriodicMemStoreFlusher
java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.regionserver.HRegionServer.PeriodicMemStoreFlusher
- All Implemented Interfaces:
Runnable
- Enclosing class:
- HRegionServer
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final int
private final long
private final HRegionServer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
chore()
The task to execute on each scheduled execution of the ChoreMethods inherited from class org.apache.hadoop.hbase.ScheduledChore
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, shutdown, shutdown, toString, triggerNow
-
Field Details
-
server
-
RANGE_OF_DELAY
- See Also:
-
MIN_DELAY_TIME
- See Also:
-
rangeOfDelayMs
-
-
Constructor Details
-
PeriodicMemStoreFlusher
PeriodicMemStoreFlusher(int cacheFlushInterval, HRegionServer server)
-
-
Method Details
-
chore
Description copied from class:ScheduledChore
The task to execute on each scheduled execution of the Chore- Specified by:
chore
in classScheduledChore
-