Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
private FlushType |
MemStoreFlusher.isAboveHighWaterMark()
Return the FlushType if global memory usage is above the high watermark
|
FlushType |
RegionServerAccounting.isAboveHighWaterMark()
Return the FlushType if we are above the memstore high water mark
|
private FlushType |
MemStoreFlusher.isAboveLowWaterMark()
Return the FlushType if we're above the low watermark
|
FlushType |
RegionServerAccounting.isAboveLowWaterMark()
Return the FlushType if we're above the low watermark
|
static FlushType |
FlushType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlushType[] |
FlushType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
MemStoreFlusher.flushOneForGlobalPressure(FlushType flushType)
The memstore across all regions has exceeded the low water mark.
|
void |
HeapMemoryManager.HeapMemoryTunerChore.flushRequested(FlushType type,
Region region) |
void |
FlushRequestListener.flushRequested(FlushType type,
Region region)
Callback which will get called when a flush request is made for a region.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.