Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
(package private) 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() |
Modifier and Type | Method and Description |
---|---|
static HeapMemoryManager |
HeapMemoryManager.create(org.apache.hadoop.conf.Configuration conf,
FlushRequester memStoreFlusher,
Server server,
RegionServerAccounting regionServerAccounting) |
Constructor and Description |
---|
HeapMemoryManager(ResizableBlockCache blockCache,
FlushRequester memStoreFlusher,
Server server,
RegionServerAccounting regionServerAccounting) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.