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

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

Methods in org.apache.hadoop.hbase.master with parameters of type MasterAdminProtos.CatalogScanRequest
 MasterAdminProtos.CatalogScanResponse HMaster.runCatalogScan(com.google.protobuf.RpcController c, MasterAdminProtos.CatalogScanRequest req)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf that return MasterAdminProtos.CatalogScanRequest
static MasterAdminProtos.CatalogScanRequest RequestConverter.buildCatalogScanRequest()
          Creates a request for running a catalog scan
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterAdminProtos.CatalogScanRequest
 MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.Builder.build()
           
 MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.Builder.buildPartial()
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.getDefaultInstance()
           
 MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.getDefaultInstanceForType()
           
 MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.Builder.getDefaultInstanceForType()
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseDelimitedFrom(InputStream input)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(byte[] data)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(com.google.protobuf.ByteString data)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(InputStream input)
           
static MasterAdminProtos.CatalogScanRequest MasterAdminProtos.CatalogScanRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterAdminProtos.CatalogScanRequest
 MasterAdminProtos.CatalogScanRequest.Builder MasterAdminProtos.CatalogScanRequest.Builder.mergeFrom(MasterAdminProtos.CatalogScanRequest other)
           
static MasterAdminProtos.CatalogScanRequest.Builder MasterAdminProtos.CatalogScanRequest.newBuilder(MasterAdminProtos.CatalogScanRequest prototype)
           
 MasterAdminProtos.CatalogScanResponse MasterAdminProtos.MasterAdminService.BlockingInterface.runCatalogScan(com.google.protobuf.RpcController controller, MasterAdminProtos.CatalogScanRequest request)
           
abstract  void MasterAdminProtos.MasterAdminService.runCatalogScan(com.google.protobuf.RpcController controller, MasterAdminProtos.CatalogScanRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CatalogScanResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Interface.runCatalogScan(com.google.protobuf.RpcController controller, MasterAdminProtos.CatalogScanRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CatalogScanResponse> done)
           
 void MasterAdminProtos.MasterAdminService.Stub.runCatalogScan(com.google.protobuf.RpcController controller, MasterAdminProtos.CatalogScanRequest request, com.google.protobuf.RpcCallback<MasterAdminProtos.CatalogScanResponse> done)
           
 



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