| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| 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 | Method and Description |
|---|---|
static MasterProtos.DeleteTableRequest |
RequestConverter.buildDeleteTableRequest(TableName tableName,
long nonceGroup,
long nonce)
Creates a protocol buffer DeleteTableRequest
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteTableRequest> |
MasterProtos.DeleteTableRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.Builder.build() |
MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.Builder.buildPartial() |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.getDefaultInstance() |
MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.getDefaultInstanceForType() |
MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(byte[] data) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(ByteBuffer data) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.parseFrom(InputStream input) |
static MasterProtos.DeleteTableRequest |
MasterProtos.DeleteTableRequest.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.DeleteTableRequest> |
MasterProtos.DeleteTableRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteTableRequest> |
MasterProtos.DeleteTableRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteTableResponse |
MasterProtos.MasterService.BlockingInterface.deleteTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteTableRequest request) |
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) |
MasterProtos.DeleteTableRequest.Builder |
MasterProtos.DeleteTableRequest.Builder.mergeFrom(MasterProtos.DeleteTableRequest other) |
static MasterProtos.DeleteTableRequest.Builder |
MasterProtos.DeleteTableRequest.newBuilder(MasterProtos.DeleteTableRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.