| com.versant.core.metric.MetricDataSource
All known Subclasses: com.versant.core.metric.MetricSnapshotPacket,
MetricDataSource | public interface MetricDataSource (Code) | | Provides data for a number of Metric's.
|
Method Summary | |
public int | getSample(int sampleNo, int metricIndex) Get the value of sampleNo for the given metricIndex. |
getSample | public int getSample(int sampleNo, int metricIndex)(Code) | | Get the value of sampleNo for the given metricIndex. If sampleNo is
before the first sample then return the first sample. If sampleNo is
after the last sample then return the last sample.
|
|
|