protected class DelegatePiece.DelegateWorkerSendFunctions extends AbstractPiece.InnerVertexSender
Constructor and Description |
---|
DelegateWorkerSendFunctions(ArrayList<AbstractPiece.InnerVertexSender> workerSendFunctions) |
Modifier and Type | Method and Description |
---|---|
void |
postprocess()
Override to finish computation.
|
void |
vertexSend(Vertex<I,V,E> vertex)
Must be defined by user to do computation on a single Vertex.
|
public DelegateWorkerSendFunctions(ArrayList<AbstractPiece.InnerVertexSender> workerSendFunctions)
public void vertexSend(Vertex<I,V,E> vertex)
VertexSender
public void postprocess()
VertexPostprocessor
postprocess
in interface VertexPostprocessor
postprocess
in class AbstractPiece.InnerVertexSender
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.