| 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.
|
| 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.