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.EnableCatalogJanitorResponse |
MasterRpcServices.enableCatalogJanitor(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 com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorRequest> |
MasterProtos.EnableCatalogJanitorRequest.PARSER |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(byte[] data) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(InputStream input) |
static MasterProtos.EnableCatalogJanitorRequest |
MasterProtos.EnableCatalogJanitorRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorRequest> |
MasterProtos.EnableCatalogJanitorRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.EnableCatalogJanitorResponse |
MasterProtos.MasterService.BlockingInterface.enableCatalogJanitor(com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request) |
abstract void |
MasterProtos.MasterService.enableCatalogJanitor(com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
com.google.protobuf.RpcCallback<MasterProtos.EnableCatalogJanitorResponse> done)
rpc EnableCatalogJanitor(.EnableCatalogJanitorRequest) returns (.EnableCatalogJanitorResponse); |
void |
MasterProtos.MasterService.Interface.enableCatalogJanitor(com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
com.google.protobuf.RpcCallback<MasterProtos.EnableCatalogJanitorResponse> done)
rpc EnableCatalogJanitor(.EnableCatalogJanitorRequest) returns (.EnableCatalogJanitorResponse); |
void |
MasterProtos.MasterService.Stub.enableCatalogJanitor(com.google.protobuf.RpcController controller,
MasterProtos.EnableCatalogJanitorRequest request,
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-2016 The Apache Software Foundation. All Rights Reserved.