Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private AtomicReference<CellSet> |
Segment.cellSet |
Modifier and Type | Method and Description |
---|---|
protected CellSet |
Segment.getCellSet()
Returns a set of all cells in the segment
|
protected CellSet |
CompositeImmutableSegment.getCellSet()
Returns a set of all cells in the segment
|
Modifier and Type | Method and Description |
---|---|
private 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 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 constructor
|
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 constructor
|
Constructor and Description |
---|
ImmutableSegment(CellSet cs,
CellComparator comparator,
MemStoreLAB memStoreLAB)
------------------------------------------------------------------------ C-tor to be used to
build the derived classes
|
MutableSegment(CellSet cellSet,
CellComparator comparator,
MemStoreLAB memStoreLAB,
MemStoreSizing memstoreSizing) |
Segment(CellSet cellSet,
CellComparator comparator,
MemStoreLAB memStoreLAB,
TimeRangeTracker trt) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.