Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface

Packages that use MasterProtos.MasterService.BlockingInterface
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterProtos.MasterService.BlockingInterface in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return MasterProtos.MasterService.BlockingInterface
 MasterProtos.MasterService.BlockingInterface HConnection.getMaster()
          Returns a MasterKeepAliveConnection to the active master
 MasterProtos.MasterService.BlockingInterface HConnectionManager.HConnectionImplementation.getMaster()
           
 

Uses of MasterProtos.MasterService.BlockingInterface in org.apache.hadoop.hbase.master
 

Classes in org.apache.hadoop.hbase.master that implement MasterProtos.MasterService.BlockingInterface
 class HMaster
          HMaster is the "master server" for HBase.
static class HMasterCommandLine.LocalHMaster
           
 

Uses of MasterProtos.MasterService.BlockingInterface in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type MasterProtos.MasterService.BlockingInterface
static ClientProtos.CoprocessorServiceResponse ProtobufUtil.execService(MasterProtos.MasterService.BlockingInterface client, ClientProtos.CoprocessorServiceCall call)
           
 

Uses of MasterProtos.MasterService.BlockingInterface in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.MasterService.BlockingInterface
static MasterProtos.MasterService.BlockingInterface MasterProtos.MasterService.newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.MasterService.BlockingInterface
static com.google.protobuf.BlockingService MasterProtos.MasterService.newReflectiveBlockingService(MasterProtos.MasterService.BlockingInterface impl)
           
 



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