com.tibco.rta.query
Interface MetricResultTuple

All Superinterfaces:
java.io.Serializable

public interface MetricResultTuple
extends java.io.Serializable

A ResultSet object to hold a metric values by name in query results.


Method Summary
 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
 

Method Detail

getMetric

Metric getMetric(java.lang.String name)
Returns a metric for a given metric name.

Parameters:
name - Name of the metric.
Returns:
the corresponding Metric.

getMetricNames

java.lang.String[] getMetricNames()
A list of metric names that this result set holds.

Returns:
A list of metric names that this result set holds.

getMetricEventType

MetricEventType getMetricEventType()
The state of the metric node.

Returns:
the state of the metric node.

getMetrics

java.util.Map<java.lang.String,Metric> getMetrics()
Returns all the metrics in the result set

Returns:
list of all the metrics


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.