| Interface | Description | 
|---|---|
| Barrier<B> | A Barrier is any step that requires all left traversers to be processed prior to emitting result traversers to the right. | 
| ByModulating | A  ByModulatingstep is able to takeGraphTraversal.by()calls. | 
| Bypassing | A  ByPassingstep can be stated (at runtime) to simply enact the identity function. | 
| ComparatorHolder<S,C extends Comparable> | |
| Configuring | Identifies a  Stepas one that can accept configurations via theGraphTraversal.with(String, Object)step modulator. | 
| FromToModulating | FromToModulating are for  Steps that support from()- and to()-modulation. | 
| Generating<S,E> | A  Generatingstep is one that has a side-effect that needs post-processing prior to being returned. | 
| GraphComputing | A  GraphComputingstep is one that will change its behavior whether its on aGraphComputeror not. | 
| Grouping<S,K,V> | An interface for common functionality of  GroupStepandGroupSideEffectStep. | 
| HasContainerHolder | |
| LambdaHolder | This is a marker interface stating that the  Stepcontains a
 lambda/anonymous function. | 
| LocalBarrier<S> | |
| MapReducer<MK,MV,RK,RV,R> | |
| MemoryComputing<M> | |
| Mutating<E extends Event> | A marker interface for steps that modify the graph. | 
| Parameterizing | An interface for  Stepimplementations that hold aParametersobject, which fold in arguments from
 other steps. | 
| PathProcessor | |
| Profiling | A  Stepcan implement this interface in order to receive a reference to theMutableMetricsobject
 for theStep. | 
| ProfilingAware | Marks a  Stepas one that is aware of profiling. | 
| Ranging | |
| ReadWriting | |
| Scoping | This interface is implemented by  Stepimplementations that access labeled path steps, side-effects orMapvalues by key, such asselect('a')step. | 
| Seedable | An interface implemented by steps that have some form of  Randomusage that can be configured by way of aseedto allow for deterministic behavior of the step. | 
| SideEffectCapable<S,E> | A  SideEffectCapablestep stores a side-effect data structure accessible by a side-effect key. | 
| TimesModulating | A  TimesModulatingstep is one that can do something withGraphTraversal.times(int). | 
| TraversalOptionParent<M,S,E> | Describes steps that can be parent to a  Traversalfrom theoption()modulator. | 
| TraversalParent | 
| Class | Description | 
|---|---|
| ComplexTest | |
| ComplexTest.Traversals | |
| OrderabilityTest | |
| OrderabilityTest.Traversals | |
| ProfilingAware.ProfiledBarrier | A helper class which holds a  Barrierand it's relatedProfileStepso that the latter can have
 its timer started and stopped appropriately. | 
| TernaryBooleanLogicsTest | 
| Enum | Description | 
|---|---|
| PathProcessor.ElementRequirement | |
| ReadWriting.Mode | Determines the mode of the the IO operation as being for reading or writing (or by default "unset") | 
| Scoping.Variable | 
| Exception | Description | 
|---|---|
| Scoping.KeyNotFoundException | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.