| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OffheapChunk
An off heap chunk implementation.
|
class |
OnheapChunk
An on heap chunk implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 构造器和说明 |
|---|
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 The Apache Software Foundation. All rights reserved.