Package | Description |
---|---|
edu.isi.pegasus.planner.namespace | |
edu.isi.pegasus.planner.namespace.aggregator |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
Globus.aggregator(String key)
Returns the aggregator to be used for the profile key while merging.
|
Modifier and Type | Class and 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.
|