| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteTableResponse |
ShortCircuitMasterConnection.deleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteTableResponse |
MasterRpcServices.deleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteTableResponse> |
MasterProtos.DeleteTableResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.Builder.build() |
MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.Builder.buildPartial() |
MasterProtos.DeleteTableResponse |
MasterProtos.MasterService.BlockingInterface.deleteTable(org.apache.hbase.thirdparty.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,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(byte[] data) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(ByteBuffer data) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(InputStream input) |
static MasterProtos.DeleteTableResponse |
MasterProtos.DeleteTableResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteTableResponse> |
MasterProtos.DeleteTableResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteTableResponse> |
MasterProtos.DeleteTableResponse.parser() |
| 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(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteTableResponse> done)
Deletes a table
|
void |
MasterProtos.MasterService.Interface.deleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteTableResponse> done)
Deletes a table
|
void |
MasterProtos.MasterService.Stub.deleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteTableResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.