| Package | Description |
|---|---|
| org.apache.flink.graph.gsa | |
| org.apache.flink.graph.pregel | |
| org.apache.flink.graph.spargel |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.