Package | Description |
---|---|
org.apache.flink.graph | |
org.apache.flink.graph.gsa |
Modifier and Type | Method and Description |
---|---|
<M> Graph<K,VV,EV> |
Graph.runGatherSumApplyIteration(GatherFunction<VV,EV,M> gatherFunction,
SumFunction<VV,EV,M> sumFunction,
ApplyFunction<K,VV,M> applyFunction,
int maximumNumberOfIterations,
GSAConfiguration parameters)
Runs a Gather-Sum-Apply iteration on the graph with configuration options.
|
Modifier and Type | Method and Description |
---|---|
GSAConfiguration |
GatherSumApplyIteration.getIterationConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
GatherSumApplyIteration.configure(GSAConfiguration parameters)
Configures this gather-sum-apply iteration with the provided parameters.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.