Class MemStoreFlusher

java.lang.Object
org.apache.hadoop.hbase.regionserver.MemStoreFlusher
All Implemented Interfaces:
ConfigurationObserver, FlushRequester

@Private public class MemStoreFlusher extends Object implements FlushRequester, ConfigurationObserver
Thread that flushes cache on request NOTE: This class extends Thread rather than Chore because the sleep time can be interrupted when there is something to do, rather than the Chore sleep time which is invariant.
See Also: