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

Packages that use MasterAdminProtos.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 MasterAdminProtos.EnableCatalogJanitorResponse in org.apache.hadoop.hbase.master
 

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

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

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

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

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterAdminProtos.EnableCatalogJanitorResponse
abstract  void MasterAdminProtos.MasterAdminService.enableCatalogJanitor(com.google.protobuf.RpcController controller, MasterAdminProtos.EnableCatalogJanitorRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.EnableCatalogJanitorResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Interface.enableCatalogJanitor(com.google.protobuf.RpcController controller, MasterAdminProtos.EnableCatalogJanitorRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.EnableCatalogJanitorResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Stub.enableCatalogJanitor(com.google.protobuf.RpcController controller, MasterAdminProtos.EnableCatalogJanitorRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.EnableCatalogJanitorResponse> done)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.