- clear() - Method in interface com.tibco.rta.Fact
-
Clear attributes of this fact.
- clearAlerts(Collection<String>) - Method in interface com.tibco.rta.RtaSession
-
Clear All alerts specified by ids
- close() - Method in interface com.tibco.rta.log.Logger
-
Close the logger.
- close() - Method in interface com.tibco.rta.query.Query
-
Closes the query thus stopping any updates from server.
- close() - Method in interface com.tibco.rta.RtaConnection
-
Close the connection and release any resources used.
- close() - Method in interface com.tibco.rta.RtaSession
-
Close the session and cleanup any underlying resources.
- com.tibco.rta - package com.tibco.rta
-
Connection, session, configuration classes and interfaces.
- com.tibco.rta.log - package com.tibco.rta.log
-
Log related classes and interfaces.
- com.tibco.rta.model - package com.tibco.rta.model
-
Schema model classes and interfaces.
- com.tibco.rta.model.mutable - package com.tibco.rta.model.mutable
-
Mutalbe Schema model classes and interfaces.
- com.tibco.rta.model.rule - package com.tibco.rta.model.rule
-
Model classes and interfaces related to rules and actions.
- com.tibco.rta.query - package com.tibco.rta.query
-
Query service related interfaces and classes.
- com.tibco.rta.query.filter - package com.tibco.rta.query.filter
-
Various filters for query.
- com.tibco.rta.runtime.metric - package com.tibco.rta.runtime.metric
-
Metrics computation related classes and interfaces.
- com.tibco.rta.runtime.model - package com.tibco.rta.runtime.model
-
The runtime classes and interfaces required by user-defined metric computation functions.
- com.tibco.rta.runtime.model.rule - package com.tibco.rta.runtime.model.rule
-
The runtime classes and interfaces required by user-defined rules and actions.
- compareTo(Object) - Method in class com.tibco.rta.log.Level
-
- compute(MetricNode, MultiValueMetric<N>, RtaNodeContext) - Method in class com.tibco.rta.runtime.metric.MultiValueMetricFunction
-
Implementation classes will provide the algorithm to compute the metric values via this method
It will be given a MetricNode
to for which the metric value needs to be computed
- compute(MetricNode, SingleValueMetric<N>, RtaNodeContext) - Method in class com.tibco.rta.runtime.metric.SingleValueMetricFunction
-
Implementation classes will provide the algorithm to compute the metric values via this method
It will be given a MetricNode
to for which the metric value needs to be computed
- computeRoot() - Method in interface com.tibco.rta.model.DimensionHierarchy
-
Returns true if the root computation of all nodes is required.
- ConfigProperty - Enum in com.tibco.rta
-
An enumeration of the client API configuration properties.
- ConnectionRefusedException - Exception in com.tibco.rta
-
An exception to indicate that a connection is refused.
- ConnectionRefusedException() - Constructor for exception com.tibco.rta.ConnectionRefusedException
-
- ConnectionRefusedException(String) - Constructor for exception com.tibco.rta.ConnectionRefusedException
-
- ConnectionRefusedException(String, Throwable) - Constructor for exception com.tibco.rta.ConnectionRefusedException
-
- ConnectionRefusedException(Throwable) - Constructor for exception com.tibco.rta.ConnectionRefusedException
-
- createFact() - Method in interface com.tibco.rta.model.RtaSchema
-
Create a new fact and associate it with this measurement.
- createFact(String) - Method in interface com.tibco.rta.model.RtaSchema
-
Create a new fact and associate it with this measurement.
- createQuery() - Method in interface com.tibco.rta.RtaSession
-
Register a transient query on the server.
- createRule(RuleDef) - Method in interface com.tibco.rta.RtaSession
-
Create a new rule with the specified descriptor.
- createSchema(InputSource) - Method in class com.tibco.rta.model.RtaSchemaModelFactory
-
Create an
RtaSchema
instance from the provided input source.
- createSchema(File) - Method in class com.tibco.rta.model.RtaSchemaModelFactory
-
Create an
RtaSchema
instance from the provided file
- createSession(Map<ConfigProperty, PropertyAtom<?>>) - Method in interface com.tibco.rta.RtaConnection
-
Creates the session.
- createSession(String, Map<ConfigProperty, PropertyAtom<?>>) - Method in interface com.tibco.rta.RtaConnection
-
Creates the session with name
- Cube - Interface in com.tibco.rta.model
-