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 Summary
All 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
- 
validateProgramOnComputer
public static void validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram)
 
- 
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)
 
 - 
 
 -