Package | Description |
---|---|
com.tibco.rta |
Connection, session, configuration classes and interfaces.
|
com.tibco.rta.model |
Schema model classes and interfaces.
|
com.tibco.rta.model.mutable |
Mutalbe Schema model classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricFunctionDescriptor> |
RtaSession.getAllFunctionDescriptors() |
Modifier and Type | Method and Description |
---|---|
<T extends MetricFunctionDescriptor> |
Measurement.getMetricFunctionDescriptor()
Gets the metric descriptor.
|
Modifier and Type | Method and Description |
---|---|
MetricFunctionDescriptor |
MetricFunctionsRepository.getFunctionDescriptor(java.lang.String name)
Returns the function descriptor given a function name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricFunctionDescriptor> |
MetricFunctionsRepository.getMetricFunctionDescriptors()
Returns a list of metric function descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricFunctionsRepository.MetricFunctionsRepositoryImpl.setMetricFunctionDescritpors(java.util.Map<java.lang.String,MetricFunctionDescriptor> fMap) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableMetricDescriptor
Allows defining an implementation for the actual metric and may
be provided by clients.
|
interface |
MutableMetricFunctionDescriptor
A mutable interface to model a metric function descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableMeasurement.setMetricFunctionDescriptor(MetricFunctionDescriptor functionDescriptor)
Associate a function descriptor with this measurement.
|
void |
MutableMetricDescriptor.setMetricFunctionDescriptor(MetricFunctionDescriptor functionDescriptor)
Set a function descriptor
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.