Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
Packages that use AbstractStep
Package
Description
-
Uses of AbstractStep in org.apache.tinkerpop.gremlin.gql
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.gqlModifier and TypeClassDescriptionfinal classGqlMatchStep<S>Concrete executable replacement for the genericDeclarativeMatchStepthat runs TinkerGQL patterns via aGqlPlannerandGqlExecutor. -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Modifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classclass -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map
Modifier and TypeClassDescriptionfinal classRemoteStep<S,E> Sends aTraversalto aRemoteConnectionand iterates back the results. -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.branchModifier and TypeClassDescriptionclassBranchStep<S,E, M> final classChooseStep<S,E, M> A step which offers a choice of two or more Traversals to take.final classLocalStep<S,E> final classOptionalStep<S>final classRepeatStep<S>static classclassUnionStep<S,E> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.filterModifier and TypeClassDescriptionfinal classAllStep<S,S2> final classAndStep<S>final classAnyStep<S,S2> final classClassFilterStep<S,T> final classCoinStep<S>A filter step that will randomly allow traversers to pass through the step based on a probability value.classfinal classfinal classDiscardStep<S>classDropStep<S>classFilterStep<S>classfinal classIsStep<S>final classfinal classfinal classNoneStep<S,S2> final classNotStep<S>final classOrStep<S>final classfinal classclassfinal classfinal classfinal classfinal classfinal classfinal classfinal classstatic classstatic class -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeClassDescriptionclassclassAbstractAddElementStepPlaceholder<S,E extends Element, X extends Event> classclassclassclassclassAddEdgeStep<S>classclassclassclassclassfinal classAsBoolStep<S>Reference implementation for boolean parsing step.final classAsDateStep<S>Reference implementation for date parsing step.classAsNumberStep<S>Reference implementation for number parsing step.final classAsStringGlobalStep<S,E> Reference implementation for asString() step, a mid-traversal step which returns the incoming traverser value as a string.final classAsStringLocalStep<S,E> Reference implementation for asString(Scope.local), a mid-traversal step which returns the value of the incoming traverser as a string.final classCallStep<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.final classCallStepPlaceholder<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCoalesceStep<S,E> final classCombineStep<S,E> A map step that returns the combination of the traverser and the provided arguments.final classConcatStep<S>Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.final classConjoinStep<S>A map step that returns the result of joining every element in the traverser using the delimiter argument.classConstantStep<S,E> final classfinal classfinal classDateAddStep<S>Reference implementation for date concatenation step.final classDateDiffStep<S>Reference implementation for date difference step.classA placeholder step that represents a declarative pattern-matching query.final classDedupLocalStep<E,S extends Iterable<E>> final classDifferenceStep<S,E> A map step that returns the difference of the traverser and the provided arguments without duplicates.final classDisjunctStep<S,E> A map step that returns the disjunction of the traverser and the provided arguments without duplicates.classclassclassElementMapStep<K,E> Converts aElementto aMap.final classElementStep<P extends Property,E extends Element> classFlatMapStep<S,E> final classFoldStep<S,E> final classFormatStep<S>Reference implementation for String format step, a mid-traversal step which substitutes%{variable_name}and%{_}references in a format string with property values, scope values, orby()modulator results from the incoming traverser.classclassGraphStepPlaceholder<S,E extends Element> classGroupCountStep<S,E> final classGroupStep<S,K, V> final classHasNextStep<S>final classclassIndexStep<S,E> final classIntersectStep<S,E> A map step that returns the intersection of the traverser and the provided arguments.classLabelsStep<S extends Element>Maps anElementto its labels, emitting each label as a separate traverser.classfinal classfinal classLambdaFlatMapStep<S,E> final classLambdaMapStep<S,E> final classLengthGlobalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.final classLengthLocalStep<S,E> Reference implementation for length() step, a mid-traversal step which returns the length of the incoming string traverser.final classLoopsStep<S>final classLTrimGlobalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.final classLTrimLocalStep<S,E> Reference implementation for lTrim() step, a mid-traversal step which returns a string with leading whitespace removed.classMapStep<S,E> final classMatchStep<S,E> Deprecated.static final classDeprecated.static final classDeprecated.final classMathStep<S>final classMaxGlobalStep<S extends Comparable>final classMaxLocalStep<E extends Comparable,S extends Iterable<E>> final classMeanGlobalStep<S extends Number,E extends Number> final classMeanLocalStep<E extends Number,S extends Iterable<E>> classImplementation for themergeE()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classMergeElementStep<S,E, C> Abstract base class for themergeV/E()implementations.final classMergeStep<S,E> A map step that returns the merger of the traverser and the provided arguments without duplicates.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.classImplementation for themergeV()step covering both the start step version and the one used mid-traversal.final classMinGlobalStep<S extends Comparable>final classMinLocalStep<E extends Comparable,S extends Iterable<E>> classfinal classOrderGlobalStep<S,C extends Comparable> final classOrderLocalStep<S,C extends Comparable> final classPathStep<S>final classProductStep<S,E> A map step that returns the cartesian product of the traverser and the provided arguments.static classProfileStrategy callback test.classProjectStep<S,E> classfinal classclassPropertyMapStep<K,E> final classfinal classclassfinal classReplaceGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.final classReplaceLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a string with the specified characters in the original string replaced with the new characters.final classReverseStep<S,E> Reference implementation for reverse() step, a mid-traversal step which returns the reverse value.final classRTrimGlobalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.final classRTrimLocalStep<S,E> Reference implementation for rTrim() step, a mid-traversal step which a string with trailing whitespace removed.final classSackStep<S,E> final classclassScalarMapStep<S,E> final classSelectOneStep<S,E> final classSelectStep<S,E> final classSplitGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.final classSplitLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a list of strings created by splitting the incoming string traverser around the matches of the given separator.final classSubstringGlobalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).final classSubstringLocalStep<S,E> Reference implementation for substring step, a mid-traversal step which returns a substring of the incoming string traverser with a 0-based start index (inclusive) and optionally an end index (exclusive).final classSumGlobalStep<S extends Number>final classSumLocalStep<E extends Number,S extends Iterable<E>> final classfinal classfinal classToLowerGlobalStep<S,E> Reference implementation for toLower() step, a mid-traversal step which returns a lower case string representation of the incoming string traverser.final classToLowerLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.final classToUpperGlobalStep<S,E> Reference implementation for toUpper() step, a mid-traversal step which returns an upper case string representation of the incoming string traverser.final classToUpperLocalStep<S,E> Reference implementation for the local scope of the toUpper() step, a mid-traversal step which returns an upper case string representation of all elements inside the incoming list traverser.final classTraversalFlatMapStep<S,E> final classTraversalMapStep<S,E> final classTraversalSelectStep<S,E> final classTreeStep<S>final classTrimGlobalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.final classTrimLocalStep<S,E> Reference implementation for trim() step, a mid-traversal step which returns a string with leading and trailing whitespace removed.final classUnfoldStep<S,E> classVertexStep<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE.classVertexStepPlaceholder<E extends Element>Handles the logic of traversing to adjacent vertices or edges given a direction and edge labels for steps like,out,in,both,outE,inE, andbothE. -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Modifier and TypeClassDescriptionclassAddLabelStep<S extends Element>Side-effect step that adds labels to the current element by callingElement.addLabel(String, String...).classAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>final classclassDropLabelsStep<S extends Element>Side-effect step that removes labels from the current element by callingElement.dropLabels()orElement.dropLabel(String, String...).classFailStep<S>Triggers an immediate failure of the traversal by throwing aRuntimeException.classfinal classGroupSideEffectStep<S,K, V> final classIdentityStep<S>final classInjectStep<S>classIoStep<S>Handles read and write operations into theGraph.final classfinal classfinal classSackValueStep<S,A, B> classfinal classSideEffectCapStep<S,E> classclassStartStep<S>final classA side-effect step that produces an edge induced subgraph.final classfinal class -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.util
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.utilModifier and TypeClassDescriptionclassclassComputerAwareStep<S,E> static classfinal classProfileStep<S>classReducingBarrierStep<S,E> final classclassStringLocalStep<S,E> classSupplyingBarrierStep<S,E> Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return AbstractStep -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
-
Uses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map
-
Uses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
DeclarativeMatchStepfor declarative pattern matching.