public final class GraphComputerHelper extends Object
| Modifier and Type | Method and 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) | 
public static void validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram)
public static GraphComputer.ResultGraph getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph)
public static GraphComputer.Persist getPersistState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.Persist> persist)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.