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

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

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.GetClusterStatusResponse
 MasterProtos.GetClusterStatusResponse.Builder MasterProtos.GetClusterStatusResponse.Builder.mergeFrom(MasterProtos.GetClusterStatusResponse other)
           
static MasterProtos.GetClusterStatusResponse.Builder MasterProtos.GetClusterStatusResponse.newBuilder(MasterProtos.GetClusterStatusResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.GetClusterStatusResponse
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)
           
 



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