Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetClusterStatusRequest

Packages that use MasterMonitorProtos.GetClusterStatusRequest
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 MasterMonitorProtos.GetClusterStatusRequest in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type MasterMonitorProtos.GetClusterStatusRequest
 MasterMonitorProtos.GetClusterStatusResponse HMaster.getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest req)
           
 

Uses of MasterMonitorProtos.GetClusterStatusRequest in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return MasterMonitorProtos.GetClusterStatusRequest
static MasterMonitorProtos.GetClusterStatusRequest RequestConverter.buildGetClusterStatusRequest()
          Creates a protocol buffer GetClusterStatusRequest
 

Uses of MasterMonitorProtos.GetClusterStatusRequest in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterMonitorProtos.GetClusterStatusRequest
 MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.Builder.build()
           
 MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.Builder.buildPartial()
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.getDefaultInstance()
           
 MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.getDefaultInstanceForType()
           
 MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.Builder.getDefaultInstanceForType()
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseDelimitedFrom(InputStream input)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(byte[] data)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.ByteString data)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(InputStream input)
           
static MasterMonitorProtos.GetClusterStatusRequest MasterMonitorProtos.GetClusterStatusRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterMonitorProtos.GetClusterStatusRequest
 MasterMonitorProtos.GetClusterStatusResponse MasterMonitorProtos.MasterMonitorService.BlockingInterface.getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest request)
           
abstract  void MasterMonitorProtos.MasterMonitorService.getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetClusterStatusResponse> done)
           
 void MasterMonitorProtos.MasterMonitorService.Interface.getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetClusterStatusResponse> done)
           
 void MasterMonitorProtos.MasterMonitorService.Stub.getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetClusterStatusResponse> done)
           
 MasterMonitorProtos.GetClusterStatusRequest.Builder MasterMonitorProtos.GetClusterStatusRequest.Builder.mergeFrom(MasterMonitorProtos.GetClusterStatusRequest other)
           
static MasterMonitorProtos.GetClusterStatusRequest.Builder MasterMonitorProtos.GetClusterStatusRequest.newBuilder(MasterMonitorProtos.GetClusterStatusRequest prototype)
           
 



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