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

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

Methods in org.apache.hadoop.hbase.master that return MasterProtos.RunCatalogScanResponse
 MasterProtos.RunCatalogScanResponse HMaster.runCatalogScan(com.google.protobuf.RpcController c, MasterProtos.RunCatalogScanRequest req)
           
 

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

Methods in org.apache.hadoop.hbase.protobuf that return MasterProtos.RunCatalogScanResponse
static MasterProtos.RunCatalogScanResponse ResponseConverter.buildRunCatalogScanResponse(int numCleaned)
          Creates a response for the catalog scan request
 

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

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

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

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.RunCatalogScanResponse
abstract  void MasterProtos.MasterService.runCatalogScan(com.google.protobuf.RpcController controller, MasterProtos.RunCatalogScanRequest request, com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
          rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse);
 void MasterProtos.MasterService.Interface.runCatalogScan(com.google.protobuf.RpcController controller, MasterProtos.RunCatalogScanRequest request, com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
          rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse);
 void MasterProtos.MasterService.Stub.runCatalogScan(com.google.protobuf.RpcController controller, MasterProtos.RunCatalogScanRequest request, com.google.protobuf.RpcCallback<MasterProtos.RunCatalogScanResponse> done)
           
 



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