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