| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMemStoreLAB
A MemStoreLAB implementation which wraps N MemStoreLABs.
|
class |
MemStoreLABImpl
A memstore-local allocation buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static MemStoreLAB |
MemStoreLAB.newInstance(org.apache.hadoop.conf.Configuration conf) |
| Constructor and Description |
|---|
ImmutableSegment(CellComparator comparator,
MemStoreSegmentsIterator iterator,
MemStoreLAB memStoreLAB)
------------------------------------------------------------------------
C-tor to be used when new SKIP-LIST BASED ImmutableSegment is a result of compaction of a
list of older ImmutableSegments.
|
ImmutableSegment(CellComparator comparator,
MemStoreSegmentsIterator iterator,
MemStoreLAB memStoreLAB,
int numOfCells,
ImmutableSegment.Type type,
boolean merge)
------------------------------------------------------------------------
C-tor to be used when new CELL_ARRAY BASED ImmutableSegment is a result of compaction of a
list of older ImmutableSegments.
|
MutableSegment(CellSet cellSet,
CellComparator comparator,
MemStoreLAB memStoreLAB) |
Segment(CellSet cellSet,
CellComparator comparator,
MemStoreLAB memStoreLAB) |
| Constructor and Description |
|---|
ImmutableMemStoreLAB(List<MemStoreLAB> mslabs) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.