|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triple | |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.util |
Uses of Triple in org.apache.hadoop.hbase.master |
---|
Method parameters in org.apache.hadoop.hbase.master with type arguments of type Triple | |
---|---|
List<RegionOpeningState> |
ServerManager.sendRegionOpen(ServerName server,
List<Triple<HRegionInfo,Integer,List<ServerName>>> regionOpenInfos)
Sends an OPEN RPC to the specified server to open the specified region. |
Uses of Triple in org.apache.hadoop.hbase.protobuf |
---|
Method parameters in org.apache.hadoop.hbase.protobuf with type arguments of type Triple | |
---|---|
static AdminProtos.OpenRegionRequest |
RequestConverter.buildOpenRegionRequest(ServerName server,
List<Triple<HRegionInfo,Integer,List<ServerName>>> regionOpenInfos,
Boolean openForReplay)
Create a protocol buffer OpenRegionRequest to open a list of regions |
Uses of Triple in org.apache.hadoop.hbase.util |
---|
Methods in org.apache.hadoop.hbase.util that return Triple | ||
---|---|---|
static
|
Triple.create(A first,
B second,
C third)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |