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 TypeClassDescriptionclass
A MemStoreLAB implementation which wraps N MemStoreLABs.class
A 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) MemStoreLAB
Segment.getMemStoreLAB()
private MemStoreLAB
SegmentFactory.getMergedMemStoreLAB
(org.apache.hadoop.conf.Configuration conf, List<ImmutableSegment> segments) static MemStoreLAB
MemStoreLAB.newInstance
(org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.regionserver with parameters of type MemStoreLABModifier 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) private MutableSegment
SegmentFactory.generateMutableSegment
(org.apache.hadoop.conf.Configuration conf, CellComparator comparator, MemStoreLAB memStoreLAB, MemStoreSizing memstoreSizing) Constructors in org.apache.hadoop.hbase.regionserver with parameters of type MemStoreLABModifierConstructorDescriptionprotected
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
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
ImmutableSegment
(CellSet cs, CellComparator comparator, MemStoreLAB memStoreLAB) ------------------------------------------------------------------------ C-tor to be used to build the derived classesprotected
MutableSegment
(CellSet cellSet, CellComparator comparator, MemStoreLAB memStoreLAB, MemStoreSizing memstoreSizing) protected
Segment
(CellSet cellSet, CellComparator comparator, MemStoreLAB memStoreLAB, TimeRangeTracker trt) Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type MemStoreLAB