| 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.NormalizeResponse |
ShortCircuitMasterConnection.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.NormalizeResponse |
MasterRpcServices.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.NormalizeRequest |
RequestConverter.buildNormalizeRequest()
Creates a protocol buffer NormalizeRequest
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.NormalizeRequest> |
MasterProtos.NormalizeRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.Builder.build() |
MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.Builder.buildPartial() |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.getDefaultInstance() |
MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.getDefaultInstanceForType() |
MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(byte[] data) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(ByteBuffer data) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.parseFrom(InputStream input) |
static MasterProtos.NormalizeRequest |
MasterProtos.NormalizeRequest.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.NormalizeRequest> |
MasterProtos.NormalizeRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.NormalizeRequest> |
MasterProtos.NormalizeRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.NormalizeRequest.Builder |
MasterProtos.NormalizeRequest.Builder.mergeFrom(MasterProtos.NormalizeRequest other) |
static MasterProtos.NormalizeRequest.Builder |
MasterProtos.NormalizeRequest.newBuilder(MasterProtos.NormalizeRequest prototype) |
MasterProtos.NormalizeResponse |
MasterProtos.MasterService.BlockingInterface.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request) |
abstract void |
MasterProtos.MasterService.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.NormalizeResponse> done)
Run region normalizer.
|
void |
MasterProtos.MasterService.Interface.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.NormalizeResponse> done)
Run region normalizer.
|
void |
MasterProtos.MasterService.Stub.normalize(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.NormalizeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.NormalizeResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.