Uses of Class
org.apache.hadoop.hbase.client.metrics.ScanMetrics

Packages that use ScanMetrics
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Uses of ScanMetrics in org.apache.hadoop.hbase.client
 

Fields in org.apache.hadoop.hbase.client declared as ScanMetrics
protected  ScanMetrics AbstractClientScanner.scanMetrics
           
protected  ScanMetrics ScannerCallable.scanMetrics
           
 

Methods in org.apache.hadoop.hbase.client that return ScanMetrics
 ScanMetrics AbstractClientScanner.getScanMetrics()
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type ScanMetrics
 RegionServerCallable<Result[]> ClientSmallScanner.SmallScannerCallableFactory.getCallable(Scan sc, HConnection connection, TableName tableName, ScanMetrics scanMetrics, byte[] localStartKey, int cacheNum, RpcControllerFactory rpcControllerFactory)
           
 

Constructors in org.apache.hadoop.hbase.client with parameters of type ScanMetrics
ReversedScannerCallable(HConnection connection, TableName tableName, Scan scan, ScanMetrics scanMetrics, byte[] locateStartRow)
          Deprecated. 
ReversedScannerCallable(HConnection connection, TableName tableName, Scan scan, ScanMetrics scanMetrics, byte[] locateStartRow, PayloadCarryingRpcController rpcFactory)
           
ScannerCallable(HConnection connection, byte[] tableName, Scan scan, ScanMetrics scanMetrics)
          Deprecated. Use ScannerCallable.ScannerCallable(HConnection, TableName, Scan, ScanMetrics, PayloadCarryingRpcController)
ScannerCallable(HConnection connection, TableName tableName, Scan scan, ScanMetrics scanMetrics, PayloadCarryingRpcController controller)
           
 

Uses of ScanMetrics in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return ScanMetrics
static ScanMetrics ProtobufUtil.toScanMetrics(byte[] bytes)
           
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type ScanMetrics
static org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos.ScanMetrics ProtobufUtil.toScanMetrics(ScanMetrics scanMetrics)
           
 



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