public static class GraphComputerTest.VertexProgramJ extends StaticVertexProgram
VertexProgram.Builder, VertexProgram.FeaturesVERTEX_PROGRAM| Constructor and Description |
|---|
VertexProgramJ() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Vertex vertex,
Messenger messenger,
Memory memory) |
Set<MemoryComputeKey> |
getMemoryComputeKeys() |
Set<MessageScope> |
getMessageScopes(Memory memory) |
GraphComputer.Persist |
getPreferredPersist() |
GraphComputer.ResultGraph |
getPreferredResultGraph() |
void |
setup(Memory memory) |
boolean |
terminate(Memory memory) |
void |
workerIterationEnd(Memory memory) |
void |
workerIterationStart(Memory memory) |
clone, storeStateequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVertexProgram, getFeatures, getMapReducers, getMessageCombiner, getTraverserRequirements, getVertexComputeKeys, loadStatepublic void setup(Memory memory)
public void workerIterationStart(Memory memory)
public boolean terminate(Memory memory)
public void workerIterationEnd(Memory memory)
public Set<MemoryComputeKey> getMemoryComputeKeys()
public Set<MessageScope> getMessageScopes(Memory memory)
public GraphComputer.ResultGraph getPreferredResultGraph()
public GraphComputer.Persist getPreferredPersist()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.