| 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.DeleteNamespaceResponse |
ShortCircuitMasterConnection.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteNamespaceResponse |
MasterRpcServices.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.DeleteNamespaceRequest |
RequestConverter.buildDeleteNamespaceRequest(String name)
Creates a protocol buffer DeleteNamespaceRequest
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteNamespaceRequest> |
MasterProtos.DeleteNamespaceRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.Builder.build() |
MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.Builder.buildPartial() |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.getDefaultInstance() |
MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.getDefaultInstanceForType() |
MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(byte[] data) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(ByteBuffer data) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.parseFrom(InputStream input) |
static MasterProtos.DeleteNamespaceRequest |
MasterProtos.DeleteNamespaceRequest.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.DeleteNamespaceRequest> |
MasterProtos.DeleteNamespaceRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.DeleteNamespaceRequest> |
MasterProtos.DeleteNamespaceRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.DeleteNamespaceResponse |
MasterProtos.MasterService.BlockingInterface.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request) |
abstract void |
MasterProtos.MasterService.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteNamespaceResponse> done)
Deletes namespace synchronously
|
void |
MasterProtos.MasterService.Interface.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteNamespaceResponse> done)
Deletes namespace synchronously
|
void |
MasterProtos.MasterService.Stub.deleteNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.DeleteNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.DeleteNamespaceResponse> done) |
MasterProtos.DeleteNamespaceRequest.Builder |
MasterProtos.DeleteNamespaceRequest.Builder.mergeFrom(MasterProtos.DeleteNamespaceRequest other) |
static MasterProtos.DeleteNamespaceRequest.Builder |
MasterProtos.DeleteNamespaceRequest.newBuilder(MasterProtos.DeleteNamespaceRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.