Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.EnableCatalogJanitorResponse

Packages that use MasterProtos.EnableCatalogJanitorResponse
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   
 

Uses of MasterProtos.EnableCatalogJanitorResponse in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return MasterProtos.EnableCatalogJanitorResponse
 MasterProtos.EnableCatalogJanitorResponse HMaster.enableCatalogJanitor(com.google.protobuf.RpcController c, MasterProtos.EnableCatalogJanitorRequest req)
           
 

Uses of MasterProtos.EnableCatalogJanitorResponse in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return MasterProtos.EnableCatalogJanitorResponse
static MasterProtos.EnableCatalogJanitorResponse ResponseConverter.buildEnableCatalogJanitorResponse(boolean prevValue)
          Creates a response for the catalog scan request
 

Uses of MasterProtos.EnableCatalogJanitorResponse in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type MasterProtos.EnableCatalogJanitorResponse
static com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorResponse> MasterProtos.EnableCatalogJanitorResponse.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.EnableCatalogJanitorResponse
 MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.Builder.build()
           
 MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.Builder.buildPartial()
           
 MasterProtos.EnableCatalogJanitorResponse MasterProtos.MasterService.BlockingInterface.enableCatalogJanitor(com.google.protobuf.RpcController controller, MasterProtos.EnableCatalogJanitorRequest request)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.getDefaultInstance()
           
 MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.getDefaultInstanceForType()
           
 MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.Builder.getDefaultInstanceForType()
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseDelimitedFrom(InputStream input)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(byte[] data)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(com.google.protobuf.ByteString data)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(InputStream input)
           
static MasterProtos.EnableCatalogJanitorResponse MasterProtos.EnableCatalogJanitorResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type MasterProtos.EnableCatalogJanitorResponse
 com.google.protobuf.Parser<MasterProtos.EnableCatalogJanitorResponse> MasterProtos.EnableCatalogJanitorResponse.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.EnableCatalogJanitorResponse
 MasterProtos.EnableCatalogJanitorResponse.Builder MasterProtos.EnableCatalogJanitorResponse.Builder.mergeFrom(MasterProtos.EnableCatalogJanitorResponse other)
           
static MasterProtos.EnableCatalogJanitorResponse.Builder MasterProtos.EnableCatalogJanitorResponse.newBuilder(MasterProtos.EnableCatalogJanitorResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.EnableCatalogJanitorResponse
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)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.