public interface MetricResultTuple
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Metric |
getMetric(java.lang.String name)
Returns a metric for a given metric name.
|
MetricEventType |
getMetricEventType()
The state of the metric node.
|
java.lang.String[] |
getMetricNames()
A list of metric names that this result set holds.
|
java.util.Map<java.lang.String,Metric> |
getMetrics()
Returns all the metrics in the result set
|
Metric getMetric(java.lang.String name)
name
- Name of the metric.java.lang.String[] getMetricNames()
MetricEventType getMetricEventType()
java.util.Map<java.lang.String,Metric> getMetrics()
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.