程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.io.util | |
org.apache.hadoop.hbase.util |
限定符和类型 | 方法和说明 |
---|---|
static Pair<Integer,Integer> |
StreamUtils.readRawVarint32(byte[] input,
int offset)
Reads a varInt value stored in an array.
|
限定符和类型 | 方法和说明 |
---|---|
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–2022 The Apache Software Foundation. All rights reserved.