Uses of Interface
edu.isi.pegasus.planner.namespace.aggregator.Aggregator

Packages that use Aggregator
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
static Aggregator Globus.mDefaultAggregator
          The default aggregator to be used for profile aggregation, if none specified in the aggregator table;
private static Aggregator Pegasus.SUM_AGGREGATOR
          Static Handle to the sum aggregator.
 

Methods in edu.isi.pegasus.planner.namespace that return Aggregator
protected  Aggregator Globus.aggregator(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
 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 Update
          An implementation of the Aggregator interface that always takes the new profile value.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.