| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.util | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
StreamUtils.readRawVarint32(byte[] input,
int offset)
Reads a varInt value stored in an array.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Pair<T1,T2> |
Pair.newPair(T1 a,
T2 b)
Constructs a new pair, inferring the type via the passed arguments
|
Copyright © 2007–2017. All rights reserved.