Class EagerMemStoreCompactionStrategy
java.lang.Object
org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
org.apache.hadoop.hbase.regionserver.EagerMemStoreCompactionStrategy
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
MemStoreCompactionStrategy.Action
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
cfName, COMPACTING_MEMSTORE_THRESHOLD_DEFAULT, COMPACTING_MEMSTORE_THRESHOLD_KEY, LOG, pipelineThreshold
-
Constructor Summary
ConstructorDescriptionEagerMemStoreCompactionStrategy
(org.apache.hadoop.conf.Configuration conf, String cfName) -
Method Summary
Modifier and TypeMethodDescriptiongetAction
(VersionedSegmentsList versionedList) protected String
getName()
Methods inherited from class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
compact, getFlattenAction, getMergingAction, resetStats, simpleMergeOrFlatten, toString, updateStats
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
EagerMemStoreCompactionStrategy
-
-
Method Details
-
getAction
- Specified by:
getAction
in classMemStoreCompactionStrategy
-
getName
- Specified by:
getName
in classMemStoreCompactionStrategy
-