| Package | Description |
|---|---|
| org.apache.flink.graph | |
| org.apache.flink.graph.library | |
| org.apache.flink.graph.spargel |
| Class and Description |
|---|
| GatherFunction
This class must be extended by functions that compute the state of the vertex depending on the old state and the
incoming messages.
|
| ScatterFunction
The base class for functions that produce messages between vertices as a part of a
ScatterGatherIteration. |
| ScatterGatherConfiguration
A ScatterGatherConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
GatherFunction and ScatterFunction |
| Class and Description |
|---|
| GatherFunction
This class must be extended by functions that compute the state of the vertex depending on the old state and the
incoming messages.
|
| MessageIterator
An iterator that returns messages.
|
| ScatterFunction
The base class for functions that produce messages between vertices as a part of a
ScatterGatherIteration. |
| Class and Description |
|---|
| GatherFunction
This class must be extended by functions that compute the state of the vertex depending on the old state and the
incoming messages.
|
| MessageIterator
An iterator that returns messages.
|
| ScatterFunction
The base class for functions that produce messages between vertices as a part of a
ScatterGatherIteration. |
| ScatterGatherConfiguration
A ScatterGatherConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
GatherFunction and ScatterFunction |
| ScatterGatherIteration
This class represents iterative graph computations, programmed in a scatter-gather perspective.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.