|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fact | |
---|---|
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. |
Uses of Fact in com.tibco.rta |
---|
Methods in com.tibco.rta with parameters of type Fact | |
---|---|
java.util.concurrent.Future<java.lang.Object> |
RtaSession.publishFact(Fact fact)
Publish a fact to the metric/aggregation engine. |
Uses of Fact in com.tibco.rta.model |
---|
Methods in com.tibco.rta.model that return Fact | |
---|---|
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. |
Uses of Fact in com.tibco.rta.runtime.metric |
---|
Methods in com.tibco.rta.runtime.metric with parameters of type Fact | |
---|---|
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. |
Uses of Fact in com.tibco.rta.runtime.model |
---|
Methods in com.tibco.rta.runtime.model with type parameters of type Fact | ||
---|---|---|
|
MetricNode.getChildFactsBrowser(java.util.List<MetricFieldTuple> orderByList)
|
Methods in com.tibco.rta.runtime.model that return types with arguments of type Fact | |
---|---|
Browser<Fact> |
RtaNode.getFactBrowser()
An iterator that iterates over this nodes fact nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |