Package | Description |
---|---|
org.apache.flink.graph | |
org.apache.flink.graph.gsa |
Class and Description |
---|
ApplyFunction
The base class for the third and last step of a
GatherSumApplyIteration . |
GatherFunction
The base class for the first step of a
GatherSumApplyIteration . |
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 . |
SumFunction
The base class for the second step of a
GatherSumApplyIteration . |
Class and Description |
---|
ApplyFunction
The base class for the third and last step of a
GatherSumApplyIteration . |
GatherFunction
The base class for the first step of a
GatherSumApplyIteration . |
GatherSumApplyIteration
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
This class represents a
<sourceVertex, edge> pair. |
SumFunction
The base class for the second step of a
GatherSumApplyIteration . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.