Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.MasterMonitorService.BlockingInterface

Packages that use MasterMonitorProtos.MasterMonitorService.BlockingInterface
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterMonitorProtos.MasterMonitorService.BlockingInterface in org.apache.hadoop.hbase
 

Subinterfaces of MasterMonitorProtos.MasterMonitorService.BlockingInterface in org.apache.hadoop.hbase
 interface MasterMonitorProtocol
          Protocol that a client uses to communicate with the Master (for monitoring purposes).
 

Uses of MasterMonitorProtos.MasterMonitorService.BlockingInterface in org.apache.hadoop.hbase.master
 

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

Uses of MasterMonitorProtos.MasterMonitorService.BlockingInterface in org.apache.hadoop.hbase.protobuf.generated
 

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

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



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