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