Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ShutdownRequest

Packages that use MasterAdminProtos.ShutdownRequest
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterAdminProtos.ShutdownRequest in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master with parameters of type MasterAdminProtos.ShutdownRequest
 MasterAdminProtos.ShutdownResponse HMaster.shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request)
           
 

Uses of MasterAdminProtos.ShutdownRequest in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterAdminProtos.ShutdownRequest
 MasterAdminProtos.ShutdownRequest.Builder MasterAdminProtos.ShutdownRequest.Builder.mergeFrom(MasterAdminProtos.ShutdownRequest other)
           
static MasterAdminProtos.ShutdownRequest.Builder MasterAdminProtos.ShutdownRequest.newBuilder(MasterAdminProtos.ShutdownRequest prototype)
           
 MasterAdminProtos.ShutdownResponse MasterAdminProtos.MasterAdminService.BlockingInterface.shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request)
           
abstract  void MasterAdminProtos.MasterAdminService.shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ShutdownResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Interface.shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ShutdownResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Stub.shutdown(com.google.protobuf.RpcController controller, MasterAdminProtos.ShutdownRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.ShutdownResponse> done)
           
 



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