Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveMemStoreCompactionStrategy
Adaptive is a heuristic that chooses whether to apply data compaction or not based on the level
of redundancy in the data.
|
class |
BasicMemStoreCompactionStrategy
Basic strategy chooses between two actions: flattening a segment or merging indices of all
segments in the pipeline.
|
class |
EagerMemStoreCompactionStrategy |
Modifier and Type | Field and Description |
---|---|
private MemStoreCompactionStrategy |
MemStoreCompactor.strategy |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.