Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
MasterProtos.RunCatalogScanResponse |
MasterRpcServices.runCatalogScan(com.google.protobuf.RpcController c,
MasterProtos.RunCatalogScanRequest req) |
Modifier and Type | Method and Description |
---|---|
static MasterProtos.RunCatalogScanResponse |
ResponseConverter.buildRunCatalogScanResponse(int numCleaned)
Creates a response for the catalog scan request
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.RunCatalogScanResponse> |
MasterProtos.RunCatalogScanResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.Builder.build() |
MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.Builder.buildPartial() |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.getDefaultInstance() |
MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.getDefaultInstanceForType() |
MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.Builder.getDefaultInstanceForType() |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseDelimitedFrom(InputStream input) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(byte[] data) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(InputStream input) |
static MasterProtos.RunCatalogScanResponse |
MasterProtos.RunCatalogScanResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.RunCatalogScanResponse |
MasterProtos.MasterService.BlockingInterface.runCatalogScan(com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.RunCatalogScanResponse> |
MasterProtos.RunCatalogScanResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.RunCatalogScanResponse.Builder |
MasterProtos.RunCatalogScanResponse.Builder.mergeFrom(MasterProtos.RunCatalogScanResponse other) |
static MasterProtos.RunCatalogScanResponse.Builder |
MasterProtos.RunCatalogScanResponse.newBuilder(MasterProtos.RunCatalogScanResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProtos.MasterService.runCatalogScan(com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse); |
void |
MasterProtos.MasterService.Interface.runCatalogScan(com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse); |
void |
MasterProtos.MasterService.Stub.runCatalogScan(com.google.protobuf.RpcController controller,
MasterProtos.RunCatalogScanRequest request,
com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.