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 Aggregator
Pegasus. ERROR_MESSAGE_AGGREGATOR
Static Handle to the delimiter aggregator.static Aggregator
Globus. mDefaultAggregator
The default aggregator to be used for profile aggregation, if none specified in the aggregator table;private static Aggregator
Pegasus. SUCCESS_MESSAGE_AGGREGATOR
Static Handle to the delimiter aggregator.private static Aggregator
Pegasus. SUM_AGGREGATOR
Static Handle to the sum aggregator.Methods in edu.isi.pegasus.planner.namespace that return Aggregator Modifier and Type Method Description protected Aggregator
Globus. 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 class
Abstract
An abstract implementation of the Profile Aggregators.class
MAX
An implementation of the Aggregator interface that takes the maximum of the profile values.class
MIN
An implementation of the Aggregator interface that takes the minimum of the profile values.class
Sum
An implementation of the Aggregator interface that sums the profile values.class
UniqueMerge
Merges profile as a delimiter separated list.class
Update
An implementation of the Aggregator interface that always takes the new profile value.
-