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