| java.lang.Object com.versant.core.metric.Metric
All known Subclasses: com.versant.core.metric.DerivedMetric, com.versant.core.metric.BaseMetric,
CALC_AVERAGE | final public static int CALC_AVERAGE(Code) | | |
CALC_DELTA | final public static int CALC_DELTA(Code) | | |
CALC_DELTA_PER_SECOND | final public static int CALC_DELTA_PER_SECOND(Code) | | |
CALC_RAW | final public static int CALC_RAW(Code) | | |
get | abstract public double get(MetricDataSource dataSet, int firstSampleNo, int lastSampleNo, int calc, double seconds)(Code) | | Get the value of this metric for the given range of samples in the
data set.
Parameters: dataSet - The raw data Parameters: firstSampleNo - The first sample Parameters: lastSampleNo - The last sample (inclusive) Parameters: calc - The duration of the sample range |
getDecimals | public int getDecimals()(Code) | | |
getDefaultCalc | abstract public int getDefaultCalc()(Code) | | What calculation method makes the most sense for this Metric.
|
|
|