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