Interface DetailedMetrics

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Return the name of the Shard or a Partition.
      long getScanRecordCount()
      Return the record count for the Shard or Partition.
      long getScanTime()
      Return the total time in Milli Seconds for scanning the Shard or Partition.
    • Method Detail

      • getName

        java.lang.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.