Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
Packages that use Configuring
Package
Description
-
Uses of Configuring in org.apache.tinkerpop.gremlin.gql
Classes in org.apache.tinkerpop.gremlin.gql that implement ConfiguringModifier and TypeClassDescriptionfinal classGqlMatchStep<S>Concrete executable replacement for the genericDeclarativeMatchStepthat runs TinkerGQL patterns via aGqlPlannerandGqlExecutor. -
Uses of Configuring in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that implement ConfiguringModifier and TypeClassDescriptionfinal classfinal classfinal classfinal class -
Uses of Configuring in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of Configuring in org.apache.tinkerpop.gremlin.process.traversal.stepModifier and TypeInterfaceDescriptioninterface -
Uses of Configuring in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement ConfiguringModifier and TypeClassDescriptionclassfinal class -
Uses of Configuring in org.apache.tinkerpop.gremlin.process.traversal.step.map
Subinterfaces of Configuring in org.apache.tinkerpop.gremlin.process.traversal.step.mapModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceCallStepContract<S,E> interfaceGraphStepContract<S,E extends Element> interfaceVertexStepContract<E extends Element>Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement ConfiguringModifier and TypeClassDescriptionclassclassAbstractAddElementStepPlaceholder<S,E extends Element, X extends Event> classclassclassclassAddEdgeStep<S>classclassclassclassclassfinal classCallStep<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.final classCallStepPlaceholder<S,E> Reference implementation for service calls via theServiceRegistryandServiceAPIs.classA placeholder step that represents a declarative pattern-matching query.classclassclassclassGraphStepPlaceholder<S,E extends Element> classIndexStep<S,E> classclassPropertyMapStep<K,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 Configuring in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Subinterfaces of Configuring in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectClasses in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement ConfiguringModifier and TypeClassDescriptionclassAddPropertyStep<S extends Element>classAddPropertyStepPlaceholder<S extends Element>classIoStep<S>Handles read and write operations into theGraph. -
Uses of Configuring in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect that implement Configuring