|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation |
---|
Subclasses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation | |
---|---|
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
|
Fields in com.ibm.rational.test.lt.execution.results.data.aggregation declared as Aggregator | |
---|---|
protected Aggregator |
AggregationJob.aggregator
|
Methods in com.ibm.rational.test.lt.execution.results.data.aggregation that return Aggregator | |
---|---|
Aggregator |
AggregationJob.getAggregator()
|
Methods in com.ibm.rational.test.lt.execution.results.data.aggregation with parameters of type Aggregator | |
---|---|
void |
Aggregator.AggregationObservationAdapter.adapt(Aggregator aggregator,
org.eclipse.emf.common.notify.Notifier notifier,
boolean isSynchronized)
|
Constructors in com.ibm.rational.test.lt.execution.results.data.aggregation with parameters of type Aggregator | |
---|---|
AggregationJob(Aggregator aggregator)
constructor |
Uses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation.aggregators |
---|
Subclasses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation.aggregators | |
---|---|
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. |
Constructors in com.ibm.rational.test.lt.execution.results.data.aggregation.aggregators with parameters of type Aggregator | |
---|---|
RateAggregator.RateJob(Aggregator agregator)
|
Uses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation.transferaggregators |
---|
Subclasses of Aggregator in com.ibm.rational.test.lt.execution.results.data.aggregation.transferaggregators | |
---|---|
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. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |