| 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.RunCatalogScanResponse |
ShortCircuitMasterConnection.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.RunCatalogScanResponse |
MasterRpcServices.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController c,
MasterProtos.RunCatalogScanRequest req) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProtos.RunCatalogScanRequest |
RequestConverter.buildCatalogScanRequest()
Creates a request for running a catalog scan
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.RunCatalogScanRequest> |
MasterProtos.RunCatalogScanRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.Builder.build() |
MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.Builder.buildPartial() |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.getDefaultInstance() |
MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.getDefaultInstanceForType() |
MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(byte[] data) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(ByteBuffer data) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.parseFrom(InputStream input) |
static MasterProtos.RunCatalogScanRequest |
MasterProtos.RunCatalogScanRequest.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.RunCatalogScanRequest> |
MasterProtos.RunCatalogScanRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<MasterProtos.RunCatalogScanRequest> |
MasterProtos.RunCatalogScanRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProtos.RunCatalogScanRequest.Builder |
MasterProtos.RunCatalogScanRequest.Builder.mergeFrom(MasterProtos.RunCatalogScanRequest other) |
static MasterProtos.RunCatalogScanRequest.Builder |
MasterProtos.RunCatalogScanRequest.newBuilder(MasterProtos.RunCatalogScanRequest prototype) |
MasterProtos.RunCatalogScanResponse |
MasterProtos.MasterService.BlockingInterface.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request) |
abstract void |
MasterProtos.MasterService.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
Get a run of the catalog janitor
|
void |
MasterProtos.MasterService.Interface.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
Get a run of the catalog janitor
|
void |
MasterProtos.MasterService.Stub.runCatalogScan(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.