Uses of Interface
edu.isi.pegasus.planner.namespace.aggregator.Aggregator
-
Packages that use Aggregator Package Description edu.isi.pegasus.planner.namespace edu.isi.pegasus.planner.namespace.aggregator -
-
Uses of Aggregator in edu.isi.pegasus.planner.namespace
Fields in edu.isi.pegasus.planner.namespace declared as Aggregator Modifier and Type Field Description private static AggregatorPegasus. ERROR_MESSAGE_AGGREGATORStatic Handle to the delimiter aggregator.static AggregatorGlobus. mDefaultAggregatorThe default aggregator to be used for profile aggregation, if none specified in the aggregator table;private static AggregatorPegasus. SUCCESS_MESSAGE_AGGREGATORStatic Handle to the delimiter aggregator.private static AggregatorPegasus. SUM_AGGREGATORStatic Handle to the sum aggregator.Methods in edu.isi.pegasus.planner.namespace that return Aggregator Modifier and Type Method Description protected AggregatorGlobus. aggregator(java.lang.String key)Returns the aggregator to be used for the profile key while merging. -
Uses of Aggregator in edu.isi.pegasus.planner.namespace.aggregator
Classes in edu.isi.pegasus.planner.namespace.aggregator that implement Aggregator Modifier and Type Class Description classAbstractAn abstract implementation of the Profile Aggregators.classMAXAn implementation of the Aggregator interface that takes the maximum of the profile values.classMINAn implementation of the Aggregator interface that takes the minimum of the profile values.classSumAn implementation of the Aggregator interface that sums the profile values.classUniqueMergeMerges profile as a delimiter separated list.classUpdateAn implementation of the Aggregator interface that always takes the new profile value.
-