| Class | Description |
|---|---|
| ApplyFunction<K,VV,M> |
The base class for the third and last step of a
GatherSumApplyIteration. |
| GatherFunction<VV,EV,M> |
The base class for the first step of a
GatherSumApplyIteration. |
| GatherSumApplyIteration<K,VV,EV,M> |
This class represents iterative graph computations, programmed in a gather-sum-apply perspective.
|
| GSAConfiguration |
A GSAConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
GatherFunction, SumFunction as well as
ApplyFunction. |
| Neighbor<VV,EV> |
This class represents a
<sourceVertex, edge> pair. |
| SumFunction<VV,EV,M> |
The base class for the second step of a
GatherSumApplyIteration. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.