com.ibm.rational.test.lt.execution.results.data.aggregation.aggregators

Class MaxAggregator

  • All Implemented Interfaces:
    com.ibm.rational.test.lt.execution.results.data.aggregation.IAggregator, org.eclipse.emf.common.notify.Adapter


    public class MaxAggregator
    extends com.ibm.rational.test.lt.execution.results.data.aggregation.StandardAggregator
    May be deployed in 2 modes, Node Singleton and non-Singleton. In non-Singleton mode, the Max value is calculated for a statistical object given that objects interval maximum data. In this mode, 1 target is required: -- SDCounterDescriptor for the cumulative maximum. 1 dependency is required. -- SDCounterDescriptor for the interval maximum. A sample non-singleton deployment of this aggregator is as follows When deployed as a node-singleton, the Maximum value for all like elements is calculated for both the current interval and the cumulative run. In this mode, 2 targets are required: -- SDCounterDescriptor for Cumulative Maximum for all like objects -- SDCounterDescriptor for Interval Maximum for all like objects 1 dependency is required. -- SDCounterDescriptor for the interval maximum. A sample node-singleton deployment of this aggregator is as follows:
    • Constructor Detail

      • MaxAggregator

        public MaxAggregator()
    • Method Detail

      • getJob

        public AggregationJob getJob()
        Specified by:
        getJob in interface com.ibm.rational.test.lt.execution.results.data.aggregation.IAggregator
        Specified by:
        getJob in class Aggregator
      • getFirstTargetPath

        public com.ibm.rational.test.lt.execution.results.data.collections.StringList getFirstTargetPath()
        Specified by:
        getFirstTargetPath in interface com.ibm.rational.test.lt.execution.results.data.aggregation.IAggregator
        Specified by:
        getFirstTargetPath in class Aggregator
      • initTargetDescriptors

        protected boolean initTargetDescriptors()
        Description copied from class: Aggregator
        infrastructure use only
        Overrides:
        initTargetDescriptors in class Aggregator
        Returns:
        boolean
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.