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