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.GetSchemaAlterStatusResponse |
MasterRpcServices.getSchemaAlterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetSchemaAlterStatusRequest req)
Get the number of regions of the table that have been updated by the alter.
|
Modifier and Type | Method and Description |
---|---|
static MasterProtos.GetSchemaAlterStatusRequest |
RequestConverter.buildGetSchemaAlterStatusRequest(TableName tableName)
Creates a protocol buffer GetSchemaAlterStatusRequest
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.GetSchemaAlterStatusRequest> |
MasterProtos.GetSchemaAlterStatusRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.Builder.build() |
MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.Builder.buildPartial() |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.getDefaultInstance() |
MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.getDefaultInstanceForType() |
MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(byte[] data) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(InputStream input) |
static MasterProtos.GetSchemaAlterStatusRequest |
MasterProtos.GetSchemaAlterStatusRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.GetSchemaAlterStatusRequest> |
MasterProtos.GetSchemaAlterStatusRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.GetSchemaAlterStatusResponse |
MasterProtos.MasterService.BlockingInterface.getSchemaAlterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetSchemaAlterStatusRequest request) |
abstract void |
MasterProtos.MasterService.getSchemaAlterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetSchemaAlterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done)
rpc GetSchemaAlterStatus(.GetSchemaAlterStatusRequest) returns (.GetSchemaAlterStatusResponse); |
void |
MasterProtos.MasterService.Interface.getSchemaAlterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetSchemaAlterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done)
rpc GetSchemaAlterStatus(.GetSchemaAlterStatusRequest) returns (.GetSchemaAlterStatusResponse); |
void |
MasterProtos.MasterService.Stub.getSchemaAlterStatus(com.google.protobuf.RpcController controller,
MasterProtos.GetSchemaAlterStatusRequest request,
com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done) |
MasterProtos.GetSchemaAlterStatusRequest.Builder |
MasterProtos.GetSchemaAlterStatusRequest.Builder.mergeFrom(MasterProtos.GetSchemaAlterStatusRequest other) |
static MasterProtos.GetSchemaAlterStatusRequest.Builder |
MasterProtos.GetSchemaAlterStatusRequest.newBuilder(MasterProtos.GetSchemaAlterStatusRequest prototype) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.