Package | Description |
---|---|
com.tibco.rta.runtime.metric |
Metrics computation related classes and interfaces.
|
com.tibco.rta.runtime.model |
The runtime classes and interfaces required by user-defined metric computation functions.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<N> |
MultiValueMetricFunction.compute(MetricNode metricNode,
MultiValueMetric<N> metric,
RtaNodeContext context)
Implementation classes will provide the algorithm to compute the metric values via this method
It will be given a
MetricNode to for which the metric value needs to be computed |
abstract N |
SingleValueMetricFunction.compute(MetricNode metricNode,
SingleValueMetric<N> metric,
RtaNodeContext context)
Implementation classes will provide the algorithm to compute the metric values via this method
It will be given a
MetricNode to for which the metric value needs to be computed |
Modifier and Type | Method and Description |
---|---|
RtaNodeContext |
RtaNodeContext.deepCopy() |
RtaNodeContext |
MetricNode.getContext(java.lang.String metricName)
Returns the context associated with the given metric name.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.