Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
org.apache.hadoop.hbase.nio |
Modifier and Type | Field and Description |
---|---|
protected ObjectIntPair<ByteBuffer> |
RowIndexSeekerV1.tmpPair |
private ObjectIntPair<ByteBuffer> |
BufferedDataBlockEncoder.SeekerState.tmpPair |
protected ObjectIntPair<ByteBuffer> |
BufferedDataBlockEncoder.BufferedEncodedSeeker.tmpPair |
Constructor and Description |
---|
DiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
FastDiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
SeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
Modifier and Type | Field and Description |
---|---|
(package private) ObjectIntPair<ByteBuffer> |
HFileReaderImpl.HFileScannerImpl.pair |
Modifier and Type | Method and Description |
---|---|
abstract void |
ByteBuff.asSubByteBuffer(int offset,
int length,
ObjectIntPair<ByteBuffer> pair)
Returns bytes from given offset till length specified, as a single ByteBuffer.
|
void |
SingleByteBuff.asSubByteBuffer(int offset,
int length,
ObjectIntPair<ByteBuffer> pair) |
void |
MultiByteBuff.asSubByteBuffer(int offset,
int length,
ObjectIntPair<ByteBuffer> pair)
Returns bytes from given offset till length specified, as a single ByteBuffer.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.