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

Packages that use MasterProtos.ShutdownResponse
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterProtos.ShutdownResponse in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return MasterProtos.ShutdownResponse
 MasterProtos.ShutdownResponse HMaster.shutdown(com.google.protobuf.RpcController controller, MasterProtos.ShutdownRequest request)
           
 

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

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

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

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.ShutdownResponse
abstract  void MasterProtos.MasterService.shutdown(com.google.protobuf.RpcController controller, MasterProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterProtos.ShutdownResponse> done)
          rpc Shutdown(.ShutdownRequest) returns (.ShutdownResponse);
 void MasterProtos.MasterService.Interface.shutdown(com.google.protobuf.RpcController controller, MasterProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterProtos.ShutdownResponse> done)
          rpc Shutdown(.ShutdownRequest) returns (.ShutdownResponse);
 void MasterProtos.MasterService.Stub.shutdown(com.google.protobuf.RpcController controller, MasterProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterProtos.ShutdownResponse> done)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.