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 boolean
areEqual(MapReduce a, Object b)
static GraphComputer.Persist
getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist)
static GraphComputer.ResultGraph
getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph)
static void
validateProgramOnComputer(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)
-
-