| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SetCleanerChoreRunningResponse |
ShortCircuitMasterConnection.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetCleanerChoreRunningRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SetCleanerChoreRunningResponse |
MasterRpcServices.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController c,
MasterProtos.SetCleanerChoreRunningRequest req) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SetCleanerChoreRunningResponse> |
MasterProtos.SetCleanerChoreRunningResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.Builder.build() |
MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.Builder.buildPartial() |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.getDefaultInstance() |
MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.getDefaultInstanceForType() |
MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(byte[] data) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(ByteBuffer data) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(InputStream input) |
static MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.SetCleanerChoreRunningResponse.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.SetCleanerChoreRunningResponse |
MasterProtos.MasterService.BlockingInterface.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetCleanerChoreRunningRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SetCleanerChoreRunningResponse> |
MasterProtos.SetCleanerChoreRunningResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.SetCleanerChoreRunningResponse> |
MasterProtos.SetCleanerChoreRunningResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.SetCleanerChoreRunningResponse.Builder |
MasterProtos.SetCleanerChoreRunningResponse.Builder.mergeFrom(MasterProtos.SetCleanerChoreRunningResponse other) |
static MasterProtos.SetCleanerChoreRunningResponse.Builder |
MasterProtos.SetCleanerChoreRunningResponse.newBuilder(MasterProtos.SetCleanerChoreRunningResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MasterProtos.MasterService.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetCleanerChoreRunningRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SetCleanerChoreRunningResponse> done)
Enable the CleanerChore on or off.
|
void |
MasterProtos.MasterService.Interface.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetCleanerChoreRunningRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SetCleanerChoreRunningResponse> done)
Enable the CleanerChore on or off.
|
void |
MasterProtos.MasterService.Stub.setCleanerChoreRunning(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.SetCleanerChoreRunningRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.SetCleanerChoreRunningResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.