Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.StopMasterResponse |
MasterRpcServices.stopMaster(com.google.protobuf.RpcController controller,
MasterProtos.StopMasterRequest request) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.StopMasterResponse> |
MasterProtos.StopMasterResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.Builder.build() |
MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.Builder.buildPartial() |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.getDefaultInstance() |
MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.getDefaultInstanceForType() |
MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(byte[] data) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(InputStream input) |
static MasterProtos.StopMasterResponse |
MasterProtos.StopMasterResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.StopMasterResponse |
MasterProtos.MasterService.BlockingInterface.stopMaster(com.google.protobuf.RpcController controller,
MasterProtos.StopMasterRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.StopMasterResponse> |
MasterProtos.StopMasterResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.StopMasterResponse.Builder |
MasterProtos.StopMasterResponse.Builder.mergeFrom(MasterProtos.StopMasterResponse other) |
static MasterProtos.StopMasterResponse.Builder |
MasterProtos.StopMasterResponse.newBuilder(MasterProtos.StopMasterResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.stopMaster(com.google.protobuf.RpcController controller,
MasterProtos.StopMasterRequest request,
com.google.protobuf.RpcCallback<MasterProtos.StopMasterResponse> done)
rpc StopMaster(.StopMasterRequest) returns (.StopMasterResponse); |
void |
MasterProtos.MasterService.Interface.stopMaster(com.google.protobuf.RpcController controller,
MasterProtos.StopMasterRequest request,
com.google.protobuf.RpcCallback<MasterProtos.StopMasterResponse> done)
rpc StopMaster(.StopMasterRequest) returns (.StopMasterResponse); |
void |
MasterProtos.MasterService.Stub.stopMaster(com.google.protobuf.RpcController controller,
MasterProtos.StopMasterRequest request,
com.google.protobuf.RpcCallback<MasterProtos.StopMasterResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.