Uses of Class
org.apache.hadoop.hbase.regionserver.CellSet
-
Uses of CellSet in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionprotected CellSet
CompositeImmutableSegment.getCellSet()
Returns a set of all cells in the segmentprotected CellSet
Segment.getCellSet()
Returns a set of all cells in the segmentModifier and TypeMethodDescriptionprivate void
CellArrayImmutableSegment.reinitializeCellSet
(int numOfCells, KeyValueScanner segmentScanner, CellSet oldCellSet, MemStoreCompactionStrategy.Action action) private void
CellChunkImmutableSegment.reinitializeCellSet
(int numOfCells, KeyValueScanner segmentScanner, CellSet oldCellSet, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) protected CompositeImmutableSegment
CompositeImmutableSegment.setCellSet
(CellSet cellSetOld, CellSet cellSetNew) Setting the CellSet of the segment - used only for flat immutable segment for setting immutable CellSet after its creation in immutable segment constructorprotected Segment
Segment.setCellSet
(CellSet cellSetOld, CellSet cellSetNew) Setting the CellSet of the segment - used only for flat immutable segment for setting immutable CellSet after its creation in immutable segment constructorModifierConstructorDescriptionprotected
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)