| 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.EnableCatalogJanitorResponse |
ShortCircuitMasterConnection.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.EnableCatalogJanitorResponse |
MasterRpcServices.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController c,
MasterProtos.EnableCatalogJanitorRequest req) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.EnableCatalogJanitorRequest |
RequestConverter.buildEnableCatalogJanitorRequest(boolean enable)
Creates a request for enabling/disabling the catalog janitor
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorRequest> |
MasterProtos.EnableCatalogJanitorRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.Builder.build() |
MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.Builder.buildPartial() |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.getDefaultInstance() |
MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.getDefaultInstanceForType() |
MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(byte[] data) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(ByteBuffer data) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(InputStream input) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.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.EnableCatalogJanitorRequest> |
MasterProtos.EnableCatalogJanitorRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorRequest> |
MasterProtos.EnableCatalogJanitorRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.EnableCatalogJanitorResponse |
MasterProtos.MasterService.BlockingInterface.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request) |
abstract void |
MasterProtos.MasterService.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.EnableCatalogJanitorResponse> done)
Enable the catalog janitor on or off.
|
void |
MasterProtos.MasterService.Interface.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.EnableCatalogJanitorResponse> done)
Enable the catalog janitor on or off.
|
void |
MasterProtos.MasterService.Stub.enableCatalogJanitor(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.EnableCatalogJanitorResponse> done) |
MasterProtos.EnableCatalogJanitorRequest.Builder |
MasterProtos.EnableCatalogJanitorRequest.Builder.mergeFrom(MasterProtos.EnableCatalogJanitorRequest other) |
static MasterProtos.EnableCatalogJanitorRequest.Builder |
MasterProtos.EnableCatalogJanitorRequest.newBuilder(MasterProtos.EnableCatalogJanitorRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.