- Measurement - Interface in com.tibco.rta.model
-
Measurement is a representation of a quantity being measured.
- MetadataElement - Interface in com.tibco.rta.model
-
An abstraction of a model element.
- Metric<N> - Interface in com.tibco.rta
-
This represents the computed metric.
- MetricEventType - Enum in com.tibco.rta.query
-
Type of the metric change event.
- MetricFieldTuple - Class in com.tibco.rta.query
-
Allows to create "order by" for queries
- MetricFieldTuple(MetricQualifier) - Constructor for class com.tibco.rta.query.MetricFieldTuple
-
- MetricFieldTuple(FilterKeyQualifier, String) - Constructor for class com.tibco.rta.query.MetricFieldTuple
-
- MetricFunction<N> - Interface in com.tibco.rta.runtime.metric
-
Providers of metric computations should implement this interface.
- MetricFunctionDescriptor - Interface in com.tibco.rta.model
-
Describes a function used for computation
- MetricFunctionsRepository - Class in com.tibco.rta.model
-
Represents a repository of Metric Functions.
- MetricFunctionsRepository.MetricFunctionsRepositoryImpl - Class in com.tibco.rta.model
-
- MetricKey - Interface in com.tibco.rta
-
Each computed metric has a unique key identified by its dimension values.
- MetricNode - Interface in com.tibco.rta.runtime.model
-
A wrapper over a
Metric
instance.
- MetricNodeEvent - Interface in com.tibco.rta.runtime.model
-
An interface used by the rules/actions services to access the metric changes.
- MetricQualifier - Enum in com.tibco.rta.query
-
Qualifier for keys and values used in filter/query.
- MetricResultTuple - Interface in com.tibco.rta.query
-
A ResultSet object to hold a metric values by name in query results.
- MetricValueDescriptor - Interface in com.tibco.rta
-
This holds the context information of a MetricNode
- MultiValueMetric<N> - Interface in com.tibco.rta
-
A metric computation with multiple values.
- MultiValueMetricFunction<N> - Class in com.tibco.rta.runtime.metric
-
Providers of metric computations should implement this interface.
- MultiValueMetricFunction() - Constructor for class com.tibco.rta.runtime.metric.MultiValueMetricFunction
-
- MutableCube - Interface in com.tibco.rta.model.mutable
-
- MutableDimensionHierarchy - Interface in com.tibco.rta.model.mutable
-
This defines the hierarchy of Dimension
s on which aggregations should be performed
- MutableFunctionDescriptor - Interface in com.tibco.rta.model.mutable
-
Mutable function descriptor.
- MutableFunctionDescriptor.MutableFunctionParam - Interface in com.tibco.rta.model.mutable
-
A mutable function parameter.
- MutableMeasurement - Interface in com.tibco.rta.model.mutable
-
Measurement is a representation of a quantity being measured.
- MutableMetadataElement - Interface in com.tibco.rta.model.mutable
-
An abstraction of a model element.
- MutableMetricDescriptor - Interface in com.tibco.rta.model.mutable
-
Allows defining an implementation for the actual metric and may
be provided by clients.
- MutableMetricFunctionDescriptor - Interface in com.tibco.rta.model.mutable
-
A mutable interface to model a metric function descriptor.
- MutableRetentionPolicy - Interface in com.tibco.rta.model.mutable
-
This represents a retention policy that can be modified via the API.
- MutableRtaSchema - Interface in com.tibco.rta.model.mutable
-
This is a logical collection of all related metrics artifacts like cubes and dimensions.