| Package | Description |
|---|---|
| org.apache.flink.graph.spargel |
| Modifier and Type | Method and Description |
|---|---|
static <K,VV,Message,EV> |
ScatterGatherIteration.withEdges(org.apache.flink.api.java.DataSet<Edge<K,EV>> edgesWithValue,
ScatterFunction<K,VV,Message,EV> sf,
GatherFunction<K,VV,Message> gf,
int maximumNumberOfIterations)
Creates a new scatter-gather iteration operator for graphs where the edges are associated with a value (such as
a weight or distance).
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.