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.IsCatalogJanitorEnabledResponse |
MasterRpcServices.isCatalogJanitorEnabled(com.google.protobuf.RpcController c,
MasterProtos.IsCatalogJanitorEnabledRequest req) |
Modifier and Type | Method and Description |
---|---|
static MasterProtos.IsCatalogJanitorEnabledRequest |
RequestConverter.buildIsCatalogJanitorEnabledRequest()
Creates a request for querying the master whether the catalog janitor is enabled
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MasterProtos.IsCatalogJanitorEnabledRequest> |
MasterProtos.IsCatalogJanitorEnabledRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.Builder.build() |
MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.Builder.buildPartial() |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.getDefaultInstance() |
MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.getDefaultInstanceForType() |
MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.Builder.getDefaultInstanceForType() |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseDelimitedFrom(InputStream input) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(byte[] data) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(InputStream input) |
static MasterProtos.IsCatalogJanitorEnabledRequest |
MasterProtos.IsCatalogJanitorEnabledRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<MasterProtos.IsCatalogJanitorEnabledRequest> |
MasterProtos.IsCatalogJanitorEnabledRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
MasterProtos.IsCatalogJanitorEnabledResponse |
MasterProtos.MasterService.BlockingInterface.isCatalogJanitorEnabled(com.google.protobuf.RpcController controller,
MasterProtos.IsCatalogJanitorEnabledRequest request) |
abstract void |
MasterProtos.MasterService.isCatalogJanitorEnabled(com.google.protobuf.RpcController controller,
MasterProtos.IsCatalogJanitorEnabledRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsCatalogJanitorEnabledResponse> done)
rpc IsCatalogJanitorEnabled(.IsCatalogJanitorEnabledRequest) returns (.IsCatalogJanitorEnabledResponse); |
void |
MasterProtos.MasterService.Interface.isCatalogJanitorEnabled(com.google.protobuf.RpcController controller,
MasterProtos.IsCatalogJanitorEnabledRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsCatalogJanitorEnabledResponse> done)
rpc IsCatalogJanitorEnabled(.IsCatalogJanitorEnabledRequest) returns (.IsCatalogJanitorEnabledResponse); |
void |
MasterProtos.MasterService.Stub.isCatalogJanitorEnabled(com.google.protobuf.RpcController controller,
MasterProtos.IsCatalogJanitorEnabledRequest request,
com.google.protobuf.RpcCallback<MasterProtos.IsCatalogJanitorEnabledResponse> done) |
MasterProtos.IsCatalogJanitorEnabledRequest.Builder |
MasterProtos.IsCatalogJanitorEnabledRequest.Builder.mergeFrom(MasterProtos.IsCatalogJanitorEnabledRequest other) |
static MasterProtos.IsCatalogJanitorEnabledRequest.Builder |
MasterProtos.IsCatalogJanitorEnabledRequest.newBuilder(MasterProtos.IsCatalogJanitorEnabledRequest prototype) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.