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

Packages that use MasterProtos.MasterService.BlockingInterface
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

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

Subinterfaces of MasterProtos.MasterService.BlockingInterface in org.apache.hadoop.hbase
 interface MasterAdminProtocol
          Protocol that a client uses to communicate with the Master (for admin purposes).
 interface MasterMonitorProtocol
          Protocol that a client uses to communicate with the Master (for monitoring purposes).
 interface MasterProtocol
          Functions implemented by all the master protocols: e.g.
 

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.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 © 2013 The Apache Software Foundation. All Rights Reserved.