Uses of Enum Class
org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
-
Uses of MemStoreCompactionStrategy.Action in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionprotected MemStoreCompactionStrategy.Action
MemStoreCompactionStrategy.compact
(VersionedSegmentsList versionedList, String strategyInfo) AdaptiveMemStoreCompactionStrategy.getAction
(VersionedSegmentsList versionedList) BasicMemStoreCompactionStrategy.getAction
(VersionedSegmentsList versionedList) EagerMemStoreCompactionStrategy.getAction
(VersionedSegmentsList versionedList) abstract MemStoreCompactionStrategy.Action
MemStoreCompactionStrategy.getAction
(VersionedSegmentsList versionedList) protected MemStoreCompactionStrategy.Action
AdaptiveMemStoreCompactionStrategy.getFlattenAction()
protected MemStoreCompactionStrategy.Action
MemStoreCompactionStrategy.getFlattenAction()
protected MemStoreCompactionStrategy.Action
AdaptiveMemStoreCompactionStrategy.getMergingAction()
protected MemStoreCompactionStrategy.Action
MemStoreCompactionStrategy.getMergingAction()
protected MemStoreCompactionStrategy.Action
MemStoreCompactionStrategy.simpleMergeOrFlatten
(VersionedSegmentsList versionedList, String strategy) Returns the enum constant of this class with the specified name.static MemStoreCompactionStrategy.Action[]
MemStoreCompactionStrategy.Action.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) private ImmutableSegment
MemStoreCompactor.createSubstitution
(MemStoreCompactionStrategy.Action action) ---------------------------------------------------------------------- Creation of the ImmutableSegment either by merge or copy-compact of the segments of the pipeline, based on the Compactor Iterator.void
CompactingMemStore.flattenOneSegment
(long requesterVersion, 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.private void
CellArrayImmutableSegment.initializeCellSet
(int numOfCells, MemStoreSegmentsIterator iterator, MemStoreCompactionStrategy.Action action) private void
CellChunkImmutableSegment.initializeCellSet
(int numOfCells, MemStoreSegmentsIterator iterator, MemStoreCompactionStrategy.Action action) private void
CellArrayImmutableSegment.reinitializeCellSet
(int numOfCells, KeyValueScanner segmentScanner, CellSet<ExtendedCell> oldCellSet, MemStoreCompactionStrategy.Action action) private void
CellChunkImmutableSegment.reinitializeCellSet
(int numOfCells, KeyValueScanner segmentScanner, CellSet<ExtendedCell> oldCellSet, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) ModifierConstructorDescriptionprotected
CellArrayImmutableSegment
(CellComparator comparator, MemStoreSegmentsIterator iterator, MemStoreLAB memStoreLAB, int numOfCells, MemStoreCompactionStrategy.Action action) ------------------------------------------------------------------------ C-tor to be used when new CellArrayImmutableSegment is a result of compaction of a list of older ImmutableSegments.protected
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
(CellComparator comparator, MemStoreSegmentsIterator iterator, MemStoreLAB memStoreLAB, int numOfCells, MemStoreCompactionStrategy.Action action) ------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of compaction/merge of a list of older ImmutableSegments.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.