Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
-
-
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map Modifier and Type Class Description classComputerResultStep<S>classConnectedComponentVertexProgramStepclassPageRankVertexProgramStepclassPeerPressureVertexProgramStepclassProgramVertexProgramStepclassShortestPathVertexProgramStepclassTraversalVertexProgramStepclassVertexProgramStep -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map Modifier and Type Class Description 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.branch Modifier and Type Class Description classBranchStep<S,E,M>classChooseStep<S,E,M>A step which offers a choice of two or more Traversals to take.classLocalStep<S,E>classOptionalStep<S>classRepeatStep<S>static classRepeatStep.RepeatEndStep<S>classUnionStep<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.filter Modifier and Type Class Description classAndStep<S>classClassFilterStep<S,T>classCoinStep<S>classConnectiveStep<S>classDedupGlobalStep<S>classDropStep<S>classFilterStep<S>classHasStep<S extends Element>classIsStep<S>classLambdaFilterStep<S>classNoneStep<S>classNotStep<S>classOrStep<S>classPathFilterStep<S>classRangeGlobalStep<S>classSampleGlobalStep<S>classTailGlobalStep<S>classTimeLimitStep<S>classTraversalFilterStep<S>classWherePredicateStep<S>classWhereTraversalStep<S>static classWhereTraversalStep.WhereEndStepstatic classWhereTraversalStep.WhereStartStep<S> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.map Modifier and Type Class Description classAddEdgeStartStepclassAddEdgeStep<S>classAddVertexStartStepclassAddVertexStep<S>classCallStep<S,E>Reference implementation for service calls via theServiceRegistryandServiceAPIs.classCoalesceStep<S,E>classConstantStep<S,E>classCountGlobalStep<S>classCountLocalStep<S>classDedupLocalStep<E,S extends Iterable<E>>classEdgeOtherVertexStepclassEdgeVertexStepclassElementMapStep<K,E>Converts aElementto aMap.classElementStep<P extends Property,E extends Element>classFlatMapStep<S,E>classFoldStep<S,E>classGraphStep<S,E extends Element>classGroupCountStep<S,E>classGroupStep<S,K,V>classHasNextStep<S>classIdStep<S extends Element>classIndexStep<S,E>classLabelStep<S extends Element>classLambdaCollectingBarrierStep<S>classLambdaFlatMapStep<S,E>classLambdaMapStep<S,E>classLoopsStep<S>classMapStep<S,E>classMatchStep<S,E>static classMatchStep.MatchEndStepstatic classMatchStep.MatchStartStepclassMathStep<S>classMaxGlobalStep<S extends Comparable>classMaxLocalStep<E extends Comparable,S extends Iterable<E>>classMeanGlobalStep<S extends Number,E extends Number>classMeanLocalStep<E extends Number,S extends Iterable<E>>classMergeEdgeStep<S>Implementation for themergeE()step covering both the start step version and the one used mid-traversal.classMergeStep<S,E,C>Abstract base class for themergeV/E()implementations.static classMergeStep.GuardRailStep<S,E>Guard rail to ensure that the incoming object is not anElement.classMergeVertexStep<S>Implementation for themergeV()step covering both the start step version and the one used mid-traversal.classMinGlobalStep<S extends Comparable>classMinLocalStep<E extends Comparable,S extends Iterable<E>>classNoOpBarrierStep<S>classOrderGlobalStep<S,C extends Comparable>classOrderLocalStep<S,C extends Comparable>classPathStep<S>static classProfileTest.MockStepProfileStrategy callback test.classProjectStep<S,E>classPropertiesStep<E>classPropertyKeyStepclassPropertyMapStep<K,E>classPropertyValueStep<E>classRangeLocalStep<S>classSackStep<S,E>classSampleLocalStep<S>classScalarMapStep<S,E>classSelectOneStep<S,E>classSelectStep<S,E>classSumGlobalStep<S extends Number>classSumLocalStep<E extends Number,S extends Iterable<E>>classTailLocalStep<S>classTraversalFlatMapStep<S,E>classTraversalMapStep<S,E>classTraversalSelectStep<S,E>classTreeStep<S>classUnfoldStep<S,E>classVertexStep<E extends Element> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect Modifier and Type Class Description classAddPropertyStep<S extends Element>classAggregateGlobalStep<S>classAggregateLocalStep<S>classFailStep<S>Triggers an immediate failure of the traversal by throwing aRuntimeException.classGroupCountSideEffectStep<S,E>classGroupSideEffectStep<S,K,V>classIdentityStep<S>classInjectStep<S>classIoStep<S>Handles read and write operations into theGraph.classLambdaSideEffectStep<S>classProfileSideEffectStep<S>classSackValueStep<S,A,B>classSideEffectCapStep<S,E>classSideEffectStep<S>classStartStep<S>classSubgraphStepA side-effect step that produces an edge induced subgraph.classTraversalSideEffectStep<S>classTreeSideEffectStep<S> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.util
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.step.util Modifier and Type Class Description classCollectingBarrierStep<S>classComputerAwareStep<S,E>static classComputerAwareStep.EndStep<S>classProfileStep<S>classReducingBarrierStep<S,E>classRequirementsStep<S>classSupplyingBarrierStep<S,E>Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return AbstractStep Modifier and Type Method Description AbstractStep<S,E>AbstractStep. clone() -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization Modifier and Type Class Description static classReferenceElementStrategy.ReferenceElementStep<S,E> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map Modifier and Type Class Description classTinkerCountGlobalStep<S extends Element> -
Uses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Subclasses of AbstractStep in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect Modifier and Type Class Description classTinkerGraphStep<S,E extends Element>
-