Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
- 
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computerMethods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description ComputerComputer. result(GraphComputer.ResultGraph resultGraph)GraphComputerGraphComputer. result(GraphComputer.ResultGraph resultGraph)Set theGraphComputer.ResultGraphof the computation.GraphComputerGraphComputerTest.BadGraphComputer. result(GraphComputer.ResultGraph resultGraph)static IllegalArgumentExceptionGraphComputer.Exceptions. resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)default booleanGraphComputer.Features. supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.cloneMethods in org.apache.tinkerpop.gremlin.process.computer.clone that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphCloneVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.connectedMethods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphConnectedComponentVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressureMethods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphPeerPressureVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerankMethods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphPageRankVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.search.pathMethods in org.apache.tinkerpop.gremlin.process.computer.search.path that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphShortestPathVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversalMethods in org.apache.tinkerpop.gremlin.process.computer.traversal that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphTraversalVertexProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decorationMethods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description VertexProgramStrategy.BuilderVertexProgramStrategy.Builder. result(GraphComputer.ResultGraph resultGraph)
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.utilMethods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphComputer.ResultGraph Modifier and Type Method Description static GraphComputer.ResultGraphGraphComputerHelper. getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph)
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphProgramTest.TestProgram. getPreferredResultGraph()
- 
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.tinkergraph.process.computerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description GraphTinkerGraphComputerView. processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)GraphComputerTinkerGraphComputer. result(GraphComputer.ResultGraph resultGraph)
 
-