|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| 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. |
| Uses of Metric in com.tibco.rta |
|---|
| Subinterfaces of Metric in com.tibco.rta | |
|---|---|
interface |
MultiValueMetric<N>
A metric computation with multiple values. |
interface |
SingleValueMetric<N>
A metric computation is single valued. |
| Methods in com.tibco.rta that return Metric | |
|---|---|
Metric<N> |
Metric.deepCopy()
Deep copy this metric node. |
| Methods in com.tibco.rta with parameters of type Metric | ||
|---|---|---|
|
RtaSession.getChildMetrics(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics child metrics (for drilldown) |
|
|
RtaSession.getConstituentFacts(Metric<S> metric,
java.util.List<MetricFieldTuple> orderByList)
Get this metrics constituent facts (for drilldown and analysis) |
|
| Uses of Metric in com.tibco.rta.query |
|---|
| Methods in com.tibco.rta.query that return Metric | |
|---|---|
Metric<?> |
QueryResultTuple.getMetric()
|
Metric |
MetricResultTuple.getMetric(java.lang.String name)
Returns a metric for a given metric name. |
| Methods in com.tibco.rta.query that return types with arguments of type Metric | |
|---|---|
java.util.Map<java.lang.String,Metric> |
MetricResultTuple.getMetrics()
Returns all the metrics in the result set |
| Methods in com.tibco.rta.query with parameters of type Metric | |
|---|---|
void |
QueryResultTuple.setMetric(Metric<?> metric)
|
| Uses of Metric in com.tibco.rta.runtime.model |
|---|
| Methods in com.tibco.rta.runtime.model that return Metric | ||
|---|---|---|
|
MetricNode.getMetric(java.lang.String metricName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||