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

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type MasterProtos.GetClusterStatusRequest
static com.google.protobuf.Parser<MasterProtos.GetClusterStatusRequest> MasterProtos.GetClusterStatusRequest.PARSER
           
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type MasterProtos.GetClusterStatusRequest
 com.google.protobuf.Parser<MasterProtos.GetClusterStatusRequest> MasterProtos.GetClusterStatusRequest.getParserForType()
           
 

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



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