| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | MemStoreFlusherThread 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| private FlushRequester | HeapMemoryManager. memStoreFlusher | 
| Modifier and Type | Method and Description | 
|---|---|
| FlushRequester | RegionServerServices. getFlushRequester() | 
| FlushRequester | HRegionServer. getFlushRequester() | 
| Constructor and Description | 
|---|
| HeapMemoryManager(BlockCache blockCache,
                 FlushRequester memStoreFlusher,
                 Server server,
                 RegionServerAccounting regionServerAccounting) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.