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(ChunkCreator.ChunkType chunkType) |
Chunk |
MemStoreLABImpl.getNewExternalChunk(ChunkCreator.ChunkType chunkType) |
Chunk |
MemStoreLAB.getNewExternalChunk(ChunkCreator.ChunkType chunkType) |
Chunk |
ImmutableMemStoreLAB.getNewExternalChunk(int size) |
Chunk |
MemStoreLABImpl.getNewExternalChunk(int size) |
Chunk |
MemStoreLAB.getNewExternalChunk(int size) |
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–2019 Cloudera. All rights reserved.