Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.query |
Query service related interfaces and classes.
|
com.tibco.rta.runtime.model |
The runtime classes and interfaces required by user-defined metric computation functions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiValueMetric<N>
A metric computation with multiple values.
|
interface |
SingleValueMetric<N>
A metric computation is single valued.
|
Modifier and Type | Method and Description |
---|---|
Metric<N> |
Metric.deepCopy()
Deep copy this metric node.
|
Modifier and Type | Method and Description |
---|---|
<S,T> Browser<T> |
RtaSession.getChildMetrics(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics child metrics (for drilldown)
|
<S,T> Browser<T> |
RtaSession.getConstituentFacts(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics constituent facts (for drilldown and analysis)
|
Modifier and Type | Method and Description |
---|---|
Metric<?> |
QueryResultTuple.getMetric() |
Metric |
MetricResultTuple.getMetric(java.lang.String name)
Returns a metric for a given metric name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Metric> |
MetricResultTuple.getMetrics()
Returns all the metrics in the result set
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultTuple.setMetric(Metric<?> metric) |
Modifier and Type | Method and Description |
---|---|
<N> Metric<N> |
MetricNode.getMetric(java.lang.String metricName) |
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.