Class GraphComputerHelper
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic GraphComputer.PersistgetPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist) static GraphComputer.ResultGraphgetResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph) static voidvalidateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram)
-
Method Details
-
validateProgramOnComputer
-
getResultGraphState
public static GraphComputer.ResultGraph getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph) -
getPersistState
public static GraphComputer.Persist getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist) -
areEqual
-