Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.nio |
Modifier and Type | Field and Description |
---|---|
protected ObjectIntPair<ByteBuffer> |
RowIndexSeekerV1.tmpPair |
Constructor and Description |
---|
DiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
FastDiffSeekerState(ObjectIntPair<ByteBuffer> tmpPair,
boolean includeTags) |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract void |
ByteBuff.asSubByteBuffer(int offset,
int length,
ObjectIntPair<ByteBuffer> pair)
Returns bytes from given offset till length specified, as a single ByteBuffer.
|
Copyright © 2007–2019 Cloudera. All rights reserved.