Class GraphComputerTest.VertexProgramC
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
-
- org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest.VertexProgramC
-
- All Implemented Interfaces:
Cloneable,VertexProgram
- Enclosing class:
- GraphComputerTest
public static class GraphComputerTest.VertexProgramC extends StaticVertexProgram
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
VertexProgram.Builder, VertexProgram.Features
-
-
Field Summary
-
Fields inherited from interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
VERTEX_PROGRAM
-
-
Constructor Summary
Constructors Constructor Description VertexProgramC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Vertex vertex, Messenger messenger, Memory memory)Set<MemoryComputeKey>getMemoryComputeKeys()Set<MessageScope>getMessageScopes(Memory memory)GraphComputer.PersistgetPreferredPersist()GraphComputer.ResultGraphgetPreferredResultGraph()voidsetup(Memory memory)booleanterminate(Memory memory)-
Methods inherited from class org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
clone, storeState
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
getFeatures, getMapReducers, getMessageCombiner, getTraverserRequirements, getVertexComputeKeys, loadState, workerIterationEnd, workerIterationStart
-
-
-
-
Method Detail
-
setup
public void setup(Memory memory)
-
terminate
public boolean terminate(Memory memory)
-
getMemoryComputeKeys
public Set<MemoryComputeKey> getMemoryComputeKeys()
-
getMessageScopes
public Set<MessageScope> getMessageScopes(Memory memory)
-
getPreferredResultGraph
public GraphComputer.ResultGraph getPreferredResultGraph()
-
getPreferredPersist
public GraphComputer.Persist getPreferredPersist()
-
-