| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetTableStateResponse |
ShortCircuitMasterConnection.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetTableStateResponse |
MasterRpcServices.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.GetTableStateRequest |
RequestConverter.buildGetTableStateRequest(TableName tableName)
Creates a protocol buffer GetTableStateRequest
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.GetTableStateRequest> |
MasterProtos.GetTableStateRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.Builder.build() |
MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.Builder.buildPartial() |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.getDefaultInstance() |
MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.getDefaultInstanceForType() |
MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(byte[] data) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(ByteBuffer data) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.parseFrom(InputStream input) |
static MasterProtos.GetTableStateRequest |
MasterProtos.GetTableStateRequest.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.GetTableStateRequest> |
MasterProtos.GetTableStateRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.GetTableStateRequest> |
MasterProtos.GetTableStateRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.GetTableStateResponse |
MasterProtos.MasterService.BlockingInterface.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request) |
abstract void |
MasterProtos.MasterService.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.GetTableStateResponse> done)
returns table state
|
void |
MasterProtos.MasterService.Interface.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.GetTableStateResponse> done)
returns table state
|
void |
MasterProtos.MasterService.Stub.getTableState(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.GetTableStateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.GetTableStateResponse> done) |
MasterProtos.GetTableStateRequest.Builder |
MasterProtos.GetTableStateRequest.Builder.mergeFrom(MasterProtos.GetTableStateRequest other) |
static MasterProtos.GetTableStateRequest.Builder |
MasterProtos.GetTableStateRequest.newBuilder(MasterProtos.GetTableStateRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.