Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.CreateTableResponse |
MasterRpcServices.createTable(com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest req) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.CreateTableResponse> |
MasterProtos.CreateTableResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.Builder.build() |
MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.Builder.buildPartial() |
MasterProtos.CreateTableResponse |
MasterProtos.MasterService.BlockingInterface.createTable(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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(byte[] data) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(InputStream input) |
static MasterProtos.CreateTableResponse |
MasterProtos.CreateTableResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.CreateTableResponse> |
MasterProtos.CreateTableResponse.getParserForType() |
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(com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest request,
com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done)
rpc CreateTable(.CreateTableRequest) returns (.CreateTableResponse); |
void |
MasterProtos.MasterService.Interface.createTable(com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest request,
com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done)
rpc CreateTable(.CreateTableRequest) returns (.CreateTableResponse); |
void |
MasterProtos.MasterService.Stub.createTable(com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest request,
com.google.protobuf.RpcCallback<MasterProtos.CreateTableResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.