Uses of Class
org.apache.hadoop.hbase.regionserver.CellSet
Packages that use CellSet
-
Uses of CellSet in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver with type parameters of type CellSetMethods in org.apache.hadoop.hbase.regionserver that return CellSetModifier and TypeMethodDescriptionprotected CellSetCompositeImmutableSegment.getCellSet()Returns a set of all cells in the segmentprotected CellSetSegment.getCellSet()Returns a set of all cells in the segmentMethods in org.apache.hadoop.hbase.regionserver with parameters of type CellSetModifier and TypeMethodDescriptionprivate voidCellArrayImmutableSegment.reinitializeCellSet(int numOfCells, KeyValueScanner segmentScanner, CellSet oldCellSet, MemStoreCompactionStrategy.Action action) private voidCellChunkImmutableSegment.reinitializeCellSet(int numOfCells, KeyValueScanner segmentScanner, CellSet oldCellSet, MemStoreSizing memstoreSizing, MemStoreCompactionStrategy.Action action) protected CompositeImmutableSegmentCompositeImmutableSegment.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 SegmentSegment.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 constructorConstructors in org.apache.hadoop.hbase.regionserver with parameters of type CellSetModifierConstructorDescriptionprotectedImmutableSegment(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)