| Package | Description |
|---|---|
| org.apache.flink.graph.gsa |
| Modifier and Type | Method and Description |
|---|---|
static <K,VV,EV,M> |
GatherSumApplyIteration.withEdges(org.apache.flink.api.java.DataSet<Edge<K,EV>> edges,
GatherFunction<VV,EV,M> gather,
SumFunction<VV,EV,M> sum,
ApplyFunction<K,VV,M> apply,
int maximumNumberOfIterations)
Creates a new gather-sum-apply iteration operator for graphs.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.