Uses of Enum Class
org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
Packages that use CompactingMemStore.IndexType
-
Uses of CompactingMemStore.IndexType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as CompactingMemStore.IndexTypeModifier and TypeFieldDescriptionprivate CompactingMemStore.IndexTypeCompactingMemStore.indexTypeMethods in org.apache.hadoop.hbase.regionserver that return CompactingMemStore.IndexTypeModifier and TypeMethodDescriptionCompactingMemStore.getIndexType()static CompactingMemStore.IndexTypeReturns 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.Methods in org.apache.hadoop.hbase.regionserver with parameters of type CompactingMemStore.IndexTypeModifier and TypeMethodDescriptionprivate ImmutableSegmentSegmentFactory.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) booleanCompactionPipeline.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) voidCompactingMemStore.setIndexType(CompactingMemStore.IndexType type)