Uses of Class
org.apache.hadoop.hbase.util.Triple

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
<A,B,C> Triple<A,B,C>
Triple.create(A first, B second, C third)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.