| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Class and Description |
|---|---|
class |
OffheapChunk
An off heap chunk implementation.
|
class |
OnheapChunk
An on heap chunk implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ImmutableMemStoreLAB.getNewExternalChunk() |
Chunk |
MemStoreLAB.getNewExternalChunk()
Return a new empty chunk without considering this chunk as current
The space on this chunk will be allocated externally
|
Chunk |
MemStoreLABImpl.getNewExternalChunk() |
| Constructor and Description |
|---|
CellChunkMap(Comparator<? super Cell> comparator,
Chunk[] chunks,
int min,
int max,
boolean descending)
C-tor for creating CellChunkMap from existing Chunk array, which must be ordered
(decreasingly or increasingly according to parameter "descending")
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.