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 | 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 |
---|---|
<T extends MetricResultTuple> |
Query.execute()
Return a browser over result set of a query.
|
Modifier and Type | Method and Description |
---|---|
<T extends Fact> |
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList) |
Browser<? extends RtaNode> |
RtaNode.getChildNodeBrowser()
An iterator that iterates over this nodes immediate children.
|
Browser<Fact> |
RtaNode.getFactBrowser()
An iterator that iterates over this nodes fact nodes.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.