| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.CreateTableRequest> |
MasterProtos.CreateTableRequest.PARSER
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.Builder.build() |
MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.Builder.buildPartial() |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.getDefaultInstance() |
MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.getDefaultInstanceForType() |
MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(byte[] data) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(ByteBuffer data) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(InputStream input) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.CreateTableRequest> |
MasterProtos.CreateTableRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.CreateTableRequest> |
MasterProtos.CreateTableRequest.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
MasterProtos.CreateTableResponse |
MasterProtos.MasterService.BlockingInterface.createTable(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest request) |
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
rpc CreateTable(.hbase.pb.CreateTableRequest) returns (.hbase.pb.CreateTableResponse); |
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
rpc CreateTable(.hbase.pb.CreateTableRequest) returns (.hbase.pb.CreateTableResponse); |
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) |
MasterProtos.CreateTableRequest.Builder |
MasterProtos.CreateTableRequest.Builder.mergeFrom(MasterProtos.CreateTableRequest other) |
static MasterProtos.CreateTableRequest.Builder |
MasterProtos.CreateTableRequest.newBuilder(MasterProtos.CreateTableRequest prototype) |
Copyright © 2007–2019. All rights reserved.