|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.util |
Uses of Pair in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return Pair | |
---|---|
Pair<byte[][],byte[][]> |
HTable.getStartEndKeys()
Gets the starting and ending row keys for every region in the currently open table. |
Uses of Pair in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util that return Pair | ||
---|---|---|
static
|
Pair.of(T1 one,
T2 two)
Creates a new instance of the pair encapsulating the supplied values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |