Package oracle.kv.stats
Interface DetailedMetrics
- 
public interface DetailedMetricsInterface to the per-partition and per-shard metrics returned byand oracle.kv.ParallelScanIterator#getShardMetrics(). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Return the name of the Shard or a Partition.longgetScanRecordCount()Return the record count for the Shard or Partition.longgetScanTime()Return the total time in Milli Seconds for scanning the Shard or Partition. 
 -