Packages that use org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
-
Uses of org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy in org.apache.hadoop.hbase.regionserver
class
org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
Adaptive is a heuristic that chooses whether to apply data compaction or not based on the level
of redundancy in the data.
class
org.apache.hadoop.hbase.regionserver.BasicMemStoreCompactionStrategy
Basic strategy chooses between two actions: flattening a segment or merging indices of all
segments in the pipeline.
class
org.apache.hadoop.hbase.regionserver.EagerMemStoreCompactionStrategy