public static final class PageRank.RankMessenger<K> extends ScatterFunction<K,Double,Double,Double>
Constructor and Description |
---|
RankMessenger() |
Modifier and Type | Method and Description |
---|---|
void |
sendMessages(Vertex<K,Double> vertex)
This method is invoked once per superstep for each vertex that was changed in that superstep.
|
getBroadcastSet, getDirection, getEdges, getInDegree, getIterationAggregator, getNumberOfVertices, getOutDegree, getPreviousIterationAggregate, getSuperstepNumber, postSuperstep, preSuperstep, sendMessageTo, sendMessageToAllNeighbors
public void sendMessages(Vertex<K,Double> vertex)
ScatterFunction
sendMessages
in class ScatterFunction<K,Double,Double,Double>
vertex
- The vertex that was changed.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.