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
 

Constructors in org.apache.hadoop.hbase.client with parameters of type ScanMetrics
ScannerCallable(HConnection connection, byte[] tableName, Scan scan, ScanMetrics scanMetrics)
           
 

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 MapReduceProtos.ScanMetrics ProtobufUtil.toScanMetrics(ScanMetrics scanMetrics)
           
 



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