Interface TestAsyncTableScanMetrics.ScanWithMetrics

Enclosing class:
TestAsyncTableScanMetrics
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.Pair<List<org.apache.hadoop.hbase.client.Result>,org.apache.hadoop.hbase.client.metrics.ScanMetrics>
    scan(org.apache.hadoop.hbase.client.Scan scan)
     
  • Method Details

    • scan

      org.apache.hadoop.hbase.util.Pair<List<org.apache.hadoop.hbase.client.Result>,org.apache.hadoop.hbase.client.metrics.ScanMetrics> scan(org.apache.hadoop.hbase.client.Scan scan) throws Exception
      Throws:
      Exception