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

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

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

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

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

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



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