Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MasterAdminService.BlockingInterface

Packages that use MasterAdminProtos.MasterAdminService.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 MasterAdminProtos.MasterAdminService.BlockingInterface in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return MasterAdminProtos.MasterAdminService.BlockingInterface
 MasterAdminProtos.MasterAdminService.BlockingInterface HConnectionWrapper.getMasterAdmin()
           
 MasterAdminProtos.MasterAdminService.BlockingInterface HConnection.getMasterAdmin()
          Returns a MasterAdminKeepAliveConnection to the active master
 

Uses of MasterAdminProtos.MasterAdminService.BlockingInterface in org.apache.hadoop.hbase.master
 

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

Uses of MasterAdminProtos.MasterAdminService.BlockingInterface in org.apache.hadoop.hbase.protobuf
 

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

Uses of MasterAdminProtos.MasterAdminService.BlockingInterface in org.apache.hadoop.hbase.protobuf.generated
 

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

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



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.