Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
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 | Method and Description |
---|---|
static MasterProtos.CreateTableRequest |
RequestConverter.buildCreateTableRequest(HTableDescriptor hTableDesc,
byte[][] splitKeys,
long nonceGroup,
long nonce)
Creates a protocol buffer CreateTableRequest
|
Modifier and Type | Method and Description |
---|---|
static byte[][] |
ProtobufUtil.getSplitKeysArray(MasterProtos.CreateTableRequest proto)
get the split keys in form "byte [][]" from a CreateTableRequest proto
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.CreateTableRequest> |
MasterProtos.CreateTableRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(byte[] data) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(InputStream input) |
static MasterProtos.CreateTableRequest |
MasterProtos.CreateTableRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.CreateTableRequest> |
MasterProtos.CreateTableRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.CreateTableResponse |
MasterProtos.MasterService.BlockingInterface.createTable(com.google.protobuf.RpcController controller,
MasterProtos.CreateTableRequest request) |
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) |
MasterProtos.CreateTableRequest.Builder |
MasterProtos.CreateTableRequest.Builder.mergeFrom(MasterProtos.CreateTableRequest other) |
static MasterProtos.CreateTableRequest.Builder |
MasterProtos.CreateTableRequest.newBuilder(MasterProtos.CreateTableRequest prototype) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.