- registerSchema(RtaSchema) - Method in interface com.tibco.rta.RtaSession
-
Register schema with this session locally.
- RelationalFilter - Interface in com.tibco.rta.query.filter
-
A base filter for relational operations like equals, less than, greater than, etc
- removeAttribute(String) - Method in interface com.tibco.rta.model.mutable.MutableRtaSchema
-
- removeCube(String) - Method in interface com.tibco.rta.model.mutable.MutableRtaSchema
-
Removes the cube.
- removeDimension(String) - Method in interface com.tibco.rta.model.mutable.MutableDimensionHierarchy
-
Removes the dimension.
- removeDimension(String) - Method in interface com.tibco.rta.model.mutable.MutableRtaSchema
-
Removes the dimension from the measurement.
- removeDimensionHierarchy(String) - Method in interface com.tibco.rta.model.mutable.MutableCube
-
- removeExcludeMeasurement(Dimension, Measurement) - Method in interface com.tibco.rta.model.mutable.MutableDimensionHierarchy
-
Remove a previously set exclude measurement.
- removeMeasurement(Measurement) - Method in interface com.tibco.rta.model.mutable.MutableDimensionHierarchy
-
Remove a measurement from this hierarchy.
- removeMeasurement(String) - Method in interface com.tibco.rta.model.mutable.MutableRtaSchema
-
- removeRetentionPolicy(String) - Method in interface com.tibco.rta.model.mutable.MutableRtaSchema
-
- ResultTuple - Interface in com.tibco.rta.query
-
Created by IntelliJ IDEA.
- RetentionPolicy - Interface in com.tibco.rta.model
-
Defines a retention policy for facts and hierarchies.
- RetentionPolicy.Qualifier - Enum in com.tibco.rta.model
-
Qualifier to tell if the retention policy applies to a fact or to a hierarchy.
- RtaAsyncMessage - Interface in com.tibco.rta
-
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
- RtaCommand - Interface in com.tibco.rta
-
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
- RtaCommand.Command - Enum in com.tibco.rta
-
An enumeration of various commands sent by the server.
- RtaCommandListener - Interface in com.tibco.rta
-
A client application can implement this listener and get asynchronous notifications from the server
- RtaConnection - Interface in com.tibco.rta
-
A connection to the metrics engine.
- RtaConnectionFactory - Class in com.tibco.rta
-
- RtaConnectionFactory() - Constructor for class com.tibco.rta.RtaConnectionFactory
-
- RtaException - Exception in com.tibco.rta
-
This exception is used to indicate exception conditions while performing operations
on the RtaSession
and RtaConnection
- RtaException(String) - Constructor for exception com.tibco.rta.RtaException
-
Instantiates a new rta exception.
- RtaException(Exception) - Constructor for exception com.tibco.rta.RtaException
-
- RtaException(Throwable) - Constructor for exception com.tibco.rta.RtaException
-
- RtaNode - Interface in com.tibco.rta.runtime.model
-
This is the root interface in the runtime hierarchy of computed metrics.
- RtaNodeContext - Interface in com.tibco.rta.runtime.model
-
Each metric node may need to store some extra contextual data associated with the
computation of its value.
- RtaNotification - Interface in com.tibco.rta
-
An asynchronous notification object that sends server notifications like exceptions and certain life cycle events
- RtaNotification.Status - Enum in com.tibco.rta
-
An enumeration of status messages.
- RtaNotificationListener - Interface in com.tibco.rta
-
A client application can implement this listener and get asynchronous notfications from the server
- RtaNotifications - Enum in com.tibco.rta
-
Well known enums for notification.
- RtaSchema - Interface in com.tibco.rta.model
-
This is a logical collection of all related metrics artifacts like cubes and dimensions.
- RtaSchemaModelFactory - Class in com.tibco.rta.model
-
A factory for creating
RtaSchema
model objects.
- RtaSession - Interface in com.tibco.rta
-
A user session to communicate with the metric engine.
- Rule - Interface in com.tibco.rta.runtime.model.rule
-
Runtime representation of a rule.
- RuleDef - Interface in com.tibco.rta.model.rule
-
A design time representation of a rule.
- RuleFactory - Class in com.tibco.rta.model.rule
-
A factory class to create rules and actions.
- RuleFactory() - Constructor for class com.tibco.rta.model.rule.RuleFactory
-
- RuleTransition - Enum in com.tibco.rta.model.rule
-
Rule transitions.