| 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.ListTableNamesByNamespaceResponse |
ShortCircuitMasterConnection.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ListTableNamesByNamespaceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ListTableNamesByNamespaceResponse |
MasterRpcServices.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController c,
MasterProtos.ListTableNamesByNamespaceRequest request) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ListTableNamesByNamespaceRequest> |
MasterProtos.ListTableNamesByNamespaceRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.Builder.build() |
MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.Builder.buildPartial() |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.getDefaultInstance() |
MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.getDefaultInstanceForType() |
MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(byte[] data) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(ByteBuffer data) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.parseFrom(InputStream input) |
static MasterProtos.ListTableNamesByNamespaceRequest |
MasterProtos.ListTableNamesByNamespaceRequest.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.ListTableNamesByNamespaceRequest> |
MasterProtos.ListTableNamesByNamespaceRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.ListTableNamesByNamespaceRequest> |
MasterProtos.ListTableNamesByNamespaceRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.ListTableNamesByNamespaceResponse |
MasterProtos.MasterService.BlockingInterface.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ListTableNamesByNamespaceRequest request) |
abstract void |
MasterProtos.MasterService.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ListTableNamesByNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ListTableNamesByNamespaceResponse> done)
returns a list of tables for a given namespace
|
void |
MasterProtos.MasterService.Interface.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ListTableNamesByNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ListTableNamesByNamespaceResponse> done)
returns a list of tables for a given namespace
|
void |
MasterProtos.MasterService.Stub.listTableNamesByNamespace(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.ListTableNamesByNamespaceRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.ListTableNamesByNamespaceResponse> done) |
MasterProtos.ListTableNamesByNamespaceRequest.Builder |
MasterProtos.ListTableNamesByNamespaceRequest.Builder.mergeFrom(MasterProtos.ListTableNamesByNamespaceRequest other) |
static MasterProtos.ListTableNamesByNamespaceRequest.Builder |
MasterProtos.ListTableNamesByNamespaceRequest.newBuilder(MasterProtos.ListTableNamesByNamespaceRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.