Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
-
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description Computer
Computer. result(GraphComputer.ResultGraph resultGraph)
GraphComputer
GraphComputer. result(GraphComputer.ResultGraph resultGraph)
Set theGraphComputer.ResultGraph
of the computation.GraphComputer
GraphComputerTest.BadGraphComputer. result(GraphComputer.ResultGraph resultGraph)
static IllegalArgumentException
GraphComputer.Exceptions. resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
default boolean
GraphComputer.Features. supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
CloneVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
ConnectedComponentVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
PeerPressureVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
PageRankVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
ShortestPathVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
TraversalVertexProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description VertexProgramStrategy.Builder
VertexProgramStrategy.Builder. result(GraphComputer.ResultGraph resultGraph)
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphComputer.ResultGraph Modifier and Type Method Description static GraphComputer.ResultGraph
GraphComputerHelper. getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph)
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraph
ProgramTest.TestProgram. getPreferredResultGraph()
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description Graph
TinkerGraphComputerView. processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
GraphComputer
TinkerGraphComputer. result(GraphComputer.ResultGraph resultGraph)
-