Interface DetailedMetrics


public interface DetailedMetrics
Interface to the per-partition and per-shard metrics returned by and oracle.kv.ParallelScanIterator#getShardMetrics().
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name of the Shard or a Partition.
    long
    Return the record count for the Shard or Partition.
    long
    Return the total time in Milli Seconds for scanning the Shard or Partition.
  • Method Details

    • getName

      String getName()
      Return the name of the Shard or a Partition.
    • getScanTime

      long getScanTime()
      Return the total time in Milli Seconds for scanning the Shard or Partition.
    • getScanRecordCount

      long getScanRecordCount()
      Return the record count for the Shard or Partition.