Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Packages that use TraversalSource
Package
Description
-
Uses of TraversalSource in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote with type parameters of type TraversalSourceModifier and TypeMethodDescription<T extends TraversalSource>
TStarts a transaction and returns a traversal source bound to it. -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Classes in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that implement TraversalSourceModifier and TypeClassDescriptionclassclass -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal with parameters of type TraversalSourceModifier and TypeMethodDescriptionTraversalVertexProgram.Builder.traversal(TraversalSource traversalSource, String scriptEngine, String traversalScript, Object... bindings) -
Uses of TraversalSource 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 TraversalSourceModifier and TypeMethodDescriptionvoidVertexProgramStrategy.addGraphComputerStrategies(TraversalSource traversalSource) -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.process.traversal
Classes in org.apache.tinkerpop.gremlin.process.traversal with type parameters of type TraversalSourceModifier and TypeClassDescriptionclassAnonymousTraversalSource<T extends TraversalSource>Provides a unified way to construct aTraversalSourcefrom the perspective of the traversal.Methods in org.apache.tinkerpop.gremlin.process.traversal with type parameters of type TraversalSourceModifier and TypeMethodDescriptionstatic <T extends TraversalSource>
AnonymousTraversalSource<T>Constructs anAnonymousTraversalSourcewhich will then be configured to spawn the specifiedTraversalSource.Methods in org.apache.tinkerpop.gremlin.process.traversal that return TraversalSourceModifier and TypeMethodDescriptionTraversalSource.clone()The clone-method should be used to create immutable traversal sources with each call to a configuration "withXXX"-method.default TraversalSourceProvides a configuration to a traversal in the form of a key which is the same aswith(key, true).default TraversalSourceProvides a configuration to a traversal in the form of a key value pair.default TraversalSourceTraversalSource.withComputer()Add the standardGraphComputerof the graph that will be used to execute the traversal.default TraversalSourceTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) Add aGraphComputerclass used to execute the traversal.default TraversalSourceTraversalSource.withComputer(Computer computer) Add aComputerthat will generate aGraphComputerfrom theGraphthat will be used to execute the traversal.default TraversalSourceTraversalSource.withoutStrategies(Class<? extends TraversalStrategy>... traversalStrategyClasses) Remove an arbitrary collection ofTraversalStrategyclasses from the traversal source.default <A> TraversalSourceTraversalSource.withSack(A initialValue) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(A initialValue, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceAdd a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(Supplier<A> initialValue, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) Add a sack to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSideEffect(String key, A initialValue) Add a sideEffect to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSideEffect(String key, A initialValue, BinaryOperator<A> reducer) Add a sideEffect to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSideEffect(String key, Supplier<A> initialValue) Add a sideEffect to be used throughout the life of a spawnedTraversal.default <A> TraversalSourceTraversalSource.withSideEffect(String key, Supplier<A> initialValue, BinaryOperator<A> reducer) Add a sideEffect to be used throughout the life of a spawnedTraversal.default TraversalSourceTraversalSource.withStrategies(TraversalStrategy... traversalStrategies) Add an arbitrary collection ofTraversalStrategyinstances to the traversal source.Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type TraversalSourceModifier and TypeMethodDescriptiondefault Optional<TraversalSource>Traversal.Admin.getTraversalSource()Gets theTraversalSourcethat spawned theTraversalinstance initially if present. -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Classes in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that implement TraversalSourceModifier and TypeClassDescriptionclassAGraphTraversalSourceis the primary DSL of the Gremlin traversal machine. -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.process.traversal.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.util with type parameters of type TraversalSourceModifier and TypeClassDescriptionfinal classTraversalSourceFactory<T extends TraversalSource>TraversalSourceis notSerializable.Fields in org.apache.tinkerpop.gremlin.process.traversal.util declared as TraversalSourceMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type TraversalSourceConstructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type TraversalSourceModifierConstructorDescriptionDefaultTraversal(TraversalSource traversalSource) DefaultTraversal(TraversalSource traversalSource, Traversal.Admin<S, E> traversal) ScriptTraversal(TraversalSource traversalSource, String scriptEngine, String script, Object... bindings) -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return TraversalSourceModifier and TypeMethodDescriptionGraphManager.getTraversalSource(String traversalSourceName) GetTraversalSourceinstance whose name matchestraversalSourceNameGraphManager.removeTraversalSource(String tsName) RemoveTraversalSourceby name.Methods in org.apache.tinkerpop.gremlin.server with parameters of type TraversalSourceModifier and TypeMethodDescriptionvoidGraphManager.putTraversalSource(String tsName, TraversalSource ts) Add or update the specifiedTraversalSourcewith the specified name. -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return TraversalSourceModifier and TypeMethodDescriptionfinal TraversalSourceDefaultGraphManager.getTraversalSource(String traversalSourceName) final TraversalSourceDefaultGraphManager.removeTraversalSource(String tsName) Methods in org.apache.tinkerpop.gremlin.server.util with parameters of type TraversalSourceModifier and TypeMethodDescriptionfinal voidDefaultGraphManager.putTraversalSource(String tsName, TraversalSource ts) -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with type parameters of type TraversalSourceModifier and TypeMethodDescriptiondefault <T extends TraversalSource>
TTransaction.begin()Starts a transaction in the context of aGraphTraversalSourceinstance and returns that transaction-bound source.<T extends TraversalSource>
TStarts a transaction in the context of a particularTraversalSourceinstance and returns aTraversalSourcebound to it.default <C extends TraversalSource>
CGenerate aTraversalSourceusing the specifiedTraversalSourceclass. -
Uses of TraversalSource in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with type parameters of type TraversalSourceModifier and TypeMethodDescription<T extends TraversalSource>
TStarts a transaction in the context of a particularTraversalSourceinstance and returns aTraversalSourcebound to it.Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type TraversalSourceModifier and TypeMethodDescriptionstatic StringStringFactory.traversalSourceString(TraversalSource traversalSource)