Uses of Interface
org.apache.hadoop.hbase.regionserver.MemStoreLAB
Packages that use MemStoreLAB
-
Uses of MemStoreLAB in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement MemStoreLABModifier and TypeClassDescriptionclassA MemStoreLAB implementation which wraps N MemStoreLABs.classA memstore-local allocation buffer.Fields in org.apache.hadoop.hbase.regionserver declared as MemStoreLABFields in org.apache.hadoop.hbase.regionserver with type parameters of type MemStoreLABMethods in org.apache.hadoop.hbase.regionserver that return MemStoreLABModifier and TypeMethodDescription(package private) MemStoreLABSegment.getMemStoreLAB()private MemStoreLABSegmentFactory.getMergedMemStoreLAB(org.apache.hadoop.conf.Configuration conf, List<ImmutableSegment> segments) static MemStoreLABMemStoreLAB.newInstance(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.regionserver with parameters of type MemStoreLABModifier and TypeMethodDescriptionprivate ImmutableSegmentSegmentFactory.createImmutableSegment(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreSegmentsIterator iterator, MemStoreLAB memStoreLAB, int numOfCells, MemStoreCompactionStrategy.Action action, CompactingMemStore.IndexType idxType) private MutableSegmentSegmentFactory.generateMutableSegment(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreLAB memStoreLAB, MemStoreSizing memstoreSizing) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type MemStoreLABModifierConstructorDescriptionprotectedCellArrayImmutableSegment(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.protectedCellChunkImmutableSegment(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.protectedImmutableSegment(CellSet cs, CellComparator comparator, MemStoreLAB memStoreLAB) ------------------------------------------------------------------------ C-tor to be used to build the derived classesprotectedMutableSegment(CellSet cellSet, CellComparator comparator, MemStoreLAB memStoreLAB, MemStoreSizing memstoreSizing) protectedSegment(CellSet cellSet, CellComparator comparator, MemStoreLAB memStoreLAB, TimeRangeTracker trt) Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type MemStoreLAB