public static final class IncrementalSSSP.InvalidateMessenger extends ScatterFunction<Long,Double,Double,Double>
Constructor and Description |
---|
InvalidateMessenger(Edge<Long,Double> edgeToBeRemoved) |
Modifier and Type | Method and Description |
---|---|
void |
sendMessages(Vertex<Long,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<Long,Double> vertex) throws Exception
ScatterFunction
sendMessages
in class ScatterFunction<Long,Double,Double,Double>
vertex
- The vertex that was changed.Exception
- The computation may throw exceptions, which causes the superstep to fail.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.