Uses of Class
org.apache.tinkerpop.gremlin.process.computer.Computer
-
-
Uses of Computer in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type Computer Modifier and Type Method Description CredentialTraversalSource
CredentialTraversalSource. withComputer(Computer computer)
-
Uses of Computer in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return Computer Modifier and Type Method Description Computer
Computer. clone()
static Computer
Computer. compute()
static Computer
Computer. compute(Class<? extends GraphComputer> graphComputerClass)
Computer
Computer. configure(String key, Object value)
Computer
Computer. configure(Map<String,Object> configurations)
Computer
Computer. edges(Traversal<Vertex,Edge> edgeFilter)
Computer
Computer. graphComputer(Class<? extends GraphComputer> graphComputerClass)
Computer
Computer. persist(GraphComputer.Persist persist)
Computer
Computer. result(GraphComputer.ResultGraph resultGraph)
Computer
Computer. vertices(Traversal<Vertex,Vertex> vertexFilter)
Computer
Computer. workers(int workers)
Constructors in org.apache.tinkerpop.gremlin.process.computer with parameters of type Computer Constructor Description GraphFilter(Computer computer)
-
Uses of Computer in org.apache.tinkerpop.gremlin.process.computer.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step that return Computer Modifier and Type Method Description Computer
VertexComputing. getComputer()
Get theComputer
for generating theGraphComputer
.Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step with parameters of type Computer Modifier and Type Method Description void
VertexComputing. setComputer(Computer computer)
Set theComputer
to be used to generate theGraphComputer
. -
Uses of Computer in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map declared as Computer Modifier and Type Field Description protected Computer
VertexProgramStep. computer
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return Computer Modifier and Type Method Description Computer
VertexProgramStep. getComputer()
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map with parameters of type Computer Modifier and Type Method Description void
VertexProgramStep. setComputer(Computer computer)
-
Uses of Computer in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration that return types with arguments of type Computer Modifier and Type Method Description static Optional<Computer>
VertexProgramStrategy. getComputer(TraversalStrategies strategies)
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type Computer Modifier and Type Method Description VertexProgramStrategy.Builder
VertexProgramStrategy.Builder. computer(Computer computer)
Constructors in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type Computer Constructor Description VertexProgramStrategy(Computer computer)
-
Uses of Computer in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Computer Modifier and Type Method Description default TraversalSource
TraversalSource. withComputer(Computer computer)
Add aComputer
that will generate aGraphComputer
from theGraph
that will be used to execute the traversal. -
Uses of Computer in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type Computer Modifier and Type Method Description GraphTraversalSource
GraphTraversalSource. withComputer(Computer computer)
Add aComputer
that will generate aGraphComputer
from theGraph
that will be used to execute the traversal.
-