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 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. 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -