Modifier and Type | Class and Description |
---|---|
class |
com.ibm.rational.test.lt.execution.results.data.aggregation.StandardAggregator |
class |
TransferAggregator
Used by aggregation infrastructure to combine non-aggregate data on individual nodes to
the "all_hosts node
|
class |
com.ibm.rational.test.lt.execution.results.data.aggregation.TransferAggregatorWithDiscreteTarget |
Modifier and Type | Field and Description |
---|---|
protected Aggregator |
AggregationJob.aggregator |
Modifier and Type | Method and Description |
---|---|
Aggregator |
AggregationJob.getAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
Aggregator.AggregationObservationAdapter.adapt(Aggregator aggregator,
org.eclipse.emf.common.notify.Notifier notifier,
boolean isSynchronized) |
Constructor and Description |
---|
AggregationJob(Aggregator aggregator)
constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AverageAggregator
May be deployed in 2 modes, Node Singleton and non-Singleton.
|
class |
MaxAggregator
May be deployed in 2 modes, Node Singleton and non-Singleton.
|
class |
MinAggregator
May be deployed in 2 modes, Node Singleton and non-Singleton.
|
class |
PercentAggregator
Aggregates a percentage value.
|
class |
PercentAggregator_NonInclusive
Aggregates a percentage value.
|
class |
RateAggregator
Aggregates the rate at which statistical events occur.
|
Constructor and Description |
---|
RateAggregator.RateJob(Aggregator agregator) |
Modifier and Type | Class and Description |
---|---|
class |
AverageTransferAggregator
transfers an Average interval value and its basis
Sample deployment:
|
class |
MaxTransferAggregator
transfers a Max interval value to the Aggregate node ("All Hosts")
Sample Deployment:
|
class |
MinTransferAggregator
Transfers a Min interval value to the Aggregate Node ("All hosts")
Sample Deployment:
|
class |
ScalarTransferAggregator
transfers a scalar interval value to the "All Hosts" node.
|
class |
ScalarTransferLastValueAggregator
transfers a scalar interval value to the "All Hosts" node.
|
© Copyright IBM Corp. 2013. All rights reserved.