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

Packages that use MasterProtos.IsMasterRunningResponse
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

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

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

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

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



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