public static class ProgramTest.TestProgram extends Object implements VertexProgram
VertexProgram.Builder, VertexProgram.FeaturesVERTEX_PROGRAM| Constructor and Description |
|---|
TestProgram() |
| Modifier and Type | Method and Description |
|---|---|
ProgramTest.TestProgram |
clone() |
void |
execute(Vertex vertex,
Messenger messenger,
Memory memory) |
Set<MemoryComputeKey> |
getMemoryComputeKeys() |
Set<MessageScope> |
getMessageScopes(Memory memory) |
GraphComputer.Persist |
getPreferredPersist() |
GraphComputer.ResultGraph |
getPreferredResultGraph() |
Set<VertexComputeKey> |
getVertexComputeKeys() |
void |
loadState(Graph graph,
org.apache.commons.configuration.Configuration configuration) |
void |
setup(Memory memory) |
void |
storeState(org.apache.commons.configuration.Configuration configuration) |
boolean |
terminate(Memory memory) |
void |
workerIterationEnd(Memory memory) |
void |
workerIterationStart(Memory memory) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVertexProgram, getFeatures, getMapReducers, getMessageCombiner, getTraverserRequirementspublic void loadState(Graph graph, org.apache.commons.configuration.Configuration configuration)
loadState in interface VertexProgrampublic void storeState(org.apache.commons.configuration.Configuration configuration)
storeState in interface VertexProgrampublic void setup(Memory memory)
setup in interface VertexProgrampublic void execute(Vertex vertex, Messenger messenger, Memory memory)
execute in interface VertexProgrampublic boolean terminate(Memory memory)
terminate in interface VertexProgrampublic void workerIterationStart(Memory memory)
workerIterationStart in interface VertexProgrampublic void workerIterationEnd(Memory memory)
workerIterationEnd in interface VertexProgrampublic Set<VertexComputeKey> getVertexComputeKeys()
getVertexComputeKeys in interface VertexProgrampublic Set<MemoryComputeKey> getMemoryComputeKeys()
getMemoryComputeKeys in interface VertexProgrampublic Set<MessageScope> getMessageScopes(Memory memory)
getMessageScopes in interface VertexProgrampublic ProgramTest.TestProgram clone()
clone in interface VertexProgramclone in class Objectpublic GraphComputer.ResultGraph getPreferredResultGraph()
getPreferredResultGraph in interface VertexProgrampublic GraphComputer.Persist getPreferredPersist()
getPreferredPersist in interface VertexProgramCopyright © 2013–2021 Apache Software Foundation. All rights reserved.