Enum MemStoreCompactionStrategy.Action

java.lang.Object
java.lang.Enum<MemStoreCompactionStrategy.Action>
org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
All Implemented Interfaces:
Serializable, Comparable<MemStoreCompactionStrategy.Action>
Enclosing class:
MemStoreCompactionStrategy

Types of actions to be done on the pipeline upon MemStoreCompaction invocation. Note that every value covers the previous ones, i.e. if MERGE is the action it implies that the youngest segment is going to be flatten anyway.