Uses of Enum Class
org.apache.hadoop.hbase.regionserver.FlushType
Packages that use FlushType
-
Uses of FlushType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return FlushTypeModifier and TypeMethodDescriptionprivate FlushTypeMemStoreFlusher.isAboveHighWaterMark()Return the FlushType if global memory usage is above the high watermarkRegionServerAccounting.isAboveHighWaterMark()Return the FlushType if we are above the memstore high water markprivate FlushTypeMemStoreFlusher.isAboveLowWaterMark()Return the FlushType if we're above the low watermarkRegionServerAccounting.isAboveLowWaterMark()Return the FlushType if we're above the low watermarkstatic FlushTypeReturns the enum constant of this class with the specified name.static FlushType[]FlushType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type FlushTypeModifier and TypeMethodDescriptionprivate booleanMemStoreFlusher.flushOneForGlobalPressure(FlushType flushType) The memstore across all regions has exceeded the low water mark.voidFlushRequestListener.flushRequested(FlushType type, Region region) Callback which will get called when a flush request is made for a region.voidHeapMemoryManager.HeapMemoryTunerChore.flushRequested(FlushType type, Region region)