Uses of Enum Class
org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
-
Uses of CompactingMemStore.IndexType in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate CompactingMemStore.IndexType
CompactingMemStore.indexType
Modifier and TypeMethodDescriptionCompactingMemStore.getIndexType()
static CompactingMemStore.IndexType
Returns the enum constant of this class with the specified name.static CompactingMemStore.IndexType[]
CompactingMemStore.IndexType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate ImmutableSegment
SegmentFactory.createImmutableSegment
(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreSegmentsIterator iterator, MemStoreLAB memStoreLAB, int numOfCells, MemStoreCompactionStrategy.Action action, CompactingMemStore.IndexType idxType) SegmentFactory.createImmutableSegmentByCompaction
(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreSegmentsIterator iterator, int numOfCells, CompactingMemStore.IndexType idxType, MemStoreCompactionStrategy.Action action) SegmentFactory.createImmutableSegmentByFlattening
(CSLMImmutableSegment segment, CompactingMemStore.IndexType idxType, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) SegmentFactory.createImmutableSegmentByMerge
(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreSegmentsIterator iterator, int numOfCells, List<ImmutableSegment> segments, CompactingMemStore.IndexType idxType, MemStoreCompactionStrategy.Action action) boolean
CompactionPipeline.flattenOneSegment
(long requesterVersion, CompactingMemStore.IndexType idxType, MemStoreCompactionStrategy.Action action) If the caller holds the current version, go over the the pipeline and try to flatten each segment.(package private) void
CompactingMemStore.setIndexType
(CompactingMemStore.IndexType type)