Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Packages that use GraphComputer
Package
Description
-
Uses of GraphComputer in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return GraphComputerModifier and TypeMethodDescriptionGraphManager.ManagedGraphProvider.getGraphComputer(Graph graph) default GraphComputerGraphProvider.getGraphComputer(Graph graph) Create aGraphComputerfrom theGraphinstance. -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Method parameters in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with type arguments of type GraphComputerModifier and TypeMethodDescriptionCredentialTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.process.computer
Classes in org.apache.tinkerpop.gremlin.process.computer that implement GraphComputerMethods in org.apache.tinkerpop.gremlin.process.computer that return GraphComputerModifier and TypeMethodDescriptiondefault GraphComputerSet an arbitrary configuration key/value for the underlyingConfigurationin theGraphComputer.Add a filter that will limit which edges of the vertices are loaded from the graph source.Add aMapReducejob to the set of MapReduce jobs to be executed by theGraphComputer.GraphComputer.persist(GraphComputer.Persist persist) Set theGraphComputer.Persistlevel of the computation.GraphComputerTest.BadGraphComputer.persist(GraphComputer.Persist persist) GraphComputer.program(VertexProgram vertexProgram) Set theVertexProgramto be executed by theGraphComputer.GraphComputerTest.BadGraphComputer.program(VertexProgram vertexProgram) GraphComputer.result(GraphComputer.ResultGraph resultGraph) Set theGraphComputer.ResultGraphof the computation.GraphComputerTest.BadGraphComputer.result(GraphComputer.ResultGraph resultGraph) GraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Add a filter that will limit which vertex properties are loaded from the graph source.GraphComputerTest.BadGraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Add a filter that will limit which vertices are loaded from the graph source.GraphComputer.workers(int workers) Set the desired number of workers to execute theVertexProgramandMapReducejobs.GraphComputerTest.BadGraphComputer.workers(int workers) Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type GraphComputerModifier and TypeMethodDescriptionClass<? extends GraphComputer>Computer.getGraphComputerClass()Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type GraphComputerModifier and TypeMethodDescriptionstatic ComputerComputer.compute(Class<? extends GraphComputer> graphComputerClass) Computer.graphComputer(Class<? extends GraphComputer> graphComputerClass) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Method parameters in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with type arguments of type GraphComputerModifier and TypeMethodDescriptionVertexProgramStrategy.Builder.graphComputer(Class<? extends GraphComputer> graphComputerClass) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util with type parameters of type GraphComputerMethods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphComputerMethods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type GraphComputerModifier and TypeMethodDescriptionstatic voidGraphComputerHelper.validateProgramOnComputer(GraphComputer computer, VertexProgram vertexProgram) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.process.traversal
Method parameters in org.apache.tinkerpop.gremlin.process.traversal with type arguments of type GraphComputerModifier and TypeMethodDescriptiondefault TraversalSourceTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) Add aGraphComputerclass used to execute the traversal. -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with type arguments of type GraphComputerModifier and TypeMethodDescriptionGraphTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) Add aGraphComputerclass used to execute the traversal. -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with type parameters of type GraphComputerModifier and TypeMethodDescription<C extends GraphComputer>
CDeclare theGraphComputerto use for OLAP operations on the graph.<C extends GraphComputer>
CMethods in org.apache.tinkerpop.gremlin.structure that return GraphComputerModifier and TypeMethodDescriptionGraph.compute()Generate aGraphComputerusing the default engine of the underlying graph system.RemoteGraph.compute() -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type GraphComputerModifier and TypeMethodDescriptionstatic StringStringFactory.graphComputerString(GraphComputer graphComputer) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty with type parameters of type GraphComputerMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return GraphComputer -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with type parameters of type GraphComputerMethods in org.apache.tinkerpop.gremlin.structure.util.star that return GraphComputer -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Classes in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that implement GraphComputerMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return GraphComputerModifier and TypeMethodDescriptionTinkerGraphComputer.persist(GraphComputer.Persist persist) TinkerGraphComputer.program(VertexProgram vertexProgram) TinkerGraphComputer.result(GraphComputer.ResultGraph resultGraph) TinkerGraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) TinkerGraphComputer.workers(int workers) -
Uses of GraphComputer in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type GraphComputerMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return GraphComputer