Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model |
Schema model classes and interfaces.
|
com.tibco.rta.runtime.metric |
Metrics computation related classes and interfaces.
|
com.tibco.rta.runtime.model |
The runtime classes and interfaces required by user-defined metric computation functions.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.lang.Object> |
RtaSession.publishFact(Fact fact)
Publish a fact to the metric/aggregation engine.
|
Modifier and Type | Method and Description |
---|---|
Fact |
RtaSchema.createFact()
Create a new fact and associate it with this measurement.
|
Fact |
RtaSchema.createFact(java.lang.String uid)
Create a new fact and associate it with this measurement.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMetricFunction.init(Fact fact,
Measurement measurement,
MetricNode startNode,
DimensionHierarchy dh) |
void |
MetricFunction.init(Fact fact,
Measurement measurement,
MetricNode startNode,
DimensionHierarchy dh)
Perform state initialization for the entire computation when a new
Fact is asserted. |
Modifier and Type | Method and Description |
---|---|
<T extends Fact> |
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList) |
Modifier and Type | Method and Description |
---|---|
Browser<Fact> |
RtaNode.getFactBrowser()
An iterator that iterates over this nodes fact nodes.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.