Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Packages that use GraphTraversalSource
Package
Description
-
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin
Fields in org.apache.tinkerpop.gremlin declared as GraphTraversalSourceMethods in org.apache.tinkerpop.gremlin that return GraphTraversalSourceModifier and TypeMethodDescriptionGraphManager.ManagedGraphProvider.traversal(Graph graph, TraversalStrategy... strategies) default GraphTraversalSourceCreate aGraphTraversalSourcefrom aGraphinstance.default GraphTraversalSourceGraphProvider.traversal(Graph graph, TraversalStrategy... strategies) Create aGraphTraversalSourcefrom aGraphinstance. -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.features
Methods in org.apache.tinkerpop.gremlin.features that return GraphTraversalSourceModifier and TypeMethodDescriptionWorld.getGraphTraversalSource(LoadGraphWith.GraphData graphData) Gets aGraphTraversalSourcethat is backed by the specifiedLoadGraphWith.GraphData.default GraphTraversalSourceGets aGraphTraversalSourceconfigured for multi-label support (ZERO_OR_MORE vertex label cardinality). -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Modifier and TypeClassDescriptionclassclass -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.groovy.loaders
Methods in org.apache.tinkerpop.gremlin.groovy.loaders with parameters of type GraphTraversalSourceModifier and TypeMethodDescriptionstatic final ObjectSugarLoader.GraphTraversalSourceCategory.get(GraphTraversalSource graphTraversalSource, String key) -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.language.grammar
Fields in org.apache.tinkerpop.gremlin.language.grammar declared as GraphTraversalSourceModifier and TypeFieldDescriptionprotected GraphTraversalSourceTraversalSourceSpawnMethodVisitor.traversalSourceMethods in org.apache.tinkerpop.gremlin.language.grammar that return GraphTraversalSourceModifier and TypeMethodDescriptionGraphTraversalSourceVisitor.visitTraversalSource(GremlinParser.TraversalSourceContext ctx) Visit a parse tree produced byGremlinParser.traversalSource().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_with().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withBulk().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withoutStrategies(GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext ctx) TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withPath().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSack().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext ctx) Visit a parse tree produced byGremlinParser.traversalSourceSelfMethod_withSideEffect().TraversalSourceSelfMethodVisitor.visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext ctx) Constructors in org.apache.tinkerpop.gremlin.language.grammar with parameters of type GraphTraversalSourceModifierConstructorDescriptionprotectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) Constructs a new instance that is bound to the specifiedGraphTraversalSourceand thus spawns theTraversalfrom this "g" rather than from a fresh one constructed from theGraphinstance.protectedGremlinAntlrToJava(GraphTraversalSource g, Supplier<GraphTraversal<?, ?>> createAnonymous) Constructs a new instance that is bound to the specifiedGraphTraversalSourceand thus spawns theTraversalfrom this "g" rather than from a fresh one constructed from theGraphinstance.GremlinAntlrToJava(GraphTraversalSource g, VariableResolver variableResolver) Constructs a new instance that is bound to the specifiedGraphTraversalSourceand thus spawns theTraversalfrom this "g" rather than from a fresh one constructed from theGraphinstance.NoOpTerminalVisitor(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) TraversalSourceSpawnMethodVisitor(GraphTraversalSource traversalSource, DefaultGremlinBaseVisitor<Traversal> anonymousVisitor, GremlinAntlrToJava antlr) TraversalSourceTxVisitor(GraphTraversalSource source, GremlinAntlrToJava antlr) -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.process.computer.search.path
Constructors in org.apache.tinkerpop.gremlin.process.computer.search.path with parameters of type GraphTraversalSourceModifierConstructorDescription -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.process.remote
Constructors in org.apache.tinkerpop.gremlin.process.remote with parameters of type GraphTraversalSource -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.process.traversal
Fields in org.apache.tinkerpop.gremlin.process.traversal with type parameters of type GraphTraversalSourceModifier and TypeFieldDescriptionTraversalInterruptionTest.traversalBeforePauseTraversalInterruptionComputerTest.traversalMakerMethods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type GraphTraversalSourceModifier and TypeMethodDescriptionAnonymousTraversalSource.traversal()Constructs anAnonymousTraversalSourcewhich will then be configured to spawn aGraphTraversalSource. -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return GraphTraversalSourceModifier and TypeMethodDescriptionGraphTraversalSource.clone()Provides a configuration to a traversal in the form of a key which is the same aswith(key, true).Provides a configuration to a traversal in the form of a key value pair.GraphTraversalSource.withBulk(boolean useBulk) GraphTraversalSource.withComputer()Add the standardGraphComputerof the graph that will be used to execute the traversal.GraphTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) Add aGraphComputerclass used to execute the traversal.GraphTraversalSource.withComputer(Computer computer) Add aComputerthat will generate aGraphComputerfrom theGraphthat will be used to execute the traversal.GraphTraversalSource.withoutStrategies(Class<? extends TraversalStrategy>... traversalStrategyClasses) Remove an arbitrary collection ofTraversalStrategyclasses from the traversal source.GraphTraversalSource.withPath()GraphTraversalSource.withSack(A initialValue) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(A initialValue, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(Supplier<A> initialValue, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSideEffect(String key, A initialValue) Add a sideEffect to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSideEffect(String key, A initialValue, BinaryOperator<A> reducer) Add a sideEffect to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSideEffect(String key, Supplier<A> initialValue) Add a sideEffect to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withSideEffect(String key, Supplier<A> initialValue, BinaryOperator<A> reducer) Add a sideEffect to be used throughout the life of a spawnedTraversal.GraphTraversalSource.withStrategies(TraversalStrategy... traversalStrategies) Add an arbitrary collection ofTraversalStrategyinstances to the traversal source.Method parameters in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with type arguments of type GraphTraversalSourceModifier and TypeMethodDescription<T> TGraphTraversalSource.evaluateInTx(Function<GraphTraversalSource, T> txWork) Runs the supplied unit of work inside a single transaction, managing the transaction lifecycle automatically, and returns the value the work produces.voidGraphTraversalSource.executeInTx(Consumer<GraphTraversalSource> txWork) Runs the supplied unit of work inside a single transaction, managing the transaction lifecycle automatically.Constructors in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type GraphTraversalSource -
Uses of GraphTraversalSource in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return GraphTraversalSourceModifier and TypeMethodDescriptiondefault GraphTraversalSourceGraph.traversal()Generate a reusableGraphTraversalSourceinstance.