| 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 |
AbstractAggregator<M extends org.apache.hadoop.io.Writable,VERTEX extends Vertex<?,?,M>>
Abstract base case of an aggregator.
|
class |
AverageAggregator
Averages the result of the
AbsDiffAggregator. |
class |
MaxAggregator |
class |
MinAggregator |
class |
SumAggregator
Sums all vertex values globally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphJob.setAggregatorClass(Class<? extends Aggregator> cls)
Set the aggregator for the job.
|
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.