| Package | Description |
|---|---|
| org.apache.flink.graph.library | |
| org.apache.flink.graph.spargel |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSourceShortestPaths.VertexDistanceUpdater.updateVertex(Vertex<K,Double> vertex,
MessageIterator<Double> inMessages) |
void |
ConnectedComponents.CCUpdater.updateVertex(Vertex<K,VV> vertex,
MessageIterator<VV> messages) |
void |
LabelPropagation.UpdateVertexLabel.updateVertex(Vertex<K,VV> vertex,
MessageIterator<VV> inMessages) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GatherFunction.updateVertex(Vertex<K,VV> vertex,
MessageIterator<Message> inMessages)
This method is invoked once per vertex per superstep.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.