Uses of Package
org.apache.tinkerpop.gremlin.process.traversal
-
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin Class Description Traversal Traversal.Admin TraversalEngine.Type TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.driver Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Path Traversal -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.driver.remote Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.groovy.engine Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.groovy.jsr223 Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential Class Description DT Tokens that are used to denote different periods of time.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Pop APath
may have multiple values associated with a single label.Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.Traverser ATraverser
represents the current state of an object flowing through aTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.groovy.loaders Class Description Traversal.Admin Traverser ATraverser
represents the current state of an object flowing through aTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.jsr223 Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Translator A Translator will translateBytecode
into another representation.Translator.ScriptTranslator.TypeTranslator Provides a way for theTranslator.ScriptTranslator
to convert various data types to their string representations in their target language.Translator.StepTranslator Translates bytecode to actual steps.Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.language.grammar Class Description DT Tokens that are used to denote different periods of time.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Pop APath
may have multiple values associated with a single label.Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Traversal TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process Class Description Traversal TraversalEngine.Type TraversalSideEffects ATraversal
can maintain global sideEffects. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer Class Description Traversal Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.clustering.connected Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.search.path Class Description Path Traversal -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal Class Description Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.lambda Class Description Traversal Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.step.map Class Description Step Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration Class Description Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.DecorationStrategy Implemented by strategies that adds "application logic" to the traversal (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.FinalizationStrategy Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization Class Description Step Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.OptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.VerificationStrategy Implemented by strategies where there is no more behavioral tweaking of the traversal required. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.computer.util Class Description Traversal.Admin -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remote Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remote.traversal Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Step Traversal Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remote.traversal.step.map Class Description Step Traversal Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.DecorationStrategy Implemented by strategies that adds "application logic" to the traversal (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal Class Description AnonymousTraversalSource Provides a unified way to construct aTraversalSource
from the perspective of the traversal.Bindings Bindings are used to associate a variable with a value.Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Bytecode.Instruction Compare Compare
is aBiPredicate
that determines whether the first argument is==
,!=
,>
,>=
,<
,<=
to the second argument.Contains Contains
is aBiPredicate
that evaluates whether the first object is contained within (or not within) the second collection object.DT Tokens that are used to denote different periods of time.GraphOp AGraphOp
or "graph operation" is a staticBytecode
form that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Operator A set ofBinaryOperator
instances that handle common operations for traversal steps.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path PBiPredicate Marker interface for predefinedBiPredicate
predicates that can be used inPredicate
}.Pick A token used withoption()
.Pop APath
may have multiple values associated with a single label.SackFunctions.Barrier Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Script General representation of scriptStep Text Text
is aBiPredicate
that determines whether the first string starts with, starts not with, ends with, ends not with, contains or does not contain the second string argument.TextP PredefinedPredicate
values that can be used asString
filters.Translator A Translator will translateBytecode
into another representation.Translator.ScriptTranslator Translates bytecode to a Script representation.Translator.ScriptTranslator.TypeTranslator Provides a way for theTranslator.ScriptTranslator
to convert various data types to their string representations in their target language.Traversal Traversal.Admin TraversalEngine.Type TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.DecorationStrategy Implemented by strategies that adds "application logic" to the traversal (e.g.TraversalStrategy.FinalizationStrategy Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.TraversalStrategy.OptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g.TraversalStrategy.ProviderOptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics.TraversalStrategy.VerificationStrategy Implemented by strategies where there is no more behavioral tweaking of the traversal required.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.dsl.graph Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.DT Tokens that are used to denote different periods of time.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Pop APath
may have multiple values associated with a single label.Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Step Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.Traverser ATraverser
represents the current state of an object flowing through aTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.lambda Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Bytecode.Instruction Step Traversal Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step Class Description Order ProvidesComparator
instances for ordering traversers.Pop APath
may have multiple values associated with a single label.Step Traversal Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.branch Class Description Path Pick A token used withoption()
.Step Traversal Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.filter Class Description P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Step Traversal Traversal.Admin Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.map Class Description DT Tokens that are used to denote different periods of time.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Path Pop APath
may have multiple values associated with a single label.Step Traversal Traversal.Admin Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Class Description Failure Path Step Traversal Traversal.Admin Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.step.util Class Description P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Pop APath
may have multiple values associated with a single label.Step Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration Class Description Translator A Translator will translateBytecode
into another representation.Traversal Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.DecorationStrategy Implemented by strategies that adds "application logic" to the traversal (e.g.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization Class Description Step Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.FinalizationStrategy Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.OptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.strategy.verification Class Description Traversal Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.VerificationStrategy Implemented by strategies where there is no more behavioral tweaking of the traversal required. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.translator Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Pick A token used withoption()
.SackFunctions.Barrier Script General representation of scriptTranslator A Translator will translateBytecode
into another representation.Translator.ScriptTranslator Translates bytecode to a Script representation.Translator.ScriptTranslator.AbstractTypeTranslator Translator.ScriptTranslator.TypeTranslator Provides a way for theTranslator.ScriptTranslator
to convert various data types to their string representations in their target language. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.traverser Class Description Path Step TraversalSideEffects ATraversal
can maintain global sideEffects.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.traverser.util Class Description Path Step TraversalSideEffects ATraversal
can maintain global sideEffects.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.process.traversal.util Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Bytecode.Instruction P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.Step Traversal Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations.TraverserGenerator A TraverserGenerator will generate traversers for a particularTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.server Class Description TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.server.authz Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.server.handler Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.server.op.session Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.server.util Class Description Traversal.Admin TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure Class Description TraversalSource ATraversalSource
is used to createTraversal
instances. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.io.binary.types Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Bytecode.Binding DT Tokens that are used to denote different periods of time.Merge Merge options relevant to upsert-like stepsmergeV()
andmergeE()
that are applied to the relevantoption()
modulator.Operator A set ofBinaryOperator
instances that handle common operations for traversal steps.Order ProvidesComparator
instances for ordering traversers.P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path Pick A token used withoption()
.Pop APath
may have multiple values associated with a single label.SackFunctions.Barrier Scope ManyStep
instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.Traverser ATraverser
represents the current state of an object flowing through aTraversal
. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.io.gryo Class Description Bytecode When aTraversalSource
is manipulated and then aTraversal
is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.Bytecode.Binding P PredefinedPredicate
values that can be used to define filters tohas()
andwhere()
.Path TextP PredefinedPredicate
values that can be used asString
filters. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.service Class Description Step Traversal.Admin Traverser ATraverser
represents the current state of an object flowing through aTraversal
.Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.util Class Description Path Step Translator A Translator will translateBytecode
into another representation.Traversal.Admin TraversalSideEffects ATraversal
can maintain global sideEffects.TraversalSource ATraversalSource
is used to createTraversal
instances.TraversalStrategies ATraversal
maintains a set ofTraversalStrategy
instances within a TraversalStrategies object.TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.util.detached Class Description Path -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.structure.util.reference Class Description Path -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.computer Class Description Traversal -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map Class Description Step Traversal.Admin Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect Class Description Step -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization Class Description Traversal.Admin TraversalStrategy ATraversalStrategy
defines a particular atomic operation for mutating aTraversal
prior to its evaluation.TraversalStrategy.ProviderOptimizationStrategy Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.tinkergraph.services Class Description Traverser.Admin The methods in System.Traverser are useful to underlying Step and Traversal implementations. -
Classes in org.apache.tinkerpop.gremlin.process.traversal used by org.apache.tinkerpop.gremlin.util.function Class Description Step Traversal Traversal.Admin