public static class GraphComputerTest.VertexProgramC extends StaticVertexProgram
VertexProgram.Builder, VertexProgram.FeaturesVERTEX_PROGRAM| Constructor and Description |
|---|
VertexProgramC() |
| 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) |
clone, storeStateequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVertexProgram, getFeatures, getMapReducers, getMessageCombiner, getTraverserRequirements, getVertexComputeKeys, loadState, workerIterationEnd, workerIterationStartpublic void setup(Memory memory)
public boolean terminate(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.