| Package | Description |
|---|---|
| org.apache.flink.graph | |
| org.apache.flink.graph.pregel |
| Class and Description |
|---|
| ComputeFunction
The base class for the message-passing functions between vertices as a part of a
VertexCentricIteration. |
| MessageCombiner
The base class for combining messages sent during a
VertexCentricIteration. |
| VertexCentricConfiguration
A VertexCentricConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
ComputeFunction. |
| Class and Description |
|---|
| ComputeFunction
The base class for the message-passing functions between vertices as a part of a
VertexCentricIteration. |
| MessageCombiner
The base class for combining messages sent during a
VertexCentricIteration. |
| MessageIterator
An iterator that returns messages.
|
| VertexCentricConfiguration
A VertexCentricConfiguration object can be used to set the iteration name and
degree of parallelism, to register aggregators and use broadcast sets in
the
ComputeFunction. |
| VertexCentricIteration
This class represents iterative graph computations, programmed in a vertex-centric perspective.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.