Uses of Class
org.apache.hadoop.hbase.regionserver.CSLMImmutableSegment
-
Uses of CSLMImmutableSegment in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionSegmentFactory.createImmutableSegmentByFlattening
(CSLMImmutableSegment segment, CompactingMemStore.IndexType idxType, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) ModifierConstructorDescriptionprotected
CellArrayImmutableSegment
(CSLMImmutableSegment segment, MemStoreSizing mss, MemStoreCompactionStrategy.Action action) ------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of flattening of CSLMImmutableSegment The given iterator returns the Cells that "survived" the compaction.protected
CellChunkImmutableSegment
(CSLMImmutableSegment segment, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) ------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of flattening of CSLMImmutableSegment The given iterator returns the Cells that "survived" the compaction.