Package | Description |
---|---|
org.apache.flink.graph.examples | |
org.apache.flink.graph.library | |
org.apache.flink.graph.spargel |
Modifier and Type | Method and Description |
---|---|
void |
PageRank.VertexRankUpdater.updateVertex(Vertex<K,Double> vertex,
MessageIterator<Double> inMessages) |
void |
IncrementalSSSP.VertexDistanceUpdater.updateVertex(Vertex<Long,Double> vertex,
MessageIterator<Double> inMessages) |
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–2020 The Apache Software Foundation. All rights reserved.