public static class GraphComputerTest.VertexProgramL extends Object implements VertexProgram
VertexProgram.Builder, VertexProgram.FeaturesVERTEX_PROGRAM| Constructor and Description |
|---|
VertexProgramL() |
| Modifier and Type | Method and Description |
|---|---|
GraphComputerTest.VertexProgramL |
clone() |
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) |
void |
storeState(org.apache.commons.configuration.Configuration configuration) |
boolean |
terminate(Memory memory) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVertexProgram, getFeatures, getMapReducers, getMessageCombiner, getTraverserRequirements, getVertexComputeKeys, loadState, workerIterationEnd, workerIterationStartpublic 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 Set<MemoryComputeKey> getMemoryComputeKeys()
getMemoryComputeKeys in interface VertexProgrampublic Set<MessageScope> getMessageScopes(Memory memory)
getMessageScopes in interface VertexProgrampublic GraphComputer.ResultGraph getPreferredResultGraph()
getPreferredResultGraph in interface VertexProgrampublic GraphComputer.Persist getPreferredPersist()
getPreferredPersist in interface VertexProgrampublic GraphComputerTest.VertexProgramL clone()
clone in interface VertexProgramclone in class Objectpublic void storeState(org.apache.commons.configuration.Configuration configuration)
storeState in interface VertexProgramCopyright © 2013–2016 Apache Software Foundation. All rights reserved.