| Modifier and Type | Class and Description |
|---|---|
class |
AbsDiffAggregator
A absolute difference aggregator, it collects values before the compute and
after the compute, then calculates the difference and globally accumulates
(sums them up) them.
|
class |
AverageAggregator
Averages the result of the
AbsDiffAggregator. |
class |
MaxAggregator |
class |
MinAggregator |
class |
SumAggregator
Sums all vertex values globally.
|
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.