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