| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CellSet |
CompositeImmutableSegment.getCellSet() |
protected CellSet |
Segment.getCellSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
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
|
| 构造器和说明 |
|---|
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–2019 The Apache Software Foundation. All rights reserved.