Class GraphComputerHelper
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
- 
 public final class GraphComputerHelper extends Object - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareEqual(MapReduce a, Object b)static 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 Detail- 
validateProgramOnComputerpublic static void validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram) 
 - 
getResultGraphStatepublic static GraphComputer.ResultGraph getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph) 
 - 
getPersistStatepublic static GraphComputer.Persist getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist) 
 
- 
 
-