Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AdminProtos.StopServerResponse> |
AdminProtos.StopServerResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.Builder.build() |
AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.Builder.buildPartial() |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.getDefaultInstance() |
AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.getDefaultInstanceForType() |
AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.Builder.getDefaultInstanceForType() |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseDelimitedFrom(InputStream input) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(byte[] data) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(com.google.protobuf.ByteString data) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(InputStream input) |
static AdminProtos.StopServerResponse |
AdminProtos.StopServerResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.StopServerResponse |
AdminProtos.AdminService.BlockingInterface.stopServer(com.google.protobuf.RpcController controller,
AdminProtos.StopServerRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AdminProtos.StopServerResponse> |
AdminProtos.StopServerResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
AdminProtos.StopServerResponse.Builder |
AdminProtos.StopServerResponse.Builder.mergeFrom(AdminProtos.StopServerResponse other) |
static AdminProtos.StopServerResponse.Builder |
AdminProtos.StopServerResponse.newBuilder(AdminProtos.StopServerResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AdminProtos.AdminService.stopServer(com.google.protobuf.RpcController controller,
AdminProtos.StopServerRequest request,
com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
rpc StopServer(.StopServerRequest) returns (.StopServerResponse); |
void |
AdminProtos.AdminService.Interface.stopServer(com.google.protobuf.RpcController controller,
AdminProtos.StopServerRequest request,
com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done)
rpc StopServer(.StopServerRequest) returns (.StopServerResponse); |
void |
AdminProtos.AdminService.Stub.stopServer(com.google.protobuf.RpcController controller,
AdminProtos.StopServerRequest request,
com.google.protobuf.RpcCallback<AdminProtos.StopServerResponse> done) |
Modifier and Type | Method and Description |
---|---|
AdminProtos.StopServerResponse |
RSRpcServices.stopServer(com.google.protobuf.RpcController controller,
AdminProtos.StopServerRequest request)
Stop the region server.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.