A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 
All Classes All Packages

A

AbortiveMultiIterator<T> - Class in org.apache.tinkerpop.gremlin.util.iterator
An Iterator that checks a Predicate prior to processing the specified child Iterator instances.
AbortiveMultiIterator() - Constructor for class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
 
AbstractExplanation - Class in org.apache.tinkerpop.gremlin.process.traversal.util
Base class for "TraversalExplanation" instances and centralizes the key functionality which is the job of doing AbstractExplanation.prettyPrint().
AbstractExplanation() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
AbstractGraphSONTypeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Extension of the Jackson's default TypeSerializer.
AbstractGremlinPlugin - Class in org.apache.tinkerpop.gremlin.jsr223
 
AbstractGremlinPlugin(String, Set<String>, Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
Creates a base GremlinPlugin that will apply to specific GremlinScriptEngine instances.
AbstractGremlinPlugin(String, Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
Creates a base GremlinPlugin that will apply to all GremlinScriptEngine instances.
AbstractGremlinScriptEngineFactory - Class in org.apache.tinkerpop.gremlin.jsr223
A simple base implementation of the GremlinScriptEngineFactory.
AbstractGremlinScriptEngineFactory(String, String, List<String>, List<String>) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
AbstractGryoClassResolver - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
This mapper implementation of the ClassResolver helps ensure that all Vertex and Edge concrete classes get properly serialized and deserialized by stripping them of their concrete class name so that they are treated generically.
AbstractGryoClassResolver() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
AbstractIoRegistry - Class in org.apache.tinkerpop.gremlin.structure.io
Base implementation of the IoRegistry interface that provides implementation of the methods using a a HashMap.
AbstractIoRegistry() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry
 
AbstractLambdaTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
AbstractLambdaTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
AbstractObjectDeserializer<T> - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Base class for creating deserializers which parses JSON to a Map to more easily reconstruct an object.
AbstractObjectDeserializer(Class<T>) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractObjectDeserializer
 
AbstractRemoteTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.remote.traversal
This is a stub implementation for RemoteTraversal and requires that the AbstractRemoteTraversal.nextTraverser() method is implemented from Traversal.Admin.
AbstractRemoteTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
AbstractRemoteTraverser<T> - Class in org.apache.tinkerpop.gremlin.process.remote.traversal
 
AbstractRemoteTraverser(T, long) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraverser
 
AbstractStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
AbstractStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
AbstractThreadedTransaction - Class in org.apache.tinkerpop.gremlin.structure.util
A base implementation of Transaction that provides core functionality for transaction listeners using a shared set of transaction listeners.
AbstractThreadedTransaction(Graph) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
AbstractThreadLocalTransaction - Class in org.apache.tinkerpop.gremlin.structure.util
A base implementation of Transaction that provides core functionality for transaction listeners using ThreadLocal.
AbstractThreadLocalTransaction(Graph) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
AbstractTransaction - Class in org.apache.tinkerpop.gremlin.structure.util
A simple base class for Transaction that provides some common functionality and default behavior.
AbstractTransaction(Graph) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
 
AbstractTraversalStrategy<S extends TraversalStrategy> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy
 
AbstractTraversalStrategy() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy
 
AbstractTraverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
 
AbstractTraverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
AbstractTraverser(T) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
AbstractTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
 
AbstractVertexProgramBuilder<B extends VertexProgram.Builder> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
AbstractVertexProgramBuilder(Class<? extends VertexProgram>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
AbstractWarningVerificationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
Base TraversalStrategy class that is configurable to throw warnings or exceptions.
AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,​B extends AbstractWarningVerificationStrategy.Builder> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
accept(A) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.OneArgLambda
 
accept(A) - Method in interface org.apache.tinkerpop.gremlin.util.function.ThrowingConsumer
 
accept(A, B) - Method in interface org.apache.tinkerpop.gremlin.util.function.ThrowingBiConsumer
 
accept(A, B, C) - Method in interface org.apache.tinkerpop.gremlin.util.function.TriConsumer
Performs this operation on the given arguments.
accept(Object) - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
accept(Object, Object) - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
accept(Object, Object, Object) - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
accept(Event) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.EventStrategyCallback
 
ACTIVE_TRAVERSERS - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
add - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
add(Class<DT>, TypeSerializer<DT>) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
Adds a serializer for a built-in type.
add(Number, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
add(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Adds two numbers returning the highest common number class between them.
add(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
Set the value of the provided key.
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
add(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Add a value to the global side-effect value.
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Add a value to the global side-effect value.
add(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
add(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
add(MeanGlobalStep.MeanNumber) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
add(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
add(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
add(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
add(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
add(S, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
addAll - org.apache.tinkerpop.gremlin.process.traversal.Operator
Takes all objects in the second Collection and adds them to the first.
addAll(Collection<? extends S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
addBarrier(B) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
Add a barrier to the step.
addBarrier(E) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
addBarrier(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
addBarrier(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
addBarrier(Map<Object, Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
addBarrier(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
addBarrier(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
addBarrier(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
addBarrier(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
addBarrier(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
addCallback(EventCallback<E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.CallbackRegistry
 
addCallback(EventCallback<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ListCallbackRegistry
 
addChildOption(M, Traversal.Admin<S, E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
addChildOption(M, Traversal.Admin<S, E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseStep
 
addChildOption(M, Traversal.Admin<S, E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalOptionParent
The child as defined by the token it takes, like Pick or Merge.
addChildOption(Merge, Traversal.Admin<S, C>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
addChildOption(Merge, Traversal.Admin<S, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
addChildOption(Pick, Traversal.Admin<S, E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
addClassImports(Class...) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
Adds classes that will be imported to the ScriptEngine.
addClassImports(Collection<Class>) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
addComparator(Traversal.Admin<S, C>, Comparator<C>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ComparatorHolder
Add a Traversal-based Comparator to the holder.
addComparator(Traversal.Admin<S, C>, Comparator<C>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
addComparator(Traversal.Admin<S, C>, Comparator<C>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
addCustom(Class...) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Register custom classes to serializes with gryo using default serialization.
addCustom(Class, Function<Kryo, Serializer>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Register a custom class to serialize with a custom serializer as returned from a Function.
addCustom(Class, SerializerShim) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Register custom class to serialize with a custom serialization shim.
addCustom(Class, Serializer) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Register custom class to serialize with a custom serialization class.
addCustomModule(GraphSONModule.GraphSONModuleBuilder) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Supplies a mapper module builder to be lazily constructed.
addCustomModule(SimpleModule) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Supply a mapper module for serialization/deserialization.
addCustomModule(SimpleModule) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Supply a mapper module for serialization/deserialization.
addCustomType(Class<DT>, CustomTypeSerializer<DT>) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
Adds a serializer for a custom type.
addCustomType(String, Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
addDefaultXModule(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Supply a default extension module of V2_0 and V3_0 for serialization/deserialization.
addE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
addE(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
addE(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Adds an Edge with the specified edge label.
addE(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by adding an edge with the specified label.
addE(Traversal<?, String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
addE(Traversal<?, String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Adds a Edge with an edge label determined by a Traversal.
addE(Traversal<?, String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by adding a edge with a label as specified by the provided Traversal.
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
addEdge(String, Vertex, Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Add an outgoing edge to the vertex with provided label and edge properties as key/value pairs.
AddEdgeStartStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
AddEdgeStartStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
AddEdgeStartStep(Traversal.Admin, Traversal<?, String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
AddEdgeStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
AddEdgeStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
AddEdgeStep(Traversal.Admin, Traversal.Admin<S, String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
addElementProperties(Traverser.Admin<Element>, Map<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
addEmitToTraversal(C, Traversal.Admin<B, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
addEnumImports(Enum...) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
Adds methods that are meant to be imported statically to the engine.
addEnumImports(Collection<Enum>) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
addEvent(Event) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.DefaultEventQueue
 
addEvent(Event) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.EventQueue
Add an event to the event queue.
addEvent(Event) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.TransactionalEventQueue
 
addFieldImports(Field...) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
Adds fields that are meant to be imported statically to the engine.
addFieldImports(Collection<Field>) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
addFrom(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
addFrom(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.FromToModulating
 
addFrom(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
addFrom(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.FromToModulating
 
addFrom(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
addFrom(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
addGlobalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
addGlobalChild(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
addGraphComputerStrategies(TraversalSource) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
addHasContainer(HasContainer) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
addHasContainer(HasContainer) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.HasContainerHolder
 
addHasContainer(T, HasContainer) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Used to left-fold a HasContainer to a HasContainerHolder if it exists.
addIds(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
addIncludedOptions(Element, Map<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
addIterator(Iterator<T>) - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
Adds an Iterator that will always be iterated.
addIterator(Iterator<T>) - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
addIterator(Iterator<T>, Predicate<Long>) - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
Adds an Iterator that will iterate only if the check passes.
addLabel(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Add a label to this step.
addLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
addLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
addLabels(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
addLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
addListener(MutationListener) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Builder
 
addLocalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
addLocalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
addLocalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
addLocalChild(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
addMapReduceMemoryKey(MapReduce) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
addMethodImports(Method...) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
Adds methods that are meant to be imported statically to the engine.
addMethodImports(Collection<Method>) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
addNested(MutableMetrics) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
addPlugin(GremlinPlugin) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
 
addPlugin(GremlinPlugin) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Add GremlinPlugin instances to customize newly created GremlinScriptEngine instances.
addProperty(Property) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
addProperty(Property) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
addProperty(DetachedVertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex.Builder
 
AddPropertyStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
AddPropertyStep(Traversal.Admin, VertexProperty.Cardinality, Object, Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
addRegistries(List<IoRegistry>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Mapper.Builder
Adds a vendor supplied IoRegistry to the Mapper.Builder which enables it to check for vendor custom serializers to add to the Mapper.
addRegistry(IoRegistry) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
addRegistry(IoRegistry) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper.Builder
 
addRegistry(IoRegistry) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Adds a vendor supplied IoRegistry to the Mapper.Builder which enables it to check for vendor custom serializers to add to the Mapper.
addRegistry(IoRegistry) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Adds a vendor supplied IoRegistry to the Mapper.Builder which enables it to check for vendor custom serializers to add to the Mapper.
addRegistry(IoRegistry) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Mapper.Builder
Adds a vendor supplied IoRegistry to the Mapper.Builder which enables it to check for vendor custom serializers to add to the Mapper.
addRepeatToTraversal(C, String, Traversal.Admin<B, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
addRepeatToTraversal(C, Traversal.Admin<B, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
addRequirement(TraverserRequirement) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.RequirementsStep
 
addRequirements(TraversalStrategies, TraverserRequirement...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.RequirementsStrategy
 
addResultToMemory(Memory.Admin, Iterator<KeyValue<RK, RV>>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The final result can be generated and added to Memory and accessible via DefaultComputerResult.
addSideEffect(TraversalStrategies, String, A, BinaryOperator<A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SideEffectStrategy
 
addSource(String, Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Add a TraversalSource instruction to the bytecode.
addStart(Traverser.Admin) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
addStart(Traverser.Admin<Vertex>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.lambda.HaltedTraversersCountTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.IdentityTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
addStart(Traverser.Admin<S>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Add a single Traverser.Admin to the step.
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
addStart(Traverser.Admin<S>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Add a single Traverser.Admin object to the head of the traversal.
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
addStart(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
addStart(Traverser.Admin<T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
addStarts(Iterator<Traverser.Admin<S>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Add an iterator of Traverser.Admin objects of type S to the step.
addStarts(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
addStarts(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
addStarts(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
addStarts(Iterator<Traverser.Admin<S>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Add an iterator of Traverser.Admin objects to the head/start of the traversal.
addStarts(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
addStarts(Iterator<Traverser.Admin<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
addStep(int, Step<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
addStep(int, Step<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
addStep(int, Step<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Add a Step to an arbitrary point in the traversal.
addStep(int, Step<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
addStep(int, Step<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
addStep(String, Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Add a Traversal instruction to the bytecode.
addStep(Step<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Admin
 
addStep(Step<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Add a Step to the end of the traversal.
addStep(Step<?, E2>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
addStrategies(TraversalStrategy<?>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Add all the provided TraversalStrategy instances to the current collection.
addStrategies(TraversalStrategy<?>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
addStrategies(TraversalStrategy<?>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
addTo(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
addTo(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.FromToModulating
 
addTo(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
addTo(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.FromToModulating
 
addTo(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
addTo(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
addToCollection(Collection<S>, S, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
addTransactionListener(Consumer<Transaction.Status>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Adds a listener that is called back with a status when a commit or rollback is successful.
addTransactionListener(Consumer<Transaction.Status>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
addTransactionListener(Consumer<Transaction.Status>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
addTraversal(Traversal.Admin<A, B>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
addTree(Tree<T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
addUntilToTraversal(C, Traversal.Admin<B, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
addV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
addV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
addV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Adds a Vertex with a default vertex label.
addV() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by adding a vertex with the default label.
addV(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
addV(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Adds a Vertex.
addV(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by adding a vertex with the specified label.
addV(Traversal<?, String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
addV(Traversal<?, String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Adds a Vertex with a vertex label determined by a Traversal.
addV(Traversal<?, String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by adding a vertex with the label as determined by a Traversal.
addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
addVertex(Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Add a Vertex to the graph given an optional series of key/value pairs.
addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
addVertex(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Add a Vertex to the graph with provided vertex label.
addVertexProgramMemoryComputeKeys(VertexProgram<?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
AddVertexStartStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
AddVertexStartStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
AddVertexStartStep(Traversal.Admin, Traversal<?, String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
AddVertexStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
AddVertexStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
AddVertexStep(Traversal.Admin, Traversal.Admin<S, String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
AdjacentToIncidentStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy looks for vertex- and value-emitting steps followed by a CountGlobalStep and replaces the pattern with an edge- or property-emitting step followed by a CountGlobalStep.
adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
adjacentVertexLabelsCanNotBeRead() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
adjacentVertexPropertiesCanNotBeReadOrUpdated() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
aggregate - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
aggregate(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
aggregate(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Eagerly collects objects up to this step into a side-effect.
aggregate(Scope, String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
aggregate(Scope, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Collects objects in a list using the Scope argument to determine whether it should be lazy Scope.local or eager (Scope.global while gathering those objects.
aggregate(MutableMetrics) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Aggregate one set of metrics into the current body of metrics.
AggregateGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
AggregateGlobalStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
AggregateLocalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
AggregateLocalStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
aggregateResult(Object, Object) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Override the aggregate result behavior.
algorithm(Class<? extends MatchStep.MatchAlgorithm>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy.Builder
 
all - org.apache.tinkerpop.gremlin.process.traversal.Pop
Get all the items and return them as a list.
all - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include all tokens.
allMatch(Iterator<T>, Predicate<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
allowRemoteConsole() - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.RemoteAcceptor
If the RemoteAcceptor is used in the Gremlin Console, then this method might be called to determine if it can be used in a fashion that supports the :remote console command.
alpha(double) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
and - org.apache.tinkerpop.gremlin.process.traversal.Operator
Applies "and" to boolean values.
and - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
and(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
and(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AndP
 
and(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
and(Traversal<?, ?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
and(Traversal<?, ?>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Ensures that all of the provided traversals yield a result.
AND - org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep.Connective
 
AND - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
AndP<V> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
AndP(List<P<V>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.AndP
 
AndStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
AndStep(Traversal.Admin, Traversal<S, ?>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.AndStep
 
andThen(Function<? super R, ? extends V>) - Method in interface org.apache.tinkerpop.gremlin.util.function.TriFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface org.apache.tinkerpop.gremlin.util.function.TriConsumer
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the after operation.
annotations - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
ANNOTATIONS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
anonymize(Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator.Anonymizer
Return an anonymized token for the supplied object.
anonymize(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator.DefaultAnonymizer
Return an anonymized token for the supplied object of the form "type:instance#".
AnonymizingTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
This Translator will translate Bytecode into a representation that has been stripped of any user data (anonymized).
AnonymizingTypeTranslator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
Default constructor creates a AnonymizingTypeTranslator.DefaultAnonymizer + withParameters=false.
AnonymizingTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
AnonymizingTypeTranslator(AnonymizingTypeTranslator.Anonymizer, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
AnonymizingTypeTranslator.Anonymizer - Interface in org.apache.tinkerpop.gremlin.process.traversal.translator
Customizable anonymizer interface.
AnonymizingTypeTranslator.DefaultAnonymizer - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
This default implementation keeps a map from type (Java Class) to another map from instances to anonymized token.
ANONYMOUS_TRAVERSAL_PREFIX - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
 
AnonymousTraversalSource<T extends TraversalSource> - Class in org.apache.tinkerpop.gremlin.process.traversal
Provides a unified way to construct a TraversalSource from the perspective of the traversal.
anonymousVisitor - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.StructureElementVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
 
antlr - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitor
 
any - org.apache.tinkerpop.gremlin.process.traversal.Pick
 
anyMatch(Iterator<T>, Predicate<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
anyStepRecursively(Predicate<Step>, TraversalParent) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if any child step of a TraversalParent match the step given the provided Predicate.
anyStepRecursively(Predicate<Step>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if any step in Traversal or its children match the step given the provided Predicate.
append(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
appliesTo - Variable in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 
appliesTo(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
The name of the GremlinScriptEngine that this module will apply to.
appliesTo(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin.Builder
The name of the GremlinScriptEngine that this module will apply to.
apply(A) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.OneArgLambda
 
apply(A, B) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.TwoArgLambda
 
apply(A, B, C) - Method in interface org.apache.tinkerpop.gremlin.util.function.TriFunction
Applies this function to the given arguments.
apply(E, E) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep.FoldBiOperator
 
apply(Object) - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
apply(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
 
apply(String, GremlinParser.VariableContext) - Method in interface org.apache.tinkerpop.gremlin.language.grammar.VariableResolver
This function resolves a variable name and the given parsers context to an object.
apply(String, GremlinParser.VariableContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.VariableResolver.DefaultVariableResolver
 
apply(String, GremlinParser.VariableContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.VariableResolver.NoVariableResolver
 
apply(Map<E, Long>, Map<E, Long>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep.GroupCountBiOperator
 
apply(Map<K, V>, Map<K, V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep.GroupBiOperator
 
apply(Tree, Tree) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep.TreeBiOperator
 
apply(Traversal.Admin) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization.ComputerFinalizationStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.GraphFilterStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.MessagePassingReductionStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification.VertexProgramRestrictionStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration.RemoteStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ConnectiveStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.RequirementsStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SideEffectStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ProfileStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ReferenceElementStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.AdjacentToIncidentStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ByModulatorOptimizationStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.CountStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.EarlyLimitStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.FilterRankingStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IdentityRemovalStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IncidentToAdjacentStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.InlineFilterStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.MatchPredicateStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.OrderLimitStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.RepeatUnrollStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ComputerVerificationStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.LambdaRestrictionStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReadOnlyStrategy
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.StandardVerificationStrategy
 
apply(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
 
apply(Traverser.Admin<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
apply(Traverser.Admin<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.GreedyMatchAlgorithm
 
apply(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
apply(TraverserSet<S>, TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep.RangeBiOperator
 
apply(TraverserSet<S>, TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep.OrderBiOperator
 
apply(Traverser<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.FunctionTraverser
 
apply(Traverser<Map<String, List<Property>>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesConverter
 
apply(Traverser<Map<String, List<Property>>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesFilter
 
apply(MutableMetrics, MutableMetrics) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep.ProfileBiOperator
 
apply(Element) - Method in enum org.apache.tinkerpop.gremlin.structure.T
 
apply(Graph) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
apply(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalClassFunction
 
apply(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalObjectFunction
 
apply(S, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
apply(S, S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanGlobalBiOperator
 
apply(T) - Method in interface org.apache.tinkerpop.gremlin.util.function.ThrowingFunction
 
apply(T, U) - Method in interface org.apache.tinkerpop.gremlin.util.function.ThrowingBiFunction
 
apply(V, G, M) - Method in interface org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.VertexProgramInterceptor
 
applyAll(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
applyAll(S, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
applyConfiguration(Configuration) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimService
Attempt to incorporate the supplied configuration in future read/write calls.
applyConfiguration(Configuration) - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
 
applyGraphFilter(GraphFilter) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
applyGraphFilter(GraphFilter) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
applyNullable(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
applyNullable(S, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification.VertexProgramRestrictionStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration.RemoteStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.RequirementsStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IncidentToAdjacentStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.InlineFilterStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.MatchPredicateStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategy
 
applyPost() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReadOnlyStrategy
 
applyPost() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
The set of strategies that must be executed after this strategy is executed.
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization.ComputerFinalizationStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.MessagePassingReductionStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.AdjacentToIncidentStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ByModulatorOptimizationStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.FilterRankingStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IncidentToAdjacentStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.InlineFilterStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.MatchPredicateStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
applyPrior() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.StandardVerificationStrategy
 
applyPrior() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
The set of strategies that must be executed before this strategy is executed.
applySingleLevelStrategies(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>, Class<? extends TraversalStrategy>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Deprecated.
As of release 3.5.2, not replaced as strategies are not applied in this fashion after 3.5.0
applyStrategies() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
applyStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
applyStrategies() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Apply the registered TraversalStrategies to the traversal.
applyStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
applyStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
applyStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ScriptTraversal
 
applyTraversalRecursively(Consumer<Traversal.Admin<?, ?>>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Apply the provider Consumer function to the provided Traversal and all of its children.
applyTraversalRecursively(Consumer<Traversal.Admin<?, ?>>, Traversal.Admin<?, ?>, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Apply the provider Consumer function to the provided Traversal and all of its children.
applyTraversalRingToMap(Map<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
areEqual(MapReduce, Object) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
areEqual(Edge, Edge) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
areEqual(Element, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two Element objects are equal.
areEqual(Property, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two Property objects are equal.
areEqual(VertexProperty, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two VertexProperty objects are equal.
areEqual(VertexProperty, VertexProperty) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
areEqual(Vertex, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
argumentCanNotBeNull(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
ARGUMENTS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ArgumentVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
 
ArgumentVisitor(VariableResolver, GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
ArrayIterator<T> - Class in org.apache.tinkerpop.gremlin.util.iterator
 
ArrayIterator(T[]) - Constructor for class org.apache.tinkerpop.gremlin.util.iterator.ArrayIterator
 
ArrayListSupplier<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
as - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
as(String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
as(String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
A step modulator that provides a label to the step that can be accessed later in the traversal by other steps.
asAdmin() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
asAdmin() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
 
asAdmin() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Get access to administrative methods of the traversal via its accompanying Traversal.Admin.
asAdmin() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Typecast the traverser to a "system traverser" so Traverser.Admin methods can be accessed.
asAdmin() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
asAdmin() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
asBulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
asc - org.apache.tinkerpop.gremlin.process.traversal.Order
Order in ascending fashion.
asImmutable() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
 
asImmutable() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
asImmutable() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
asImmutable() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
asIterator(Object) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
asList(E...) - Static method in class org.apache.tinkerpop.gremlin.util.CollectionUtil
 
asList(Object) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
asMap() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
A helper method that generates a Map of the memory key/values.
asMap() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Gets the variables of the Graph as a Map.
asMap(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Converts a set of key values to a Map.
asMap(Object...) - Static method in class org.apache.tinkerpop.gremlin.util.CollectionUtil
 
asPairs(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Convert a set of key values to a list of Pair objects.
asSet(E...) - Static method in class org.apache.tinkerpop.gremlin.util.CollectionUtil
 
asSet(Collection<E>) - Static method in class org.apache.tinkerpop.gremlin.util.CollectionUtil
 
assign - org.apache.tinkerpop.gremlin.process.traversal.Operator
The new incoming value (i.e.
asStep() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
atMaster(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
atMaster(boolean) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
Some steps should behave different whether they are executing at the master traversal or distributed across the worker traversals.
atMaster(Step<?, ?>, boolean) - Static method in interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
 
attach(Function<Attachable<Path>, Path>) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
attach(Function<Attachable<Path>, Path>) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferencePath
 
attach(Function<Attachable<T>, T>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Regenerate the detached traverser given its location at a particular vertex.
attach(Function<Attachable<T>, T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
attach(Function<Attachable<T>, T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
attach(Function<Attachable<T>, T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
attach(Function<Attachable<V>, V>) - Method in interface org.apache.tinkerpop.gremlin.structure.util.Attachable
Provide a way to attach an Attachable implementation to a host.
attach(Iterator<Traverser.Admin<S>>, Graph) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
Attachable<V> - Interface in org.apache.tinkerpop.gremlin.structure.util
An interface that provides methods for detached properties and elements to be re-attached to the Graph.
Attachable.Exceptions - Class in org.apache.tinkerpop.gremlin.structure.util
 
Attachable.Method - Class in org.apache.tinkerpop.gremlin.structure.util
A collection of general methods of attachment.
attachProperties(Element, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Assign key/value pairs as properties to an Element.
attachProperties(Vertex, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Assign key/value pairs as properties to an Vertex.
attachProperties(Vertex, VertexProperty.Cardinality, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Assign key/value pairs as properties to a Vertex.
AUTO - org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
Transactions are automatically started when a read or a write occurs.

B

B_LP_NL_O_P_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_NL_O_P_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
B_LP_NL_O_P_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
B_LP_NL_O_P_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_NL_O_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_NL_O_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
B_LP_NL_O_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
B_LP_NL_O_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_O_P_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_O_P_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
B_LP_O_P_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
B_LP_O_P_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_O_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_LP_O_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
B_LP_O_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
B_LP_O_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_NL_O_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_NL_O_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
B_NL_O_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
B_NL_O_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_O_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_O_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
B_O_S_SE_SL_Traverser(T, Step<T, ?>, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
B_O_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_O_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
B_O_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
B_O_Traverser(T, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
B_O_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
barrier - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
barrier() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
barrier() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.
barrier(int) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
barrier(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.
barrier(Consumer<TraverserSet<Object>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
barrier(Consumer<TraverserSet<Object>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Turns the lazy traversal pipeline into a bulk-synchronous pipeline which basically iterates that traversal to the size of the barrier.
Barrier - org.apache.tinkerpop.gremlin.structure.service.Service.Type
Mid-traversal with all-at-once input.
Barrier<B> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A Barrier is any step that requires all left traversers to be processed prior to emitting result traversers to the right.
BARRIER - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BARRIER_COPY_LABELS - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
BARRIER_PLACEHOLDER - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
barrierConsumer(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
barrierConsumer(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaCollectingBarrierStep
 
barrierConsumer(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
barrierConsumer(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
BarrierSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
batchSize(long) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
Number of mutations to perform before a commit is executed.
batchSize(long) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
Number of mutations to perform before a commit is executed when using GraphSONReader.readGraph(InputStream, Graph).
batchSize(long) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Number of mutations to perform before a commit is executed.
batchSize(long) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader.Builder
Number of mutations to perform before a commit is executed when using GryoReader.readGraph(InputStream, Graph).
begin() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Starts a transaction in the context of a GraphTraversalSource instance.
begin(Class<T>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Starts a transaction in the context of a particular TraversalSource instance.
begin(Class<T>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
 
between(V, V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is within (inclusive) of the range of the two specified values.
biFunction(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
biFunction(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
BIGDECIMAL - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BigDecimalSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
BigDecimalSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigDecimalSerializer
 
BIGINTEGER - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BigIntegerSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
BigIntegerSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigIntegerSerializer
 
BinaryLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.BinaryLambda
 
binaryOperator(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
BinaryReductionStep - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Any FilterStep marked as a BinaryReductionStep will catch GremlinTypeErrorExceptions produced by boolean value expressions (predicates) contained within the filter and treat them as FALSE, thus filtering out the solution.
Binding(String, V) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
BINDING - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
bindings(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.jsr223.BindingsGremlinPlugin.Builder
 
Bindings - Class in org.apache.tinkerpop.gremlin.process.traversal
Bindings are used to associate a variable with a value.
BindingsCustomizer - Interface in org.apache.tinkerpop.gremlin.jsr223
Provides a way to alter the bindings on a GremlinScriptEngine.
BindingSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
BindingSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.BindingSerializer
 
BindingSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BindingSerializer
 
BindingSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BindingSerializer
 
BindingsGremlinPlugin - Class in org.apache.tinkerpop.gremlin.jsr223
A plugin that allows Bindings to be applied to a GremlinScriptEngine at the time of creation.
BindingsGremlinPlugin.Builder - Class in org.apache.tinkerpop.gremlin.jsr223
 
biPredicate - Variable in class org.apache.tinkerpop.gremlin.process.traversal.P
 
Boolean - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
BOOLEAN - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BooleanSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
both - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
both(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
both(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its adjacent vertices given the edge labels.
BOTH - org.apache.tinkerpop.gremlin.structure.Direction
Refers to either direction (Direction.IN or Direction.OUT).
bothAreNaN(Object, Object) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
bothE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
bothE(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
bothE(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its incident edges given the edge labels.
bothV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
bothV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
bothV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Edge to its incident vertices.
bothVertices() - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
Get both the outgoing and incoming vertices of this edge.
branch - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
branch(Function<Traverser<A>, M>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
branch(Function<Traverser<E>, M>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Split the Traverser to all the specified functions.
branch(Traversal<?, M>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
branch(Traversal<?, M>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Split the Traverser to all the specified traversals.
BranchStep<S,​E,​M> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
BranchStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
branchTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
Buffer - Interface in org.apache.tinkerpop.gremlin.structure.io
Represents an abstract view for one or more primitive byte arrays and NIO buffers.
BufferFactory<T> - Interface in org.apache.tinkerpop.gremlin.structure.io
Represents a factory to create Buffer instances from BufferFactory instances.
build() - Static method in class org.apache.tinkerpop.gremlin.jsr223.BindingsGremlinPlugin
Builds a set of static bindings.
build() - Static method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
 
build() - Static method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin
 
build() - Static method in class org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.EdgeLabelVerificationStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Create a new builder using the default version of GraphSON - v3.
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV2
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV3
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Create a new builder using the default version of Gryo - v3.
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
 
build() - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
Provides a way to construct an immutable DetachedEdge.
build() - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
Provides a way to construct an immutable DetachedVertex.
build() - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
Provides a way to construct an immutable DetachedEdge.
build() - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
build(GraphSONMapper) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
Create a new Builder from a given GraphSONMapper.
build(GraphSONVersion) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Create a new builder using the specified version of GraphSON.
build(GryoVersion) - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Create a new builder using the specified version of Gryo.
Builder() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy.Builder
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo.Builder
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper.Builder
 
Builder() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeResolverBuilder
 
buildTypeSerializer(SerializationConfig, JavaType, Collection<NamedType>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeResolverBuilder
 
bulk - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
bulk - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
bulk() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraverser
 
bulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
bulk() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
A traverser may represent a grouping of traversers to allow for more efficient data propagation.
bulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
bulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
bulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
bulk() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
BULK - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
BULK - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
BulkSet<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
BulkSet is a weighted set (i.e.
BulkSet() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
BULKSET - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BulkSetSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
BulkSetSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.BulkSetSerializer
 
BulkSetSupplier<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
bulkSize() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
Bundle(Traversal.Admin<Object, Object>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
bundles - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
by - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
by() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(String, Comparator<V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Comparator<E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Function<U, Object>, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Function<V, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Order) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(Traversal<?, ?>, Comparator<V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
by(T) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
The by() can be applied to a number of different step to alter their behaviors.
ByModulating - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A ByModulating step is able to take GraphTraversal.by() calls.
ByModulatorOptimizationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy looks for standard traversals in by-modulators and replaces them with more optimized traversals (e.g.
Bypassing - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A ByPassing step can be stated (at runtime) to simply enact the identity function.
bypassTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
BYTE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
BYTEBUFFER - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ByteBufferSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ByteBufferSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteBufferSerializer
 
bytecode - Variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
bytecode - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
Bytecode - Class in org.apache.tinkerpop.gremlin.process.traversal
When a TraversalSource is manipulated and then a Traversal is spawned and mutated, a language agnostic representation of those mutations is recorded in a bytecode instance.
Bytecode() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
Bytecode(String, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
BYTECODE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
Bytecode.Binding<V> - Class in org.apache.tinkerpop.gremlin.process.traversal
 
Bytecode.Instruction - Class in org.apache.tinkerpop.gremlin.process.traversal
 
BytecodeHelper - Class in org.apache.tinkerpop.gremlin.process.traversal.util
Utility class for parsing Bytecode.
BytecodeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BytecodeSerializer
 
BytecodeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BytecodeSerializer
 
ByteCodeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ByteCodeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteCodeSerializer
 
ByteSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 

C

CachedGremlinScriptEngineManager - Class in org.apache.tinkerpop.gremlin.jsr223
An implementation of the GremlinScriptEngineManager that caches the instances of the GremlinScriptEngine instances that are created by it.
CachedGremlinScriptEngineManager() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.CachedGremlinScriptEngineManager
 
CachedGremlinScriptEngineManager(ClassLoader) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.CachedGremlinScriptEngineManager
 
call - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
call() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with a list of available services.
call(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
call(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform the specified service call with no parameters.
call(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with values produced by the specified service call with no parameters.
call(String, Map) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
call(String, Map) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform the specified service call with the specified static parameters.
call(String, Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with values produced by the specified service call with the specified static parameters.
call(String, Map, Traversal<?, Map<?, ?>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
call(String, Map, Traversal<?, Map<?, ?>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform the specified service call with both static and dynamic parameters produced by the specified child traversal.
call(String, Map, Traversal<S, Map>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with values produced by the specified service call with both static and dynamic parameters produced by the specified child traversal.
call(String, Traversal<?, Map<?, ?>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
call(String, Traversal<?, Map<?, ?>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform the specified service call with dynamic parameters produced by the specified child traversal.
call(String, Traversal<S, Map>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with values produced by the specified service call with dynamic parameters produced by the specified child traversal.
callbackRegistry - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
CallbackRegistry<E extends Event> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
 
CallStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Reference implementation for service calls via the ServiceRegistry and Service APIs.
CallStep(Traversal.Admin, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
CallStep(Traversal.Admin, boolean, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
CallStep(Traversal.Admin, boolean, String, Map) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
CallStep(Traversal.Admin, boolean, String, Map, Traversal.Admin<S, Map>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
canNotGetAttachableFromHostGraph(Attachable<?>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Exceptions
 
canNotGetAttachableFromHostVertex(Attachable<?>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Exceptions
 
cannotStartTraversal - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions
 
cannotUseMidTraversal - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions
 
canWriteTypeId() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
cap - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
cap(String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
cap(String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Iterates the traversal up to the itself and emits the side-effect referenced by the key.
capacity() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the number of bytes (octets) this buffer can contain.
CARDINALITY - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
CardinalitySerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
CardinalityValueTraversal - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
CardinalityValueTraversal(VertexProperty.Cardinality, Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
cast(Iterator<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
castChildToGenericLiteral(ParseTree, int) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.ParseTreeContextCastHelper
Cast ParseTree node child into GenericLiteralContext
CATEGORY - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ChainedComparator<S,​C extends Comparable> - Class in org.apache.tinkerpop.gremlin.util.function
Deprecated.
As of release 3.6.0, not replaced.
ChainedComparator(boolean, List<Pair<Traversal.Admin<S, C>, Comparator<C>>>) - Constructor for class org.apache.tinkerpop.gremlin.util.function.ChainedComparator
Deprecated.
 
CHAR - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
CharSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
CharSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.CharSerializer
 
CHECK_ADJACENT_VERTICES - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
checkAdjacentVertices(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.Builder
Enables the strategy to apply the SubgraphStrategy.Builder.vertices(Traversal) filter to the adjacent vertices of an edge.
checkEdgeLegality(Direction) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Get the legality of a particular edge direction.
checkEdgeLegality(Direction, String) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Get the legality of a particular edge direction and label.
checkRegisteredService(String) - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
Check for non-null and registered.
choose - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
choose(Function<A, M>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
choose(Function<E, M>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.
choose(Predicate<A>, Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
choose(Predicate<A>, Traversal<?, B>, Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
choose(Predicate<E>, Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.
choose(Predicate<E>, Traversal<?, E2>, Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.
choose(Traversal<?, ?>, Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.
choose(Traversal<?, ?>, Traversal<?, E2>, Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.
choose(Traversal<?, M>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
choose(Traversal<?, M>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.
choose(Traversal<?, M>, Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
choose(Traversal<?, M>, Traversal<?, B>, Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
ChooseStep<S,​E,​M> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
A step which offers a choice of two or more Traversals to take.
ChooseStep(Traversal.Admin, Traversal.Admin<S, ?>, Traversal.Admin<S, E>, Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseStep
 
ChooseStep(Traversal.Admin, Traversal.Admin<S, M>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseStep
 
CLASS - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
CLASS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ClassFilterStep<S,​T> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
ClassFilterStep(Traversal.Admin, Class<T>, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ClassFilterStep
 
classImports(Class<?>...) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
classImports(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
classMap - Variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
classResolver(Supplier<ClassResolver>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Provides a custom Kryo ClassResolver to be supplied to a Kryo instance.
ClassSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ClassSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ClassSerializer
 
classToNameId - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
classToRegistration - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
cleanPathSegment(String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Removes characters that aren't acceptable in a file path (mostly for windows).
clear() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Bindings
 
clear() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
clear() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
clear() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
clear() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
clear() - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
 
clear() - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
clearCallbacks() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.CallbackRegistry
 
clearCallbacks() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ListCallbackRegistry
 
clearIds() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
clearLabels() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Removes all labels on the step.
clearLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
clearLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
clearTransactionListeners() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Removes all transaction listeners.
clearTransactionListeners() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
clearTransactionListeners() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
clock(int, Runnable) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
clock(Runnable) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
clockWithResult(int, Supplier<S>) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
clockWithResult(Supplier<S>) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
When multiple workers on a single machine need MapReduce instances, it is possible to use clone.
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
When multiple workers on a single machine need VertexProgram instances, it is possible to use clone.
clone() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Admin
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TrueTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.InjectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Cloning is used to duplicate the traversal typically in OLAP environments.
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Cloning is used to duplicate the sideEffects typically in distributed execution environments.
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
The clone-method should be used to create immutable traversal sources with each call to a configuration "withXXX"-method.
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
 
clone() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Traverser cloning is important when splitting a traverser at a bifurcation point in a traversal.
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AndP
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Cloning is used to duplicate the sideEffects typically in distributed execution environments.
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.OrP
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
clone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
clone() - Method in class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
clone() - Method in class org.apache.tinkerpop.gremlin.util.function.ChainedComparator
Deprecated.
 
clone() - Method in interface org.apache.tinkerpop.gremlin.util.function.TraversableLambda
 
clone(ConcurrentHashMap<K, V>) - Static method in class org.apache.tinkerpop.gremlin.util.CollectionUtil
 
cloneObject(V) - Static method in class org.apache.tinkerpop.gremlin.util.Serializer
 
cloneRegistrations() - Method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
CloneVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.clone
 
CloneVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.clone
 
close() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
Close the computed GraphComputer result.
close() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
close() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
close() - Method in class org.apache.tinkerpop.gremlin.process.remote.EmbeddedRemoteConnection
 
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
If there is an underlying RemoteConnection it will be closed by this method.
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
Attempts to close an underlying iterator if it is of type CloseableIterator.
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
close() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
close() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
close() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Releases resources opened in any steps that implement AutoCloseable.
close() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Invalidate the side effect cache for traversal.
close() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
 
close() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Closing a Graph is equivalent to "shutdown" and implies that no further operations can be executed on the instance.
close() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimService
Release all resources associated with the shim service.
close() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
 
close() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Services can implement cleanup/shutdown procedures here.
close() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
close() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Service factories can implement cleanup/shutdown procedures here.
close() - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
 
close() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Closes the transaction where the default close behavior defined by {Transaction.onClose(Consumer)} will be executed.
close() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Closes the transaction where the default close behavior defined by {Transaction.onClose(Consumer)} will be executed.
close() - Method in interface org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
 
close() - Method in class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
 
close() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
close() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
close() - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
Close the underlying iterators if auto-closeable.
close() - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
Close the underlying iterators if auto-closeable.
CloseableIterator<T> - Interface in org.apache.tinkerpop.gremlin.structure.util
An extension of Iterator that implements AutoCloseable which allows a Graph implementation that hold open resources to provide the user the option to release those resources.
CloseableIterator.EmptyCloseableIterator<T> - Class in org.apache.tinkerpop.gremlin.structure.util
 
closeConsumerInternal - Variable in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
closed - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
closeIterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
closeIterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
 
closeIterator(Iterator<T>) - Static method in interface org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
 
CLUSTER - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
CLUSTER_COUNT_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
CLUSTER_POPULATION_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
ClusterCountMapReduce - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterCountMapReduce.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterPopulationMapReduce - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterPopulationMapReduce.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
cmp - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
coalesce - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
coalesce(Traversal<?, B>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
coalesce(Traversal<?, E2>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Evaluates the provided traversals and returns the result of the first traversal to emit at least one object.
CoalesceStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
CoalesceStep(Traversal.Admin, Traversal.Admin<S, E>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
coerceType(Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
Called from AbstractGryoClassResolver.getRegistration(Class) to determine the actual type.
coerceType(Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoClassResolverV1
 
coerceType(Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoClassResolverV3
 
coin - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
coin(double) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
coin(double) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the E object given a biased coin toss.
CoinStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
CoinStep(Traversal.Admin, double) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
CollectingBarrierStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
CollectingBarrierStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
CollectingBarrierStep(Traversal.Admin, int) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
CollectionUtil - Class in org.apache.tinkerpop.gremlin.util
 
collectMap(Iterator<S>, Function<S, K>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
collectMap(Iterator<S>, Function<S, K>, Function<S, V>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
Column - Enum in org.apache.tinkerpop.gremlin.structure
Column references a particular type of column in a complex data structure such as a Map, a Map.Entry, or a Path.
COLUMN - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ColumnSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
ColumnTraversal - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
ColumnTraversal(Column) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
combine(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
combine(Double, Double) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMessageCombiner
 
combine(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The combine() method is logically executed at all "machines" in parallel.
combine(M, M) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MessageCombiner
Combine two messages and return a message containing the combination.
combine(TraverserSet<Object>, TraverserSet<Object>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgramMessageCombiner
 
COMBINE - org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
 
commit() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Commits a transaction.
commit() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Commits a transaction.
COMMIT - org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Commit the transaction when Transaction.close() is called.
COMMIT - org.apache.tinkerpop.gremlin.structure.Transaction.Status
 
COMPARABILITY - Static variable in class org.apache.tinkerpop.gremlin.util.GremlinValueComparator
Comparability has very similar semantics to orderability with the following exceptions: 1.
comparator(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
comparator(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
comparator(GremlinValueComparator.Type) - Method in class org.apache.tinkerpop.gremlin.util.GremlinValueComparator
 
ComparatorHolder<S,​C extends Comparable> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
Comparators - Class in org.apache.tinkerpop.gremlin.structure.util
A collection of commonly used Comparator instances.
compare(A, A) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.FunctionComparator
 
compare(A, A) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.TwoArgLambda
 
compare(C, C) - Method in class org.apache.tinkerpop.gremlin.util.function.MultiComparator
 
compare(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Compares two numbers.
compare(Object, Object) - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Order
compare(Object, Object) - Method in class org.apache.tinkerpop.gremlin.util.GremlinValueComparator
Compare(a,b) is defined differently for Comparablity vs.
compare(Step<?, ?>, Step<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DepthComparator
 
compare(Element, Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementFunctionComparator
 
compare(Element, Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementValueComparator
 
compare(S, S) - Method in class org.apache.tinkerpop.gremlin.util.function.ChainedComparator
Deprecated.
 
Compare - Enum in org.apache.tinkerpop.gremlin.process.traversal
Compare is a BiPredicate that determines whether the first argument is ==, !=, >, >=, <, <= to the second argument.
compareIdsUsingStrings - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
compareIdsUsingStrings(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.Builder
Tell StarGraph whether to invoke Object.toString() on vertex and edge IDs during comparisons (including "does an element with this ID already exist" checks).
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
 
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.DecorationStrategy
 
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.FinalizationStrategy
 
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.OptimizationStrategy
 
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.ProviderOptimizationStrategy
 
compareTo(Class<? extends TraversalStrategy>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.VerificationStrategy
 
compareTo(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
compareTo(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
compareTo(MapReduce.NullObject) - Method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
compareTo(Traverser<T>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
If the underlying object of the traverser is comparable, compare it with the other traverser.
component - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
The default property key name that will hold the result of the algorithm.
COMPONENT - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
compute() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
compute() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
compute() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Generate a GraphComputer using the default engine of the underlying graph system.
compute() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
compute() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
compute(Class<? extends GraphComputer>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
compute(Class<C>) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Declare the GraphComputer to use for OLAP operations on the graph.
compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
computer - Variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
computer(Computer) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
Computer - Class in org.apache.tinkerpop.gremlin.process.computer
 
ComputerAdjacentVertex(Vertex) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
computerAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
computerAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
computerAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep.RepeatEndStep
 
computerAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
computerAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
ComputerAwareStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ComputerAwareStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
ComputerAwareStep.EndStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ComputerEdge(Edge) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
ComputerElement(Element) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
computeResultString(ComputerResult) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
ComputerFinalizationStrategy - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization
 
ComputerGraph - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerAdjacentVertex - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerEdge - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerElement - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerProperty<V> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerVertex - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ComputerGraph.ComputerVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
computerHasAlreadyBeenSubmittedAVertexProgram() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
computerHasNoVertexProgramNorMapReducers() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
ComputerProperty(Property<V>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
computerRequiresMoreWorkersThanSupported(int, int) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
ComputerResult - Interface in org.apache.tinkerpop.gremlin.process.computer
The result of the GraphComputer's computation.
ComputerResultStep<S> - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
ComputerResultStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
computers() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOut
The list of GraphComputer implementations by class name that a test should opt-out from using (i.e.
computerTraversal - Variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
ComputerVerificationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
ComputerVertex(Vertex) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
ComputerVertexProperty(VertexProperty<V>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
computeStartLabel(List<Traversal.Admin<Object, Object>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
concat - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
concat(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
concat(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Concatenate strings.
concat(Iterator<S>...) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
concat(Traversal<?, String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
concat(Traversal<?, String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Concatenate strings.
ConcatStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Reference implementation for String concatenation step, a mid-traversal step which concatenates one or more String values together to the incoming String traverser.
ConcatStep(Traversal.Admin, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
ConcatStep(Traversal.Admin, Traversal<S, String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
ConcurrentBindings - Class in org.apache.tinkerpop.gremlin.jsr223
A Bindings that can be accessed concurrently by multiple threads.
ConcurrentBindings() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.ConcurrentBindings
 
ConcurrentBindings(Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.ConcurrentBindings
 
CONFIG_IO_GRYO_POOL_SIZE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
CONFIG_IO_GRYO_POOL_SIZE_DEFAULT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
CONFIG_IO_GRYO_POOL_VERSION_DEFAULT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
CONFIG_IO_GRYO_VERSION - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
configuration - Variable in class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
configuration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
configuration() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Get the Configuration associated with the construction of this graph.
configuration() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
configuration() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
This method should only be used by the underlying compute engine.
configure(Object...) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
This method should only be used by the underlying compute engine.
configure(Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
Accept a configuration to the Step.
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DropStep
This method doesn't do anything as drop() doesn't take property mutation arguments.
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
configure(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
configure(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
configure(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Set an arbitrary configuration key/value for the underlying Configuration in the GraphComputer.
configure(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
configure(List<String>) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.RemoteAcceptor
Gets called when :remote is used in conjunction with the config option.
configure(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
configure(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
Configuring - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
Identifies a Step as one that can accept configurations via the GraphTraversal.with(String, Object) step modulator.
connect(List<String>) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.RemoteAcceptor
Gets called when :remote is used in conjunction with the "connect" option.
connectedComponent - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
connectedComponent() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Executes a Connected Component algorithm over the graph.
ConnectedComponent - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Configuration options to be passed to the GraphTraversal.with(String, Object) step on GraphTraversal.connectedComponent() ()}.
ConnectedComponent() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
 
ConnectedComponentVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Identifies "Connected Component" instances in a graph by assigning a component identifier (the lexicographically least string value of the vertex in the component) to each vertex.
ConnectedComponentVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
 
ConnectedComponentVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
ConnectedComponentVertexProgramStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
connection - Variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
ConnectiveP<V> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
ConnectiveP(List<P<V>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
ConnectiveStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
ConnectiveStep(Traversal.Admin, Traversal<S, ?>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
ConnectiveStep.Connective - Enum in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
ConnectiveStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
ConnectiveStrategy rewrites the binary conjunction form of a.and().b into a AndStep of and(a,b) (likewise for OrStep).
ConsoleCustomizer - Interface in org.apache.tinkerpop.gremlin.jsr223.console
A Customizer that allows a RemoteAcceptor to be used with a console implementation.
ConsoleMutationListener - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
An example listener that writes a message to the console for each event that fires from the graph.
ConsoleMutationListener(Graph) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
constant - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
constant(A) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
constant(E2) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map any object to a fixed E value.
ConstantStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
ConstantStep(Traversal.Admin, E) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConstantStep
 
ConstantSupplier<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
ConstantSupplier(A) - Constructor for class org.apache.tinkerpop.gremlin.util.function.ConstantSupplier
 
ConstantTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
A Traversal that always returns a constant value.
ConstantTraversal(E) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.ConstantTraversal
 
consume(Iterable<S>, Consumer<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
consume(Iterator<S>, Consumer<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
consumer(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
consumer(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
containing - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string contains the second.
containing(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does contain the given value.
contains(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
contains(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Checks for existence of key in parameter set.
contains(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
contains(Object, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Checks for existence of a key and value in a parameter set.
contains(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SideEffectStrategy
 
Contains - Enum in org.apache.tinkerpop.gremlin.process.traversal
Contains is a BiPredicate that evaluates whether the first object is contained within (or not within) the second collection object.
containsEntry(Map<K, Set<V>>, K, V) - Static method in class org.apache.tinkerpop.gremlin.util.MultiMap
 
context - Variable in class org.apache.tinkerpop.gremlin.language.grammar.NestedTraversalSourceListVisitor
 
convertElementsToIds() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
convertToScript(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
For each operator argument, if withParameters set true, try parametrization as follows: ----------------------------------------------- if unpack, why ? ObjectType ----------------------------------------------- (Yes) Bytecode.Binding (Recursion, No) Bytecode (Recursion, No) Traversal (Yes) String (Recursion, No) Set (Recursion, No) List (Recursion, No) Map (Yes) Long (Yes) Double (Yes) Float (Yes) Integer (Yes) Timestamp (Yes) Date (Yes) Uuid (Recursion, No) P (Enumeration, No) SackFunctions.Barrier (Enumeration, No) VertexProperty.Cardinality (Enumeration, No) TraversalOptionParent.Pick (Enumeration, No) Enum (Recursion, No) Vertex (Recursion, No) Edge (Recursion, No) VertexProperty (Yes) Lambda (Recursion, No) TraversalStrategyProxy (Enumeration, No) TraversalStrategy (Yes) Other -------------------------------------------------
convertValueTraversal(Traversal.Admin<S, V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
 
copyLabels(Step<?, ?>, Step<?, ?>, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
copyMembers(ImmutableMetrics) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
CoreGremlinPlugin - Class in org.apache.tinkerpop.gremlin.jsr223
This module is required for a ScriptEngine to be Gremlin-enabled.
CoreImports - Class in org.apache.tinkerpop.gremlin.jsr223
 
couldNotIsolatedSubPath(String, String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
couldNotLocatePathFromLabel(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
couldNotLocatePathToLabel(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
count - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
count() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
count() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the traversal stream to its reduction as a sum of the Traverser.bulk() values (i.e.
count() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
count(Iterable) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
count(Iterator) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
count(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
count(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the traversal stream to its reduction as a sum of the Traverser.bulk() values given the specified Scope (i.e.
counter - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
CountGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
CountGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountGlobalStep
 
CountLocalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
CountLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountLocalStep
 
CountMatchAlgorithm() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
counts - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
COUNTS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
CountStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy optimizes any occurrence of CountGlobalStep followed by an IsStep.
cp(String, String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Recursively copy all the data sources from the source location to the target location.
create() - Method in class org.apache.tinkerpop.gremlin.jsr223.BindingsGremlinPlugin.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
create() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Creates the PartitionStrategy.
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.EdgeLabelVerificationStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
Creates a new TypeSerializerRegistry instance based on the serializers added.
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
 
create() - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader.ReaderBuilder
Creates the GraphReader implementation given options provided to the GraphReader.ReaderBuilder implementation.
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
 
create() - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter.WriterBuilder
Creates the GraphWriter implementation given options provided to the GraphWriter.WriterBuilder implementation.
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
Creates a GryoMapper.
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
Create the GryoPool from this builder.
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter.Builder
Create the GryoWriter.
create() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io.Builder
Providers call this method in the Graph.io(Io.Builder) method to construct the Io instance and return the value.
create() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
create() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.Builder
 
create(boolean, TypeInfo) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV2.Builder
 
create(boolean, TypeInfo) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV3.Builder
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.EdgeLabelVerificationStrategy
 
create(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy
 
create(Graph) - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram.Builder
 
create(Graph) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
create(Graph) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
 
create(Host) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
create(T) - Method in interface org.apache.tinkerpop.gremlin.structure.io.BufferFactory
Creates a new Buffer given a BufferFactory instance.
createBindings() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
 
createEdge(Attachable<Edge>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createEdge(Attachable<Edge>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createFlattened(JsonParser, JsonParser) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.JsonParserConcat
 
createIoBuilder(String) - Static method in class org.apache.tinkerpop.gremlin.structure.io.IoCore
Deprecated.
 
createMapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper
 
createMapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
createMapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
createMapper() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Mapper
Create a new instance of the internal object mapper that an implementation represents.
createMapReduce(Graph, Configuration) - Static method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
A helper method to construct a MapReduce given the content of the supplied configuration.
createObject(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractObjectDeserializer
 
createProperty(Attachable<Property>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createProperty(Attachable<Property>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createRegistries(List<Object>) - Static method in class org.apache.tinkerpop.gremlin.structure.io.util.IoRegistryHelper
 
createRegistries(Configuration) - Static method in class org.apache.tinkerpop.gremlin.structure.io.util.IoRegistryHelper
 
createService(boolean, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
createService(boolean, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Create a Service call instance.
createThreadedTx() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Creates a transaction that can be executed across multiple threads.
createThreadedTx() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Creates a transaction that can be executed across multiple threads.
createTraversalSource(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalSourceFactory
 
createTypeTranslator() - Method in interface org.apache.tinkerpop.gremlin.jsr223.TranslatorCustomizer
Construct a Translator.ScriptTranslator.TypeTranslator that will be used by a Translator.ScriptTranslator instance within the GremlinScriptEngine to translate Bytecode to a script.
createVertex(Attachable<Vertex>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createVertex(Attachable<Vertex>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createVertexProgram(Graph, Configuration) - Static method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
A helper method to construct a VertexProgram given the content of the supplied configuration.
createVertexProperty(Attachable<VertexProperty>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
createVertexProperty(Attachable<VertexProperty>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
CUSTOM - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
Customizer - Interface in org.apache.tinkerpop.gremlin.jsr223
The Customizer provides a general way to provide configurations to a GremlinScriptEngine.
customizers - Variable in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 
CustomTypeSerializer<T> - Interface in org.apache.tinkerpop.gremlin.structure.io.binary.types
Represents a serializer for a custom (provider specific) serializer.
cyclicPath - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
cyclicPath() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
cyclicPath() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the E object if its Traverser.path() is Path.isSimple().

D

DataType - Enum in org.apache.tinkerpop.gremlin.structure.io.binary
Represents a GraphBinary data type.
dataTypeOfPropertyValueNotSupported(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
dataTypeOfPropertyValueNotSupported(Object, Exception) - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
dataTypeOfVariableValueNotSupported(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
dataTypeOfVariableValueNotSupported(Object, Exception) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
Date - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
DATE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
DateSerializer<T extends Date> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
DateSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DateSerializer
 
datetime(String) - Static method in class org.apache.tinkerpop.gremlin.util.DatetimeHelper
A proxy call to DatetimeHelper.parse(String) but allows for syntax similar to Gremlin grammar of datetime().
DatetimeHelper - Class in org.apache.tinkerpop.gremlin.util
Utility class for parsing and formatting dates/times.
decrement() - Method in class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
dedup - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
dedup(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
dedup(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Remove all duplicates in the traversal stream up to this point.
dedup(Scope, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
dedup(Scope, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Remove all duplicates in the traversal stream up to this point.
DedupGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
DedupGlobalStep(Traversal.Admin, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
DedupLocalStep<E,​S extends Iterable<E>> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
DedupLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.DedupLocalStep
 
DEFAULT_DISTANCE_TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
DEFAULT_EDGE_TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
DEFAULT_LABEL - Static variable in interface org.apache.tinkerpop.gremlin.structure.Edge
The default label to use for an edge.
DEFAULT_LABEL - Static variable in interface org.apache.tinkerpop.gremlin.structure.Vertex
The default label to use for a vertex.
DEFAULT_LABEL - Static variable in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
 
DEFAULT_LAMBDA_LANGUAGE - Static variable in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
DEFAULT_MAX_NUMBER_LENGTH - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
DEFAULT_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
DEFAULT_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
DEFAULT_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
DEFAULT_METRICS_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
DEFAULT_SCRIPT_ENGINE - Static variable in class org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCache
 
DEFAULT_VERTEX_FILTER_TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
DefaultAnonymizer() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator.DefaultAnonymizer
 
DefaultBindingsCustomizer - Class in org.apache.tinkerpop.gremlin.jsr223
Default implementation of the BindingsCustomizer which adds bindings to the ScriptContext.GLOBAL_SCOPE.
DefaultBindingsCustomizer(Bindings) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.DefaultBindingsCustomizer
Creates a new object with ScriptContext.GLOBAL_SCOPE.
DefaultCloseableIterator<T> - Class in org.apache.tinkerpop.gremlin.structure.util
A default implementation of CloseableIterator that simply wraps an existing Iterator.
DefaultCloseableIterator(Iterator<T>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
 
DefaultComputerResult - Class in org.apache.tinkerpop.gremlin.process.computer.util
The result of the GraphComputer's computation.
DefaultComputerResult(Graph, Memory) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
DefaultEventQueue() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.DefaultEventQueue
 
DefaultGraphTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
DefaultGraphTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
DefaultGraphTraversal(GraphTraversalSource) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
DefaultGraphTraversal(Graph) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
DefaultGremlinBaseVisitor<T> - Class in org.apache.tinkerpop.gremlin.language.grammar
This class provides implementation of GremlinVisitor, where each method will throw UnsupportedOperationException.
DefaultGremlinBaseVisitor() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
 
DefaultGremlinScriptEngineManager - Class in org.apache.tinkerpop.gremlin.jsr223
The ScriptEngineManager implements a discovery, instantiation and configuration mechanism for GremlinScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.
DefaultGremlinScriptEngineManager() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
The effect of calling this constructor is the same as calling DefaultGremlinScriptEngineManager(Thread.currentThread().getContextClassLoader()).
DefaultGremlinScriptEngineManager(ClassLoader) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
This constructor loads the implementations of GremlinScriptEngineFactory visible to the given ClassLoader using the ServiceLoader mechanism.
DefaultImportCustomizer - Class in org.apache.tinkerpop.gremlin.jsr223
Simple implementation of the ImportCustomizer which allows direct setting of all the different import types.
DefaultImportCustomizer.Builder - Class in org.apache.tinkerpop.gremlin.jsr223
 
DefaultRemoteTraverser<T> - Class in org.apache.tinkerpop.gremlin.process.remote.traversal
 
DefaultRemoteTraverser(T, long) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.DefaultRemoteTraverser
 
DefaultRemoteTraverserSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.DefaultRemoteTraverserSerializer
 
DefaultRemoteTraverserSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.DefaultRemoteTraverserSerializer
 
DefaultScriptCustomizer - Class in org.apache.tinkerpop.gremlin.jsr223
Default implementation of the ScriptCustomizer that can create the script list from a list of files or from lines of script.
DefaultScriptCustomizer(Collection<List<String>>) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.DefaultScriptCustomizer
 
DefaultScriptCustomizer(List<File>) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.DefaultScriptCustomizer
 
DefaultTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
DefaultTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
DefaultTraversal(Bytecode) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
DefaultTraversal(TraversalSource) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
DefaultTraversal(TraversalSource, Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
DefaultTraversal(Graph) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
DefaultTraversalMetrics - Class in org.apache.tinkerpop.gremlin.process.traversal.util
Default implementation for TraversalMetrics that aggregates ImmutableMetrics instances from a Traversal.
DefaultTraversalMetrics() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
DefaultTraversalMetrics(long, List<MutableMetrics>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
This is only a convenient constructor needed for GraphSON deserialization.
DefaultTraversalMetricsSupplier - Class in org.apache.tinkerpop.gremlin.util.function
 
DefaultTraversalSideEffects - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
DefaultTraversalSideEffects() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
DefaultTraversalStrategies - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
DefaultTraversalStrategies() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
DefaultTraverserGeneratorFactory - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
 
DefaultTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
DefaultTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
DefaultTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
DefaultTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
DefaultTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
DefaultVariableResolver(Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.VariableResolver.DefaultVariableResolver
 
Deleting<E extends Event> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A marker interface for steps that deletes the graph data.
DepthComparator - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A Comparator that compares steps on the depth of the traversal that they are in.
desc - org.apache.tinkerpop.gremlin.process.traversal.Order
Order in descending fashion.
describe(Service.ServiceFactory) - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
Provide a service description for the supplied service.
describeParams - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService.Params
 
describeParams() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
describeParams() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Return a description of any service call parameters.
description() - Method in annotation type org.apache.tinkerpop.gremlin.structure.util.FeatureDescriptor
A description of the feature that will be useful to implementers if a Gremlin test fails around proper feature support.
deserialize(Configuration, String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
deserialize(JsonParser, DeserializationContext) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractObjectDeserializer
 
deserializeObject(byte[]) - Static method in class org.apache.tinkerpop.gremlin.util.Serializer
 
deserializeTypedFromAny(JsonParser, DeserializationContext) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
deserializeTypedFromArray(JsonParser, DeserializationContext) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
deserializeTypedFromScalar(JsonParser, DeserializationContext) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
detach() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Prepare the traverser for migration across a JVM boundary.
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
detach() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
detach(Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detacher
 
detach(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Object, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Path) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Path, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(EventStrategy.Detachment) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Builder
Configures the method of detachment for element provided in mutation callback events.
detach(Edge) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Edge, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Element) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Element, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Property<V>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Property<V>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(Vertex, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(VertexProperty<V>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceFactory
 
detach(VertexProperty<V>, boolean) - Static method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(R) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy
Applies the appropriate detach operation to elements that will be raised in mutation events.
detached() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
DETACHED_NO_PROPERTIES - org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Uses DetachedFactory to detach and does not include properties of elements that have them.
DETACHED_WITH_PROPERTIES - org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Uses DetachedFactory to detach and includes properties of elements that have them.
DetachedEdge - Class in org.apache.tinkerpop.gremlin.structure.util.detached
Represents an Edge that is disconnected from a Graph.
DetachedEdge(Object, String, List<Property>, Object, String, Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
DetachedEdge(Object, String, Map<String, Object>, Object, String, Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
DetachedEdge(Edge, boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
DetachedEdge.Builder - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedElement<E> - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedElement() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedElement(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedElement(Element) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedFactory - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedPath - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedPath(Path, boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
DetachedProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedProperty(String, V) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
DetachedProperty(String, V, Element) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
DetachedProperty(Property<V>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
DetachedVertex - Class in org.apache.tinkerpop.gremlin.structure.util.detached
Represents a Vertex that is disconnected from a Graph.
DetachedVertex(Object, String, List<VertexProperty>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
DetachedVertex(Object, String, Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
DetachedVertex(Vertex, boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
DetachedVertex.Builder - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
DetachedVertexProperty(Object, String, V, Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
This constructor is used by GraphSON when deserializing and the Host is not known.
DetachedVertexProperty(Object, String, V, Map<String, Object>, Vertex) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
DetachedVertexProperty(VertexProperty<V>, boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
DetachedVertexProperty.Builder - Class in org.apache.tinkerpop.gremlin.structure.util.detached
 
detachElements(Bytecode) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
 
detectFileType() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
detectRegistries() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
determineBarrierStep(Traversal.Admin<S, V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
Determines the first non-local Barrier step in the provided traversal.
direction - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
Direction - Enum in org.apache.tinkerpop.gremlin.structure
Direction is used to denote the direction of an Edge or location of a Vertex on an Edge.
DIRECTION - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
DirectionalStarGraph - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
DirectionalStarGraph(StarGraph, Direction) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.DirectionalStarGraph
 
DirectionSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
directionValueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Direction
Get Direction from name.
directoryStartOnly - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions
 
distance - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
Configures the edge property or traversal to use for shortest path distance calculations.
distanceProperty(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
distanceTraversal(Traversal<Edge, Number>) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
distributeVote(boolean) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
div - org.apache.tinkerpop.gremlin.process.traversal.Operator
A division function.
div - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
div(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Divides two numbers returning the highest common number class between them calling NumberHelper.div(Number, Number, boolean) with a false.
div(Number, Number, boolean) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Divides two numbers returning the highest common number class between them.
doClose() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
Clears transaction listeners
doClose() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
doClose() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
doCommit() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Called with AbstractTransaction.commit() after the Transaction.onReadWrite(Consumer) has been notified.
doEmit(Traverser.Admin<S>, boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
doesNotSupportBarrier - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions
 
doesNotSupportStreaming - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions
 
doFinalReduction(Map<K, Object>, Traversal.Admin<S, V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
When there is a Barrier detected by Grouping.determineBarrierStep(Traversal.Admin) it is processed in full up to that point and then the remainder of the traversal that follows it is completed.
done - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
done() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
A way to hard set that the barrier is complete.
done() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
done() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
done() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
doOpen() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Called within AbstractTransaction.open() if it is determined that the transaction is not yet open given Transaction.isOpen().
doReadWrite() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
Threaded transactions should be open immediately upon creation so most implementations should do nothing with this method.
doReadWrite() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
doReadWrite() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
doRollback() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Called with AbstractTransaction.rollback() after the Transaction.onReadWrite(Consumer) has been notified.
doStage(MapReduce.Stage) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
doStage(MapReduce.Stage) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
doStage(MapReduce.Stage) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
A MapReduce job can be map-only, map-reduce-only, or map-combine-reduce.
doStage(MapReduce.Stage) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
DotNetTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Converts bytecode to a C# string of Gremlin.
DotNetTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs standard type translation for the TinkerPop types to C#.
DOUBLE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
DoubleSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
doubleValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
doUntil(Traverser.Admin<S>, boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
doWithReader(Function<GryoReader, A>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
doWithWriter(Consumer<GryoWriter>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
drop - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
drop() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
drop() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Removes elements and properties from the graph.
dropEdges(Direction) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
dropEdges(Direction, String) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
dropLabels(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Drop all path information associated with specified labels.
dropLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
dropLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
dropLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
dropLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
dropLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
dropPath() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Drop the path of the traverser.
dropPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
dropPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
dropPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
dropPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
dropPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
DropStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
DropStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DropStep
 
dropVertexProperties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
DummyTraverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
Similar to the EmptyTraverser, except the DummyTraverser can split.
DummyTraverser(TraverserGenerator) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
DURATION - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
DURATION - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
durationNs - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
DurationSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
DurationSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.DurationSerializer
 

E

E - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
E(Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
E(Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
A E step is usually used to start a traversal but it may also be used mid-traversal.
E(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with all edges or some subset of edges as specified by their unique identifier.
EarlyLimitStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy looks for RangeGlobalSteps that can be moved further left in the traversal and thus be applied earlier.
edge() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "edge" operation.
edge() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures
 
edge() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarGraphFeatures
 
Edge - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
Edge - Interface in org.apache.tinkerpop.gremlin.structure
An Edge links two Vertex objects.
EDGE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
EDGE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
EDGE_COMPARATOR - Static variable in class org.apache.tinkerpop.gremlin.structure.util.Comparators
Sorts Edge objects by the toString() value of Element.id() using String.CASE_INSENSITIVE_ORDER.
Edge.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with an edge.
edgeAdded(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
edgeAdded(Edge) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after a new Edge is added.
EdgeAddedEvent(Edge) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgeAddedEvent
 
edgeAdditionsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
edgeDirection(Direction) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
edgeFilterAccessesAdjacentVertices(Traversal<Vertex, Edge>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
edgeFunction - Variable in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
edgeKeyTypes(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Map of the data types of the edge keys.
edgeLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
The key to use as the edge label.
edgeLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Set the name of the edge label in the GraphML.
EdgeLabelVerificationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
EdgeLabelVerificationStrategy does not allow edge traversal steps to have no label specified.
EdgeLabelVerificationStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
EdgeOtherVertexStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
EdgeOtherVertexStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
edgeProperties - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
edgePropertyChanged(Edge, Property, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
edgePropertyChanged(Edge, Property, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after the property of a Edge changed.
EdgePropertyChangedEvent(Edge, Property, Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgePropertyChangedEvent
 
edgePropertyRemoved(Edge, Property) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
edgePropertyRemoved(Edge, Property) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after an Property property was removed from an Edge.
EdgePropertyRemovedEvent(Edge, Property) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgePropertyRemovedEvent
 
edgeRemovalNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Edge.Exceptions
 
edgeRemoved(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
edgeRemoved(Edge) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after an Edge was removed from the graph.
EdgeRemovedEvent(Edge) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgeRemovedEvent
 
edges - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
Configures the edge to traverse when calculating the pagerank.
edges - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRank
Configures the edge to traverse when calculating the pagerank.
edges - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
Configures the edge to traverse when determining clusters.
edges - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
Configures the direction or traversal to use to filter the edges traversed during the shortest path search phase.
edges(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
edges(Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Get the Edge objects in this graph with the provided edge ids or Edge objects.
edges(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
edges(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
edges(Traversal.Admin<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram.Builder
 
edges(Traversal.Admin<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
edges(Traversal.Admin<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
edges(Traversal<Edge, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.Builder
The traversal predicate that defines the edges to include in the subgraph.
edges(Traversal<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
edges(Traversal<Vertex, Edge>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Add a filter that will limit which edges of the vertices are loaded from the graph source.
edges(Traversal<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
edges(Direction, String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Gets an Iterator of incident edges.
EDGES - org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Write vertex, vertex properties, and edges to the GraphComputer.ResultGraph.
EDGES - org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
 
EDGES - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
EDGES - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
EDGES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
EDGES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
EdgeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
EdgeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.EdgeSerializer
 
EdgeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.EdgeSerializer
 
EdgeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.EdgeSerializer
 
edgeString(Edge) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Edge.
edgeTraversal(Traversal<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
EdgeVertexStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
EdgeVertexStep(Traversal.Admin, Direction) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
edgeWithIdAlreadyExists(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
eitherAreNaN(Object, Object) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
element - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
element() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
element() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
element() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map a Property to its Element.
element() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
element() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
Get the element that this property is associated with.
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
element() - Method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
Gets the Vertex that owns this VertexProperty.
Element - Interface in org.apache.tinkerpop.gremlin.structure
An Element is the base class for both Vertex and Edge.
ELEMENT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ELEMENT_COMPARATOR - Static variable in class org.apache.tinkerpop.gremlin.structure.util.Comparators
Sorts Element objects by the toString() value of Element.id() using String.CASE_INSENSITIVE_ORDER.
ELEMENT_COUNT_ID - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
The MetricsId used to obtain the element count via Metrics.getCount(String countKey)
Element.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with an element.
ElementFunctionComparator<V> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ElementFunctionComparator(Function<Element, V>, Comparator<V>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementFunctionComparator
 
ElementHelper - Class in org.apache.tinkerpop.gremlin.structure.util
Utility class supporting common functions for Element.
ElementIdStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Provides a degree of control over element identifier assignment as some graphs don't provide that feature.
ElementIdStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
elementMap - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
elementMap(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
elementMap(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to a Map of the property values key'd according to their Property.key().
ElementMapStep<K,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Converts a Element to a Map.
ElementMapStep(Traversal.Admin, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
ElementPropertyChangedEvent(Element, Property, Object, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.ElementPropertyChangedEvent
 
ElementPropertyEvent(Element, Property, Object, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.ElementPropertyEvent
 
ElementStep<P extends Property,​E extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Traverse from a Property to its Element.
ElementStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementStep
 
ElementValueComparator<V> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ElementValueComparator(String, Comparator<V>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementValueComparator
 
EmbeddedRemoteConnection - Class in org.apache.tinkerpop.gremlin.process.remote
Allows a RemoteConnection to be submitted to a "local" Graph instance thus simulating a connection to a remote source.
EmbeddedRemoteConnection(GraphTraversalSource) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.EmbeddedRemoteConnection
 
EmbeddedRemoteTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.remote.traversal
Generated by the EmbeddedRemoteConnection to help simulate a remote traversal execution within the same JVM.
EmbeddedRemoteTraversal(Traversal<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.EmbeddedRemoteTraversal
 
emit - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
emit() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
emit() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Emit is used in conjunction with GraphTraversal.repeat(Traversal) to emit all objects from the loop.
emit(Predicate<Traverser<A>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
emit(Predicate<Traverser<E>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Emit is used in conjunction with GraphTraversal.repeat(Traversal) to determine what objects get emit from the loop.
emit(K, V) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.MapEmitter
 
emit(OK, OV) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitter
 
emit(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
emit(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Emit is used in conjunction with GraphTraversal.repeat(Traversal) to determine what objects get emit from the loop.
emit(OV) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitter
A default method that assumes the key is MapReduce.NullObject.
emit(V) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.MapEmitter
A default method that assumes the key is MapReduce.NullObject.
emitFirst - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
empty() - Static method in interface org.apache.tinkerpop.gremlin.structure.Property
Create an empty property that is not present.
empty() - Static method in interface org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
 
empty() - Static method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
Constructs an empty VertexProperty.
EMPTY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
EMPTY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
An empty OptionsStrategy with no configuration values inside.
EMPTY - Static variable in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
Empty instance, for the Graph interface.
EMPTY_ARGS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Vertex
 
EMPTY_RESULT - Static variable in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker
An empty result whose properties return as empty.
EmptyGraph - Class in org.apache.tinkerpop.gremlin.structure.util.empty
 
EmptyGraph.EmptyGraphFactory - Class in org.apache.tinkerpop.gremlin.structure.util.empty
EmptyGraph doesn't have a standard open() method because it is a singleton.
EmptyGraph.EmptyGraphFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Edge features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Edge property features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Vertex features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Graph features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Vertex features defined such that they support immutability but allow all other possibilities.
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.empty
Vertex Property features defined such that they support immutability but allow all other possibilities.
EmptyGraphEdgeFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
 
EmptyGraphEdgePropertyFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures
 
EmptyGraphElementFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
 
EmptyGraphFactory() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFactory
 
EmptyGraphGraphFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
EmptyGraphVertexFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
 
EmptyGraphVertexPropertyFeatures() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
 
EmptyIterator<S> - Class in org.apache.tinkerpop.gremlin.util.iterator
 
EmptyMemory - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
EmptyPath - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
EmptyProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.empty
 
EmptyStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
EmptyTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
EmptyTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
EmptyTraversalSideEffects - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
EmptyTraversalStrategies - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
EmptyTraverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
A Traverser with no bulk which effectively means that it will no longer be propagated through a Traversal.
EmptyTraverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
EmptyVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.empty
 
EmptyVertexProperty() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
END - org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
 
endingWith - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string ends with the second.
endingWith(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does start with the given value.
endsCount - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
EndStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep
 
endsWithElement(Step<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.MessagePassingReductionStrategy
 
engine - Variable in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
enumImports(Enum...) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
enumImports(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
EnumSerializer<E extends Enum> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
Generalized serializer for {#code Enum} value types.
epsilon(double) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
eq - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is equal to the second per Gremlin Comparison semantics.
eq(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if values are equal.
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ConstantTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.IdentityTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TrueTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LoopsStep
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
equals(Object, Object) - Method in class org.apache.tinkerpop.gremlin.util.GremlinValueComparator
Equals(a,b) is defined differently for Comparablity (equality) vs.
equals(Bytecode) - Method in enum org.apache.tinkerpop.gremlin.process.traversal.GraphOp
 
equals(Step, boolean) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Compare the current step with another step.
equals(Traversal.Admin<S, E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
 
equals(B_LP_O_P_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
equals(B_LP_O_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
equals(B_O_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
equals(B_O_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
equals(LP_O_OB_P_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
equals(LP_O_OB_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
equals(O_OB_S_SE_SL_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
equals(O_Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
errPrintln(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.GremlinShellEnvironment
 
eval(Reader, ScriptContext) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
 
eval(String, ScriptContext) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
Gremlin scripts evaluated by the grammar must be bound to "g" and should evaluate to a "g" in the ScriptContext that is of type TraversalSource
eval(Bytecode, String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine
Evaluates Traversal Bytecode against a traversal source in the global bindings of the ScriptEngine.
eval(Bytecode, Bindings, String) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
Bytecode is evaluated by the JavaTranslator.
eval(Bytecode, Bindings, String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine
Evaluates Traversal Bytecode with the specified Bindings.
Event - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
A representation of some action that occurs on a Graph for a Traversal.
Event.EdgeAddedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where an Edge is added to the Graph.
Event.EdgePropertyChangedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where an Edge Property is added/modified.
Event.EdgePropertyRemovedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where an Edge Property is removed.
Event.EdgeRemovedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where an Edge is removed from the Graph.
Event.ElementPropertyChangedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
A base class for Property mutation events.
Event.ElementPropertyEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
A base class for Property mutation events.
Event.VertexAddedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a Vertex is added to the Graph.
Event.VertexPropertyChangedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a VertexProperty is modified on a Vertex.
Event.VertexPropertyPropertyChangedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a Property is modified on a VertexProperty.
Event.VertexPropertyPropertyRemovedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a Property is removed from a VertexProperty.
Event.VertexPropertyRemovedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a Property is removed from a Vertex.
Event.VertexRemovedEvent - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Represents an action where a Vertex is removed from the Graph.
EventCallback<E extends Event> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
A Consumer function definition for consuming Event objects raised from Step objects at the time of execution.
eventQueue(EventStrategy.EventQueue) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Builder
 
EventStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
A strategy that raises events when Mutating steps are encountered and successfully executed.
EventStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
EventStrategy.DefaultEventQueue - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Immediately notifies all listeners as events arrive.
EventStrategy.Detacher - Interface in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
A common interface for detachment.
EventStrategy.Detachment - Enum in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Options for detaching elements from the graph during eventing.
EventStrategy.EventQueue - Interface in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Gathers messages from callbacks and fires them to listeners.
EventStrategy.EventStrategyCallback - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
EventStrategy.TransactionalEventQueue - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Stores events in a queue that builds up until the transaction is committed which then fires them in the order they were received.
EventStrategyCallback(EventStrategy.EventQueue) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.EventStrategyCallback
 
ExceptionHelper - Class in org.apache.tinkerpop.gremlin.util
Utility class with helpful functions for exceptions.
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Traversal.Exceptions
 
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects.Exceptions
 
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
Exceptions() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.Io.Exceptions
 
execute(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.GremlinShellEnvironment
 
execute(Service.ServiceCallContext, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
List or describe any registered callable services.
execute(Service.ServiceCallContext, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Execute a Start service call.
execute(Service.ServiceCallContext, Map) - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
execute(Service.ServiceCallContext, Traverser.Admin<I>, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Execute a Streaming service call with one upstream input.
execute(Service.ServiceCallContext, TraverserSet<I>, Map) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Execute a Barrier service call with all upstream input.
execute(Vertex, Messenger<Double>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
execute(Vertex, Messenger<String>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
execute(Vertex, Messenger<M>, Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
This method denotes the main body of the computation and is executed on each vertex in the graph.
execute(Vertex, Messenger<TraverserSet<Object>>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
execute(Vertex, Messenger<Pair<Serializable, Double>>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
execute(Vertex, Messenger<Triplet<Path, Edge, Number>>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
execute(Vertex, Messenger<Tuple>, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
EXECUTE - org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
exists(String) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
Whether the key exists in the memory.
exists(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
exists(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Return true if the key is a registered side-effect.
exists(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Return true if the key is a registered side-effect.
exists(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Determine whether the specified location has a data source.
ExpandableStepIterator<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ExpandableStepIterator(Step<S, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
ExpandableStepIterator(Step<S, ?>, TraverserSet<S>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
explain() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Return a TraversalExplanation that shows how this traversal will mutate with each applied TraversalStrategy.
extend(Object, Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Add a new step to the path with an object and any number of associated labels.
extend(Object, Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
extend(Object, Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
extend(Object, Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
extend(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Add labels to the head of the path.
extend(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
extend(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
extend(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 

F

fail - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
fail() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
fail() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When triggered, immediately throws a RuntimeException which implements the Failure interface.
fail(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
fail(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When triggered, immediately throws a RuntimeException which implements the Failure interface.
FailException(Traversal.Admin, Traverser.Admin, String, Map<String, Object>) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep.FailException
 
FailStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Triggers an immediate failure of the traversal by throwing a RuntimeException.
FailStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
FailStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
FailStep(Traversal.Admin, String, Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
FailStep.FailException - Exception in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Default Failure implementation that is thrown by FailStep.
Failure - Interface in org.apache.tinkerpop.gremlin.process.traversal
 
FastNoSuchElementException - Exception in org.apache.tinkerpop.gremlin.process.traversal.util
Retrieve a singleton, fast NoSuchElementException without a stack trace.
FEATURE_ADD_EDGES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
 
FEATURE_ADD_PROPERTY - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_ADD_VERTICES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_ANY_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_ANY_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_BOOLEAN_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BOOLEAN_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BYTE_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BYTE_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_COMPUTER - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_CONCURRENT_ACCESS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_CUSTOM_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_CUSTOM_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_DOUBLE_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_DOUBLE_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_DUPLICATE_MULTI_PROPERTIES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_FLOAT_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_FLOAT_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_INTEGER_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_INTEGER_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_IO_READ - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_IO_WRITE - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_LONG_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_LONG_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_MAP_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_META_PROPERTIES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_MIXED_LIST_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_MULTI_PROPERTIES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_NULL_PROPERTY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_NULL_PROPERTY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_NUMERIC_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_NUMERIC_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_ORDERABILITY_SEMANTICS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_PERSISTENCE - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_PROPERTIES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
 
FEATURE_REMOVE_EDGES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
 
FEATURE_REMOVE_PROPERTY - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_REMOVE_PROPERTY - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_REMOVE_VERTICES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_SERIALIZABLE_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_SERVICE_CALL - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_STRING_ARRAY_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_STRING_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_STRING_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_STRING_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_THREADED_TRANSACTIONS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_TRANSACTIONS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_UNIFORM_LIST_VALUES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_UPSERT - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
 
FEATURE_UPSERT - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_USER_SUPPLIED_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_USER_SUPPLIED_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_UUID_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_UUID_IDS - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_VARIABLES - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
 
FeatureDescriptor - Annotation Type in org.apache.tinkerpop.gremlin.structure.util
A annotation for feature methods.
features() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
 
features() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Gets the Graph.Features exposed by the underlying Graph implementation.
features() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
features() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
featureString(Graph.Features) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
fieldsImports(Field...) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
fieldsImports(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
FILE_SEPARATOR - Static variable in interface org.apache.tinkerpop.gremlin.structure.io.Storage
The file and directory names separator in this uniform UNIX-like abstract file system
files(List<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin.Builder
 
fill(C) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Add all the results of the traversal to the provided collection.
fill(Iterator<T>, S) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
fillInStackTrace() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.util.FastNoSuchElementException
 
filter - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
filter(Iterable<S>, Predicate<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
filter(Predicate<Traverser<A>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
filter(Predicate<Traverser<E>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to either true or false, where false will not pass the traverser to the next step.
filter(Iterator<S>, Predicate<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
filter(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
filter(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to either true or false, where false will not pass the traverser to the next step.
filter(Traverser.Admin<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.AndStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ClassFilterStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DropStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.LambdaFilterStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NoneStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.OrStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
filter(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
filterInstructions(Bytecode, Predicate<Bytecode.Instruction>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
 
FilterRankingStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
FilterRankingStrategy reorders filter- and order-steps according to their rank.
FilterStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
FilterStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep
 
FINAL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
find(Class<? extends Io>) - Method in class org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry
Find a list of all the serializers registered to an Io class by the Graph.
find(Class<? extends Io>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.IoRegistry
Find a list of all the serializers registered to an Io class by the Graph.
find(Class<? extends Io>, Class<S>) - Method in class org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry
Find a list of all the serializers, of a particular type, registered to an Io class by the Graph.
find(Class<? extends Io>, Class<S>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.IoRegistry
Find a list of all the serializers, of a particular type, registered to an Io class by the Graph.
findFirst(Iterator<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
findPossibleTraversalSteps(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
Returns a list of Step which can be added to the traversal for the provided operator.
findStrategies(Bytecode, Class<A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
Parses Bytecode to find TraversalStrategy objects added in the source instructions.
finish(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgeAddedEvent
 
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.EdgeRemovedEvent
 
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.ElementPropertyEvent
 
fireEvent(Iterator<MutationListener>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event
An Event publishes its action to all the event MutationListener objects.
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexAddedEvent
 
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyRemovedEvent
 
fireEvent(Iterator<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexRemovedEvent
 
fireOnCommit() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
fireOnCommit() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
fireOnCommit() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Called within AbstractTransaction.commit() just after the internal call to AbstractTransaction.doCommit().
fireOnRollback() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
fireOnRollback() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
fireOnRollback() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Called within AbstractTransaction.rollback() just after the internal call to AbstractTransaction.doRollback() ()}.
first - org.apache.tinkerpop.gremlin.process.traversal.Pop
The first item in an ordered collection (i.e.
first - Variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
first - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
first - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
first - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
flatMap - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
flatMap(Function<Traverser<A>, Iterator<B>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
flatMap(Function<Traverser<E>, Iterator<E2>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map a Traverser referencing an object of type E to an iterator of objects of type E2.
flatMap(Iterator<S>, Function<S, Iterator<E>>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
flatMap(Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
flatMap(Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map a Traverser referencing an object of type E to an iterator of objects of type E2.
flatMap(Traverser.Admin<Edge>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
flatMap(Traverser.Admin<Element>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
flatMap(Traverser.Admin<Vertex>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaFlatMapStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
flatMap(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldStep
 
flatMap(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
FlatMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
FlatMapStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
 
FLOAT - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
FloatSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
floatValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
flush() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
flush() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
fold - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
fold() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
fold() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Rolls up objects in the stream into an aggregate list.
fold(B, BiFunction<B, A, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
fold(E2, BiFunction<E2, E, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Rolls up objects in the stream into an aggregate value as defined by a seed and BiFunction.
FoldBiOperator(BiFunction) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep.FoldBiOperator
 
FoldStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
FoldStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep
 
FoldStep(Traversal.Admin, Supplier<E>, BiFunction<E, S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep
 
FoldStep.FoldBiOperator<E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
forEach(BiConsumer<Object, Set<String>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
 
forEach(BiConsumer<String, V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
 
forEach(BiConsumer<S, Long>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
forEachRemaining(Class<E2>, Consumer<E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
A traversal can be rewritten such that its defined end type E may yield objects of a different type.
forEachRemaining(Consumer<? super E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
 
format() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
Gets the Failure as a formatted string representation.
format(Instant) - Static method in class org.apache.tinkerpop.gremlin.util.DatetimeHelper
Formats an Instant to a form of 2018-03-22T00:35:44Z at UTC.
forProperties() - Method in enum org.apache.tinkerpop.gremlin.structure.PropertyType
 
forProperty(BeanProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
forProperty(BeanProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
forValues() - Method in enum org.apache.tinkerpop.gremlin.structure.PropertyType
 
from - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
from - Static variable in enum org.apache.tinkerpop.gremlin.structure.Direction
Friendly alias to Direction.OUT
from(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provide from()-modulation to respective steps.
from(Configuration) - Static method in interface org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
Create a RemoteConnection from a Configuration object.
from(Bytecode.Instruction) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
from(Traversal<?, Vertex>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When used as a modifier to GraphTraversal.addE(String) this method specifies the traversal to use for selecting the outgoing vertex of the newly added Edge.
from(Vertex) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When used as a modifier to GraphTraversal.addE(String) this method specifies the traversal to use for selecting the outgoing vertex of the newly added Edge.
fromLabel - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
fromString(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.T
 
FromToModulating - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
FromToModulating are for Steps that support from()- and to()-modulation.
function(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
function(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
FunctionComparator<A,​B> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
FunctionComparator(Function<A, B>, Comparator<B>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.FunctionComparator
 
FunctionTraverser<A,​B> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
FunctionTraverser(Function<A, B>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.FunctionTraverser
 
FunctionUtils - Class in org.apache.tinkerpop.gremlin.util.function
 
future - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
future - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 

G

g - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraverserGenerator
 
generateFinalResult(E) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
 
generateFinalResult(Iterator<KeyValue<Serializable, Long>>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
generateFinalResult(Iterator<KeyValue<Object, Double>>) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Integer>>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
generateFinalResult(Iterator<KeyValue<RK, RV>>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The key/value pairs emitted by reduce() (or map() in a map-only job) can be iterated to generate a local JVM Java object.
generateFinalResult(Map<K, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
generateFinalResult(Map<K, V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
generateFinalResult(DefaultTraversalMetrics) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
generateFinalResult(S) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Generating
Post-process the side-effect and return the post-processed side-effect.
generateIterator(Iterator<S>, Step<S, ?>, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraverserGenerator
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ProgramVertexProgramStep
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
generateProgram(Graph, Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
generateProgram(Graph, Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.traversal.step.VertexComputing
Generate the VertexProgram.
generateSeedFromStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
Advances the starts until a non-null value is found or simply returns null.
generateSeedFromStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep
Advances the starts until a non-null value is found or simply returns null.
generateSeedFromStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
If the seedSupplier is null then this method is called.
generateTempFile(Class<?>, String, String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Creates a File reference in the path returned from TestSupport.makeTestDataPath(java.lang.Class<?>, java.lang.String...) in a subdirectory called temp.
generateTempFileFromResource(Class<?>, Class<?>, String, String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Copies a file stored as part of a resource to the file system in the path returned from TestSupport.makeTestDataPath(java.lang.Class<?>, java.lang.String...) in a subdirectory called temp/resources.
generateTempFileFromResource(Class<?>, Class<?>, String, String, boolean) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Copies a file stored as part of a resource to the file system in the path returned from TestSupport.makeTestDataPath(java.lang.Class<?>, java.lang.String...) in a subdirectory called temp/resources.
generateTempFileFromResource(Class<?>, String, String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Copies a file stored as part of a resource to the file system in the path returned from TestSupport.makeTestDataPath(java.lang.Class<?>, java.lang.String...) in a subdirectory called temp/resources.
generateTraverser(T) - Method in class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
Generating<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A Generating step is one that has a side-effect that needs post-processing prior to being returned.
generator - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
GenericLiteralVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Visitor class to handle generic literal.
GenericLiteralVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
get() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local.ReverseTraversalSupplier
 
get() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Get the object that the traverser is current at.
get() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
get() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
get() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
get() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
get() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalProduct
 
get() - Method in interface org.apache.tinkerpop.gremlin.structure.util.Attachable
Get the raw object trying to be attached.
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferencePath
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
get() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.ArrayListSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.BulkSetSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.ConstantSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.DefaultTraversalMetricsSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.HashMapSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.HashSetSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.ZeroArgLambda
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.MeanNumberSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.MutableMetricsSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
get() - Method in interface org.apache.tinkerpop.gremlin.util.function.ThrowingSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.TraverserSetSupplier
 
get() - Method in class org.apache.tinkerpop.gremlin.util.function.TreeSupplier
 
get(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Get the object associated with the specified index into the path.
get(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
get(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
get(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
get(int) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.binary.DataType
Gets a DataType by code.
get(I) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
Gets a collection of Traverser objects that contain the specified value.
get(Object, Supplier<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets the value of a key and if that key isn't present returns the default value from the Supplier.
get(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Gets the value for the specified key in the global scope.
get(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Gets the value for the specified key in the global scope.
get(String) - Static method in class org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCache
 
get(String) - Static method in class org.apache.tinkerpop.gremlin.jsr223.SingleGremlinScriptEngineManager
Delegates calls to the CachedGremlinScriptEngineManager instance ensuring that the same instance is returned for each ScriptEngine requested.
get(String) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
Get the value associated with the provided key.
get(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
get(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
get(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
get(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
get(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Get the object associated with the particular label of the path.
get(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
get(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Get the sideEffect associated with the provided key.
get(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Get the sideEffect associated with the provided key.
get(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
get(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Gets a variable.
get(String, boolean, Map) - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
Lookup a service by name.
get(Map<K, Set<V>>, K) - Static method in class org.apache.tinkerpop.gremlin.util.MultiMap
 
get(Pop, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Pop the object(s) associated with the label of the path.
get(Pop, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
get(Pop, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
get(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
get(Traverser.Admin<S>, Object, Supplier<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets the list of values for a key, while resolving the values of any parameters that are Traversal objects.
get(Host) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
get(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
getAccessor() - Method in enum org.apache.tinkerpop.gremlin.structure.T
 
getAllowedTokens() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
getAllowedTokens() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getAllowedTokens() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
getAnnotation(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getAnnotation(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Obtain the annotation with the specified key.
getAnnotations() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getAnnotations() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Obtain the annotations for this Metrics.
getAnonymousTraversalClass() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
getAnonymousTraversalClass() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
 
getAnonymousTraversalPrefix() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Gets the syntax for the spawn of an anonymous traversal which is traditionally the double underscore.
getArguments() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
 
getAttribute(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getAttribute(String, int) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getAttributesScope(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getBarrierConsumer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaCollectingBarrierStep
 
getBaseEdge() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
getBaseEdge() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedEdge
 
getBaseElement() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
getBaseElement() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedElement
 
getBaseGraph() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedGraph
 
getBaseProperty() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
getBaseProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedProperty
 
getBaseVariables() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedVariables
 
getBaseVertex() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
getBaseVertex() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
getBaseVertex() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedVertex
 
getBaseVertexProperty() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
getBaseVertexProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedVertexProperty
 
getBindings() - Method in interface org.apache.tinkerpop.gremlin.jsr223.BindingsCustomizer
Gets the bindings to add to a GremlinScriptEngine.
getBindings() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultBindingsCustomizer
 
getBindings() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Gets the bindings of the Bindings in global scope.
getBindings() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Gets the bindings of the Bindings in global scope.
getBindings() - Method in class org.apache.tinkerpop.gremlin.jsr223.LazyBindingsCustomizer
 
getBindings() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Get all the bindings (in a nested, recursive manner) from all the arguments of all the instructions of this bytecode.
getBindings(int) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getBiOperator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
getBiPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
getBiPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
getBoundKeyOrAssign(boolean, V) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
getBoundVariable(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Bindings
 
getBuilder() - Method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
 
getBundle(Traversal.Admin<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
getBypassTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
getBytecode() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.GraphOp
Gets the Bytecode that represents this graph operation.
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
getBytecode() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the Bytecode associated with the construction of this traversal.
getBytecode() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Get the Bytecode associated with the current state of this traversal source.
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getBytecode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getBytes(int, byte[]) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers this buffer's data to the specified destination starting at the specified absolute index.
getByTraversals() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getCallbacks() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.CallbackRegistry
 
getCallbacks() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ListCallbackRegistry
 
getCardinality() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
getCardinality() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getCardinality(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Gets the VertexProperty.Cardinality for a key.
getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
 
getClassFromObject(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
We force only **one** translation of a Java object to a domain specific object.
getClassFromObject(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV2
 
getClassFromObject(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV3
 
getClassImports() - Static method in class org.apache.tinkerpop.gremlin.jsr223.CoreImports
 
getClassImports() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
 
getClassImports() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of classes to be imported to the GremlinScriptEngine.
getClassPackages() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of packages from the ImportCustomizer.getClassImports().
getClassResolverMaker() - Method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
getCode() - Method in enum org.apache.tinkerpop.gremlin.structure.io.binary.DataType
Gets the data type code.
getCodeByte() - Method in enum org.apache.tinkerpop.gremlin.structure.io.binary.DataType
Gets the data type code.
getColumn() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
getComparator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.FunctionComparator
 
getComparators() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ComparatorHolder
Get the comparators associated with this holder.
getComparators() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
getComparators() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
getComputer() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
getComputer() - Method in interface org.apache.tinkerpop.gremlin.process.computer.traversal.step.VertexComputing
Get the Computer for generating the GraphComputer.
getComputer(TraversalStrategies) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
getConfiguration() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy
 
getConfiguration() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
Get the configuration representation of this strategy.
getConnective() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getConstant() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConstantStep
 
getConsumer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.LambdaSideEffectStep
 
getCount(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getCount(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Get the count for the corresponding countKey.
getCounts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getCounts() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Get the map of all counters.
getCustomizers() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
Gets the list of all Customizer implementations to assign to a new GremlinScriptEngine.
getCustomizers(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 
getCustomizers(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.CoreGremlinPlugin
 
getCustomizers(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
 
getCustomizers(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
Gets the list of Customizer implementations to assign to a new GremlinScriptEngine.
getCustomizers(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Get the list of Customizer instances filtered by the scriptEngineName.
getDataType() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
getDataType() - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
Gets the DataType that is represented by the given TypeSerializer.
getDefaultImpl() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
getDescForKnownTypeIds() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
getDetachment() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy
 
getDirection() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
getDirection() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
getDirection() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.DirectionalStarGraph
 
getDuration(TimeUnit) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
getDuration(TimeUnit) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getDuration(TimeUnit) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Get the duration of execution time taken.
getDuration(TimeUnit) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
Get the total duration taken by the Traversal.
getEdge(Attachable<Edge>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getEdge(Attachable<Edge>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getEdgeCriterion() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
getEdgeFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Get the edge filter associated with this graph filter.
getEdgeFilter(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.GraphFilterStrategy
 
getEdgeFunction() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
getEdgeLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
getEdges() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getElementFunction() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementFunctionComparator
 
getElementId(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getElementLabel(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getEmitTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getEndLabel(Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
getEndStep() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the end/tail of the traversal.
getEndStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getEngineByExtension(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.CachedGremlinScriptEngineManager
Gets a GremlinScriptEngine from cache or creates a new one from the GremlinScriptEngineFactory.
getEngineByExtension(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Look up and create a GremlinScriptEngine for a given extension.
getEngineByExtension(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Look up and create a GremlinScriptEngine for a given extension.
getEngineByMimeType(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.CachedGremlinScriptEngineManager
Gets a GremlinScriptEngine from cache or creates a new one from the GremlinScriptEngineFactory.
getEngineByMimeType(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Look up and create a GremlinScriptEngine for a given mime type.
getEngineByMimeType(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Look up and create a GremlinScriptEngine for a given mime type.
getEngineByName(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.CachedGremlinScriptEngineManager
Gets a GremlinScriptEngine from cache or creates a new one from the GremlinScriptEngineFactory.
getEngineByName(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Looks up and creates a GremlinScriptEngine for a given name.
getEngineByName(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Looks up and creates a GremlinScriptEngine for a given name.
getEngineFactories() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Returns a list whose elements are instances of all the GremlinScriptEngineFactory classes found by the discovery mechanism.
getEngineFactories() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Returns a list whose elements are instances of all the GremlinScriptEngineFactory classes found by the discovery mechanism.
getEngineName() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getEngineVersion() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getEnumClasses() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of classes from the ImportCustomizer.getEnumImports().
getEnumImports() - Static method in class org.apache.tinkerpop.gremlin.jsr223.CoreImports
 
getEnumImports() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
 
getEnumImports() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of enums to be imported to the GremlinScriptEngine.
getErrorWriter() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getExpression() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
 
getExtensions() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getFactory() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
 
getFactory() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine
 
getFeatures() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getFeatures() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getFeatures() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getFeatures() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getFeatures() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getFeatures() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
 
getFieldClasses() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of fields from the ImportCustomizer.getFieldImports().
getFieldImports() - Static method in class org.apache.tinkerpop.gremlin.jsr223.CoreImports
 
getFieldImports() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
 
getFieldImports() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of fields to be imported to the GremlinScriptEngine.
getFile() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting
Get the file location to write to.
getFile() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
getFilterTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
getFinal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
getFirstStepOfAssignableClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getFromLabel() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getFromLabel() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
getFunction() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaFlatMapStep
 
getFunction() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.FunctionComparator
 
getFunctionOfShadedKryo() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
 
getGlobalChildren() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
getGlobalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
getGlobalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getGlobalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getGlobalChildren() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getGraph() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Gets the Graph instance associated directly to this Traversal or through its parent.
getGraph() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Get the Graph associated with this traversal source.
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getGraph() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getGraphComputerClass() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getHaltedTraverserFactory() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
getHasContainers() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
getHasContainers() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.HasContainerHolder
 
getHighestCommonNumberClass(boolean, Number...) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
getHighestCommonNumberClass(Number...) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
getHighRange() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
getHighRange() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
getHighRange() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Ranging
 
getHostingVertex(Object) - Static method in interface org.apache.tinkerpop.gremlin.structure.util.Host
Extracts the Vertex that is holding the specified object.
getId() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the unique id of this step.
getId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getId() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Id of this Metrics.
getId() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
 
getIdMaker() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
getIdPropertyKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
getIds() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
getIdToType() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
getIdValue(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Extracts the value of the T.id key from the list of arguments.
getImmutableClone() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Gets a copy of the metrics that is immutable.
getIncidentTraversal() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
getIncludedTokens() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getIndexer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
getIndexerType() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
Gets the type of indexer that is configured for this step.
getInjections() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.InjectStep
 
getInstructions() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Get both the TraversalSource and Traversal instructions of this bytecode.
getIntermediates() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
First string is the traversal strategy, the second is the category and the third is the traversal representation at that point.
getIntermediates() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getIntermediates() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
getInVTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
Gets the traversal that will be used to provide the Map that will be used to identify the Direction.IN vertex during merge.
getIteration() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
Get the current iteration number.
getIteration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
getIteration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
getIteration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
getKeepLabels() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor
 
getKeepLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
getKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.KeyValue
 
getKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
getKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
getKey() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException
 
getKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
getKeys(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Gets the list of keys from the key values.
getKeyTraversal() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
Determines if the provided traversal is equal to the key traversal that the Grouping has.
getKeyTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
getKeyTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
getKeyValues(Traverser.Admin<S>, Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets the array of keys/values of the parameters while resolving parameter values that contain Traversal instances.
getLabels() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the labels of this step.
getLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getLabels(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getLabelValue(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Extracts the value of the T.label key from the list of arguments.
getLambdaArguments() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
getLambdaArguments() - Method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
getLambdaLanguage() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
getLambdaLanguage() - Method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
getLambdaLanguage(Bytecode) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
 
getLambdaScript() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
getLambdaScript() - Method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
getLanguageName() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getLanguageVersion() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getLastStepOfAssignableClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getLeafObjects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
getLeafTrees() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
getLegallyPositiveEdgeLabels(Direction) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
For a particular edge directionality, get all the GraphFilter.Legal.YES or GraphFilter.Legal.MAYBE edge labels.
getLimit() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
getLocalChildren() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
getLocalChildren() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
getLoopNames() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
If this traverser supports loops then return the loop names if any.
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
getLoopNames() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
getLowRange() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
getLowRange() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
getLowRange() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Ranging
 
getMapFunction() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaMapStep
 
getMapKeySort() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
If a Comparator is provided, then all pairs leaving the MapReduce.MapEmitter are sorted.
getMapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
getMapReduce() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.MapReducer
 
getMapReducers() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMapReducers() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The set of MapReduce jobs that are associated with the VertexProgram.
getMatchAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getMatchEndLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getMatchKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
getMatchStartLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getMaterializeProperties() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker.Result
Gets the value of the materializeProperties supplied using the GraphTraversal.with(String, Object) source step.
getMaxBarrierSize() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
getMaxBarrierSize() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Return the max barrier size.
getMaxLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
getMaxRequirement() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getMaxRequirement() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
getMaxRequirement() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getMaxRequirement() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor
 
getMaxWorkers() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
getMechanism() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
getMemoryComputeKey() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.LocalBarrier
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
getMemoryComputeKey() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.MemoryComputing
The MemoryComputeKey that will be used by this step.
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
getMemoryComputeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
getMemoryComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getMemoryComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getMemoryComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getMemoryComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getMemoryComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMemoryComputeKeys() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The Memory keys that will be used during the computation.
getMemoryComputeKeys(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getMemoryKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
getMemoryKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
getMemoryKey() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The results of the MapReduce job are associated with a memory-key to ultimately be stored in Memory.
getMemoryKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
getMemorySideEffectsPhase(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getMergedParams() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getMergedParams(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getMergedParams(TraverserSet<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getMergeTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Gets the traversal that will be used to provide the Map that will be used to search for elements.
getMessage() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
 
getMessageCombiner() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getMessageCombiner() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMessageCombiner() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
Combine the messages in route to a particular vertex.
getMessageFromExceptionOrCause(Throwable) - Static method in class org.apache.tinkerpop.gremlin.util.ExceptionHelper
 
getMessageOrName(Throwable) - Static method in class org.apache.tinkerpop.gremlin.util.ExceptionHelper
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getMessageScopes(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMessageScopes(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
This method returns all the MessageScope possibilities for a particular iteration of the vertex program.
getMetadata() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
 
getMetadata() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep.FailException
 
getMethodCallSyntax(String, String, String...) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngineFactory
 
getMethodClasses() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of classes from the ImportCustomizer.getMethodImports().
getMethodImports() - Static method in class org.apache.tinkerpop.gremlin.jsr223.CoreImports
 
getMethodImports() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultImportCustomizer
 
getMethodImports() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer
Gets the set of static methods to be imported to the GremlinScriptEngine.
getMetrics() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
Returns Optional.empty() if traversal is not iterated or if not locked after strategy application.
getMetrics() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
getMetrics() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
Gets all the metrics.
getMetrics(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
getMetrics(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
Get an individual Metrics object by the index of the profiled Step.
getMetrics(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
getMetrics(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
Get an individual Metrics object by the id of the profiled Step.
getMimeTypes() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getMode() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting
 
getMode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DropStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getMutatingCallbackRegistry() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Mutating
Gets the callback registry for events that the step raises.
getMutatingCallbackRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getName() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 
getName() - Method in class org.apache.tinkerpop.gremlin.jsr223.CoreGremlinPlugin
 
getName() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
The name of the module.
getName() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getName() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Name of this Metrics.
getName() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
getName() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Get the name of this service.
getNames() - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getNested() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getNested() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Get the nested Metrics objects.
getNested(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
getNested(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Get a nested Metrics object by Id.
getNested(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
getNestedTraversalList(GremlinParser.NestedTraversalListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
getNextStep() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the next step to the current step.
getNextStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getNextStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getNullableScopeValue(Pop, String, Traverser.Admin<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
Calls Scoping.getScopeValue(Pop, Object, Traverser.Admin) and returns null if the key is not found.
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getNullSyntax() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Gets the syntax for a null value as a string representation.
getObjectsAtDepth(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
getOnCreateTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Gets the traversal that will be used to provide the Map that will be used to create elements that do not match the search criteria of MergeStep.getMergeTraversal().
getOnMatchTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Gets the traversal that will be used to provide the Map that will be used to modify elements that match the search criteria of MergeStep.getMergeTraversal().
getOpenIteratorCount() - Method in class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
getOperator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
 
getOptions() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy
Gets the options on the strategy as an immutable Map.
getOrCreate(Host) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getOriginalTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getOriginalTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
Get the original Traversal used to create this explanation.
getOriginalTraversalAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
getOriginalTraversalAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getOriginalTraversalAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
getOriginalValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
Gets the original value used at time of construction of the P.
getOutputStatement(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngineFactory
 
getOutVTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
Gets the traversal that will be used to provide the Map that will be used to identify the Direction.OUT vertex during merge.
getParameter(String) - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DropStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
getParameters() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
Gets the parameters on the step.
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getParameters() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
getParent() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getParent() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getParent() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the TraversalParent Step that is the parent of this traversal.
getParent() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getParent() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getPartitionKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
getPattern() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
getPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getPersistState(Optional<VertexProgram>, Optional<GraphComputer.Persist>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
getPop() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
getPop() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getPop() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
getPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
getPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.LambdaFilterStep
 
getPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getPredicate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
getPredicateName() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
getPredicateName() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate
Gets predicate name that can be used for serialization.
getPredicateName() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
getPredicates() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getPreferredPersist() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getPreferredPersist() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getPreferredResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getPreferredResultGraph() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
 
getPreviousStep() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the step prior to the current step.
getPreviousStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getPreviousStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getPriority() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimService
Returns this service's relative priority number.
getProgram(String...) - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
Statements are concatenated together by a line feed.
getProjections() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
getProjectKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
getProperties(Element, boolean, boolean, Set<String>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Retrieve the properties associated with a particular element.
getProperty(Attachable<Property>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getProperty(Attachable<Property>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getPropertyKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
getPropertyKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementValueComparator
 
getPropertyKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
getPropertyKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
getPropertyKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getPropertyName() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
getPropertyTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_TraverserGenerator
 
getProvidedRequirements() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraverserGenerator
 
getPure() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
getRaw(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets an immutable set of the parameters without evaluating them in the context of a Traverser as is done in Parameters.getKeyValues(Traverser.Admin, Object...).
getReader() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getReader() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryMapper
 
getReadPartitions() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
getReduceKeySort() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
If a Comparator is provided, then all pairs leaving the MapReduce.ReduceEmitter are sorted.
getReducer() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
getReducer(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getReducer(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Get the reducer associated with the side-effect key.
getReducer(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Get the reducer associated with the side-effect key.
getReducer(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
getReferencedLabels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets a list of all labels held in parameters that have a traversal as a value.
getReferencedLabels(Step) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.PathUtil
 
getReferencedLabelsAfterStep(Step<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.PathUtil
 
getRegisteredClasses() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
getRegistration(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
getRegistration(Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
getRegistrations() - Method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
getRemoteAcceptor(GremlinShellEnvironment) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.ConsoleCustomizer
Allows a plugin to utilize features of the :remote and :submit commands of the Gremlin Console.
getRemoteStackTrace() - Method in exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
The stacktrace produced by the remote server.
getRepeatTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getRequestId() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker.Result
Gets the value of the request identifier supplied using the GraphTraversal.with(String, Object) source step.
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ProgramVertexProgramStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
getRequirements() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Provide the necessary TraverserRequirement that must be met by the traverser in order for the step to function properly.
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.DedupLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IdStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LabelStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyKeyStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyValueStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SackStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SampleLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.RequirementsStep
 
getRequirements() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Return any TraverserRequirements necessary for this service call.
getRequirements(Service.Type) - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Return any TraverserRequirements necessary for this service call for the supplied execution Service.Type.
getRequirementsByType() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Return any TraverserRequirements necessary for this service call for each execution Service.Type it supports.
getResultGraph() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getResultGraphState(Optional<VertexProgram>, Optional<GraphComputer.ResultGraph>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
getReturnClass() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
getReturnClass() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
getReturnType() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
getReturnType() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getRootCause(Throwable) - Static method in class org.apache.tinkerpop.gremlin.util.ExceptionHelper
A wrapper to Commons Lang ExceptionUtils.getRootCause(Throwable) which ensures that the root is either an inner cause to the exception or the exception itself (rather than null).
getRootOfBuildDirectory(Class<?>) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Gets and/or creates the root of the test data directory.
getRootTraversal(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getRuntime() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
Get the amount of milliseconds the GraphComputer has been executing thus far.
getRuntime() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
getRuntime() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
getRuntime() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
getSackFunction() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
getSackInitialValue() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getSackInitialValue() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
If sacks are enabled, get the initial value of the Traverser sack.
getSackInitialValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
If sacks are enabled, get the initial value of the Traverser sack.
getSackInitialValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
getSackMerger() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getSackMerger() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
If sacks are enabled and a merge function has been specified, then get it (else get null).
getSackMerger() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
If sacks are enabled and a merge function has been specified, then get it (else get null).
getSackMerger() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
getSackSplitter() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getSackSplitter() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
If sacks are enabled and a split operator has been specified, then get it (else get null).
getSackSplitter() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
If sacks are enabled and a split operator has been specified, then get it (else get null).
getSackSplitter() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
getSafeScopeValue(Pop, Object, Traverser.Admin<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
Calls Scoping.getScopeValue(Pop, Object, Traverser.Admin) but throws an unchecked IllegalStateException if the key cannot be found.
getScope() - Method in interface org.apache.tinkerpop.gremlin.jsr223.BindingsCustomizer
Gets the scope to which the bindings apply.
getScope() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultBindingsCustomizer
 
getScope() - Method in class org.apache.tinkerpop.gremlin.jsr223.LazyBindingsCustomizer
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
getScopeKeys() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
Get the labels that this scoping step will access during the traversal
getScopeKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
getScopes() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getScopeValue(Pop, Object, Traverser.Admin<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
Finds the object with the specified key for the current traverser and throws an exception if the key cannot be found.
getScript() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
getScriptContext(Bindings) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
Creates the ScriptContext using a GremlinScriptContext which avoids a significant amount of additional object creation on script evaluation.
getScriptEngine() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngineFactory
 
getScriptEngine() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineFactory
Creates a new GremlinScriptEngine instance.
getScripts() - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultScriptCustomizer
 
getScripts() - Method in interface org.apache.tinkerpop.gremlin.jsr223.ScriptCustomizer
Gets a collection of scripts where each is represented as a list of script lines.
getSeed() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
getSeedSupplier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
Gets the provided seed supplier or provides ReducingBarrierStep.generateSeedFromStarts().
getSelectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
getSelectKey(P<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getSelectKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
Get the keys for this SelectStep.
getSelfAndChildRequirements(TraverserRequirement...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
getSerializer(Class<DT>) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry
 
getSerializer(DataType) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry
 
getSerializerForCustomType(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry
Gets the serializer for a given custom type name.
getSerializerShim() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter
 
getSerializerShim() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
 
getServiceRegistry() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
getServiceRegistry() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Get the ServiceRegistry associated with the graph.
getShadedSerializer() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
 
getShortName(Step, int) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Returns the name of step truncated to maxLength.
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
getSideEffectKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
getSideEffectKey() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.SideEffectCapable
The side-effect key of the step.
getSideEffectKeys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getSideEffects() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the TraversalSideEffects associated with the traversal.
getSideEffects() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Get the sideEffects associated with the traversal of the traverser.
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getSideEffects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getSourceInstructions() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Get the TraversalSource instructions associated with this bytecode.
getStarGraphToSerialize() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.DirectionalStarGraph
 
getStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
getStartKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
getStartLabels(Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
getStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getStartStep() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the start/head of the traversal.
getStartStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getStarVertex() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
getStarVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
Gets the Vertex representative of the StarGraph.
getStep() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException
 
getStep() - Method in class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
getStepById(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix
 
getStepId() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Get the step id of where the traverser is located.
getStepId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
getStepId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
getStepId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
getStepId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
getStepId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
getStepInstructions() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
Get the Traversal instructions associated with this bytecode.
getSteps() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getSteps() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getSteps() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the Step instances associated with this traversal.
getSteps() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getSteps() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getStepsOfAssignableClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getStepsOfAssignableClassRecursively(Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getStepsOfAssignableClassRecursively(Scope, Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getStepsOfAssignableClassRecursively(Traversal.Admin<?, ?>, Class<?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Get steps of the specified classes throughout the traversal.
getStepsOfAssignableClassRecursivelyFromDepth(Traversal.Admin<?, ?>, Class<?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Get steps of the specified classes throughout the traversal, collecting them in a fashion that orders them from the deepest steps first.
getStepsOfClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getStrategies() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
getStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getStrategies() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the TraversalStrategies associated with this traversal.
getStrategies() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Get the TraversalStrategies associated with this traversal source.
getStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getStrategies() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getStrategies(Class) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies.GlobalCache
 
getStrategy(Class<T>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Return the TraversalStrategy instance associated with the provided class.
getStrategy(Class<T>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
getStrategyClass() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
getStrategyTraversals() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getStrategyTraversals() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
Get the list of TraversalStrategy applications.
getStrategyTraversalsAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
getStrategyTraversalsAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getStrategyTraversalsAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
getSupplier(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
getSupplier(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Get the supplier associated with the side-effect key.
getSupplier(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Get the supplier associated with the side-effect key.
getSupplier(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
getSupportedTypes() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
getSupportedTypes() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
Get the execution modes that it supports.
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the boolean argument and convert it to a string representation in the target language.
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.LanguageTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Number) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the numeric argument and convert it to a string representation in the target language.
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the string argument and convert it to a string representation in the target language (i.e.
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.LanguageTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Timestamp) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Timestamp argument and convert it to a string representation in the target language.
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.LanguageTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Date) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Date argument and convert it to a string representation in the target language.
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(UUID) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the UUID argument and convert it to a string representation in the target language.
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Pick) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Pick argument and convert it to a string representation in the target language.
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(SackFunctions.Barrier) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the SackFunctions.Barrier argument and convert it to a string representation in the target language.
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(VertexProperty.Cardinality) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the VertexProperty.Cardinality argument and convert it to a string representation in the target language.
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
getSyntax(Lambda) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Lambda argument and convert it to a string representation in the target language.
getSystemPropertiesConfiguration(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.util.SystemUtil
Generate a Configuration from the System.getProperties().
getTags() - Method in interface org.apache.tinkerpop.gremlin.process.remote.traversal.RemoteTraverser
 
getTags() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Get the tags associated with the traverser.
getTags() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
getTags() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
getTags() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
getTargetClass() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.jsr223.JavaTranslator
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
 
getTargetLanguage() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Translator
Get the language that the translator is converting the traversal byte code to.
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
 
getTargetLanguage() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
 
getTimedOut() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
getTimeout() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker.Result
Gets the value of the timeouts that were set using the GraphTraversal.with(String, Object) source step.
getToken() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
getToLabel() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getToLabel() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
getTraversal() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
Get the PureTraversal associated with the current instance of the TraversalVertexProgram.
getTraversal() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
 
getTraversal() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the Traversal.Admin that this step is contained within.
getTraversal() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep.FailException
 
getTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
getTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
getTraversal() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.VerificationException
 
getTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix
 
getTraversal() - Method in class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
getTraversal() - Method in interface org.apache.tinkerpop.gremlin.util.function.TraversableLambda
 
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.DecorationStrategy
 
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.FinalizationStrategy
 
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
The type of traversal strategy -- i.e.
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.OptimizationStrategy
 
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.ProviderOptimizationStrategy
 
getTraversalCategory() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.VerificationStrategy
 
getTraversalRing() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
getTraversalRing() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
getTraversalRing() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getTraversals() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Gets all the Traversal.Admin objects in the map of parameters.
getTraversals() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.jsr223.JavaTranslator
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
 
getTraversalSource() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Translator
Get the TraversalSource representation rooting this translator.
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
 
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
 
getTraversalSource() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Gets the TraversalSource that spawned the Traversal instance initially if present.
getTraversalSource() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getTraversalStepsAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
getTraversalStepsAsString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
getTraversalType(Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
getTraverser() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
 
getTraverser() - Method in exception org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep.FailException
 
getTraverserGenerator() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getTraverserGenerator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getTraverserGenerator() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the TraverserGenerator associated with this traversal.
getTraverserGenerator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getTraverserGenerator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getTraverserGenerator(Set<TraverserRequirement>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserGeneratorFactory
 
getTraverserGenerator(Set<TraverserRequirement>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DefaultTraverserGeneratorFactory
 
getTraverserRequirements() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The traverser requirements that are needed when this VP is used as part of a traversal.
getTraverserRequirements() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
getTraverserRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
getTraverserRequirements() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Get the set of all TraverserRequirements for this traversal.
getTraverserRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
getTraverserRequirements() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
getTraverserSetSupplier() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Gets a generator that creates new TraverserSet instances for steps in the traversal.
getTreesAtDepth(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
getType() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.IndexerType
 
getType() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
getType() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
Return the Service.Type of service call.
getTypeByName(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
getTypeDefinitions() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV2
 
getTypeDefinitions() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV3
 
getTypeDefinitions() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.TinkerPopJacksonModule
 
getTypeIdResolver() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
getTypeIdResolver() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
getTypeInclusion() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
getTypeInclusion() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeDeserializer
 
getTypeInfo() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
getTypeName() - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.types.CustomTypeSerializer
Gets the custom type name.
getTypeNamespace() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV2
 
getTypeNamespace() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV3
 
getTypeNamespace() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.TinkerPopJacksonModule
 
getTypeRegistrations() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
getTypeToId() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
getUntilTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
getValue() - Method in class org.apache.tinkerpop.gremlin.process.computer.KeyValue
 
getValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
getValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
Gets the value of the Traversal which will be null until ValueTraversal.addStart(Traverser.Admin) is called.
getValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
Gets the current value to be passed to the predicate for testing.
getValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
getValueComparator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementFunctionComparator
 
getValueComparator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementValueComparator
 
getValueTraversal() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
Determines if the provided traversal is equal to the value traversal that the Grouping has.
getValueTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
getValueTraversal() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
getVariable(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.GremlinShellEnvironment
 
getVariableLocations(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
getVariables() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
 
getVariables(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
getVersion() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
getVersion() - Method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
 
getVersion() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
getVersion() - Method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
getVertex(Attachable<Vertex>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getVertex(Attachable<Vertex>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getVertexComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
getVertexComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getVertexComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getVertexComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
getVertexComputeKeys() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getVertexComputeKeys() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The Element properties that will be mutated during the computation.
getVertexCriterion() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
getVertexFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Get the vertex filter associated with this graph filter.
getVertexProperty(Attachable<VertexProperty>, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getVertexProperty(Attachable<VertexProperty>, Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
getVertexPropertyCriterion() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
getVertexPropertyFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Get the vertex property filter associated with this graph filter.
getVertexPropertyKey(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getVertexPropertyValue(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
getVertexStructure(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
getVertices() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getWorkers() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
getWritePartition() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
getWriter() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
getWriter() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryMapper
 
GIO - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
global - org.apache.tinkerpop.gremlin.process.traversal.Scope
Informs the step to operate on the entire traversal.
GlobalCache() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies.GlobalCache
 
GolangTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Translates Gremlin Bytecode into a Golang string representation.
GolangTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs standard type translation for the TinkerPop types to Go.
graph - Variable in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
graph - Variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
graph - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
graph() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
Get the Graph computed as determined by GraphComputer.Persist and GraphComputer.ResultGraph.
graph() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
graph() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
graph() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get the graph that this element is within.
graph() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "graph" operation.
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
graph() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarGraphFeatures
 
graph() - Method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
Get the graph that this element is within.
graph(Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo.Builder
 
graph(Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo.Builder
 
graph(Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo.Builder
 
graph(Graph) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io.Builder
Providers use this method to supply the current instance of their Graph to the builder.
Graph - Interface in org.apache.tinkerpop.gremlin.structure
A Graph is a container object for a collection of Vertex, Edge, VertexProperty, and Property objects.
GRAPH - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
GRAPH - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph
Configuration key used by GraphFactory} to determine which graph to instantiate.
GRAPH_COMPUTER - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
Graph.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with a graph.
Graph.Features - Interface in org.apache.tinkerpop.gremlin.structure
An interface that represents the capabilities of a Graph implementation.
Graph.Features.DataTypeFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Base interface for features that relate to supporting different data types.
Graph.Features.EdgeFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features that are related to Edge operations.
Graph.Features.EdgePropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features that are related to Edge Property objects.
Graph.Features.ElementFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features that are related to Element objects.
Graph.Features.FeatureSet - Interface in org.apache.tinkerpop.gremlin.structure
A marker interface to identify any set of Features.
Graph.Features.GraphFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features specific to a operations of a "graph".
Graph.Features.PropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
A base interface for Edge or Vertex Property features.
Graph.Features.VariableFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features for Graph.Variables.
Graph.Features.VertexFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features that are related to Vertex operations.
Graph.Features.VertexPropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
Features that are related to Vertex Property objects.
Graph.Hidden - Class in org.apache.tinkerpop.gremlin.structure
This should only be used by providers to create keys, labels, etc.
Graph.OptIn - Annotation Type in org.apache.tinkerpop.gremlin.structure
Defines the test suite that the implementer has decided to support and represents publicly as "passing".
Graph.OptIns - Annotation Type in org.apache.tinkerpop.gremlin.structure
Holds a collection of Graph.OptIn enabling multiple Graph.OptIn to be applied to a single suite.
Graph.OptOut - Annotation Type in org.apache.tinkerpop.gremlin.structure
Defines a test in the suite that the implementer does not want to run.
Graph.OptOuts - Annotation Type in org.apache.tinkerpop.gremlin.structure
Holds a collection of Graph.OptOut enabling multiple Graph.OptOut to be applied to a single suite.
Graph.Variables - Interface in org.apache.tinkerpop.gremlin.structure
Graph variables are a set of key/value pairs associated with the graph.
Graph.Variables.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
 
GraphBinaryIo - Class in org.apache.tinkerpop.gremlin.structure.io.binary
This is a dummy implementation of Io which is only used in the context of helping to configure a GraphBinary MessageSerializer with an IoRegistry.
GraphBinaryIo() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
GraphBinaryMapper - Class in org.apache.tinkerpop.gremlin.structure.io.binary
Holds a GraphBinaryReader and GraphBinaryWriter which together allow mapping in and out of the GraphBinary format.
GraphBinaryMapper(GraphBinaryWriter, GraphBinaryReader) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryMapper
 
GraphBinaryReader - Class in org.apache.tinkerpop.gremlin.structure.io.binary
Reads a value from a buffer using the TypeSerializer instances configured in the TypeSerializerRegistry.
GraphBinaryReader() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader
 
GraphBinaryReader(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader
 
GraphBinaryWriter - Class in org.apache.tinkerpop.gremlin.structure.io.binary
Writes a value to a buffer using the TypeSerializer instances configured in the TypeSerializerRegistry.
GraphBinaryWriter() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
 
GraphBinaryWriter(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
 
graphComputer(Class<? extends GraphComputer>) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
graphComputer(Class<? extends GraphComputer>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
GraphComputer - Interface in org.apache.tinkerpop.gremlin.process.computer
The GraphComputer is responsible for the execution of a VertexProgram and then a set of MapReduce jobs over the vertices in the Graph.
GraphComputer.Exceptions - Class in org.apache.tinkerpop.gremlin.process.computer
 
GraphComputer.Features - Interface in org.apache.tinkerpop.gremlin.process.computer
 
GraphComputer.Persist - Enum in org.apache.tinkerpop.gremlin.process.computer
 
GraphComputer.ResultGraph - Enum in org.apache.tinkerpop.gremlin.process.computer
 
GraphComputerHelper - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
graphComputerNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
graphComputerString(GraphComputer) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
GraphComputing - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A GraphComputing step is one that will change its behavior whether its on a GraphComputer or not.
graphDoesNotSupportProvidedGraphComputer(Class) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
GraphFactory - Class in org.apache.tinkerpop.gremlin.structure.util
Factory to construct new Graph instances from a Configuration object or properties file.
GraphFactoryClass - Annotation Type in org.apache.tinkerpop.gremlin.structure.util
A graph vendor may use this annotation to specify the factory class that GraphFactory should use to open a new graph.
GraphFilter - Class in org.apache.tinkerpop.gremlin.process.computer
GraphFilter is used by GraphComputer implementations to prune the source graph data being loaded into the OLAP system.
GraphFilter() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
GraphFilter(Computer) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
GraphFilter.Legal - Enum in org.apache.tinkerpop.gremlin.process.computer
A enum denoting whether a particular result will be allowed or not.
graphFilterNotSupported() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
GraphFilterStrategy - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization
 
GraphMigrator - Class in org.apache.tinkerpop.gremlin.structure.io
GraphMigrator takes the data in one graph and pipes it to another graph.
graphml - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
A value to supply to IO.reader or IO.writer to indicate the format to use.
graphml() - Static method in class org.apache.tinkerpop.gremlin.structure.io.IoCore
Deprecated.
Creates a basic GraphML-based Io.Builder.
GraphMLIo - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
Constructs GraphML IO implementations given a Graph and IoRegistry.
GraphMLIo.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
 
GraphMLMapper - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
This is an "empty" implementation only present for compatibility with Io.
GraphMLMapper.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
 
GraphMLReader - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
GraphMLReader writes the data from a GraphML stream to a graph.
GraphMLReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
Allows configuration and construction of the GraphMLReader instance.
GraphMLWriter - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
GraphMLWriter writes a Graph to a GraphML OutputStream.
GraphMLWriter.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
 
GraphOp - Enum in org.apache.tinkerpop.gremlin.process.traversal
A GraphOp or "graph operation" is a static Bytecode form that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.
GraphReader - Interface in org.apache.tinkerpop.gremlin.structure.io
Functions for reading a graph and its graph elements from a different serialization format.
GraphReader.ReaderBuilder<T extends GraphReader> - Interface in org.apache.tinkerpop.gremlin.structure.io
Largely a marker interface for builder classes that construct a GraphReader.
GraphSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
GraphSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.GraphSerializer
 
graphson - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
A value to supply to IO.reader or IO.writer to indicate the format to use.
graphson() - Static method in class org.apache.tinkerpop.gremlin.structure.io.IoCore
Deprecated.
Creates a basic GraphSON-based Io.Builder.
GraphSONIo - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Constructs GraphSON IO implementations given a Graph and IoRegistry.
GraphSONIo.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONMapper - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
An extension to the standard Jackson ObjectMapper which automatically registers the standard GraphSONModule for serializing Graph elements.
GraphSONMapper.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONReader - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.
GraphSONReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONTokens - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONTypeDeserializer - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Contains main logic for the whole JSON to Java deserialization.
GraphSONTypeIdResolver - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Provides quick lookup for Type deserialization extracted from the JSON payload.
GraphSONTypeIdResolver() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
GraphSONTypeResolverBuilder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Creates the Type serializers as well as the Typed deserializers that will be provided to the serializers and deserializers.
GraphSONTypeResolverBuilder(GraphSONVersion) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeResolverBuilder
 
GraphSONTypeSerializerV2 - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
GraphSON 2.0 TypeSerializer.
GraphSONTypeSerializerV3 - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
GraphSON 2.0 TypeSerializer.
GraphSONUtil - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Utility methods for GraphSON serialization.
GraphSONVersion - Enum in org.apache.tinkerpop.gremlin.structure.io.graphson
The set of available GraphSON versions.
GraphSONWriter - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.
GraphSONWriter.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONXModuleV2 - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Version 2.0 of GraphSON extensions.
GraphSONXModuleV2(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV2
Constructs a new object.
GraphSONXModuleV2.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphSONXModuleV3 - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Version 3.0 of GraphSON extensions.
GraphSONXModuleV3(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONXModuleV3
Constructs a new object.
GraphSONXModuleV3.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
GraphStep<S,​E extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
GraphStep(Traversal.Admin, Class<E>, boolean, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
graphString(Graph, String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Graph.
graphTraversal - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
 
GraphTraversal<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
GraphTraversal.Admin<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
GraphTraversal.Symbols - Class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
GraphTraversalSource - Class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
A GraphTraversalSource is the primary DSL of the Gremlin traversal machine.
GraphTraversalSource(RemoteConnection) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
GraphTraversalSource(Graph) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
GraphTraversalSource(Graph, TraversalStrategies) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
GraphTraversalSource.Symbols - Class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
GraphTraversalSourceVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
This class implements the GraphTraversalSource producing methods of Gremlin grammar.
GraphTraversalSourceVisitor(String, GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GraphTraversalSourceVisitor
Same as GraphTraversalSourceVisitor(GremlinAntlrToJava) but allows the traversal source name to be configured to something other than "g".
GraphTraversalSourceVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GraphTraversalSourceVisitor
Constructs the visitor and if the GremlinAntlrToJava has a GraphTraversalSource assigned to it, the visitor will prefer that "g" rather than creating a new one from the associated Graph instance.
GraphVariableHelper - Class in org.apache.tinkerpop.gremlin.structure.util
 
graphVariablesString(Graph.Variables) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
GraphWriter - Interface in org.apache.tinkerpop.gremlin.structure.io
Functions for writing a graph and its elements to a serialized format.
GraphWriter.WriterBuilder<T extends GraphWriter> - Interface in org.apache.tinkerpop.gremlin.structure.io
Largely a marker interface for builder classes that construct a GraphWriter.
GreedyMatchAlgorithm() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.GreedyMatchAlgorithm
 
Gremlin - Class in org.apache.tinkerpop.gremlin.util
 
GREMLIN_REMOTE - Static variable in interface org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
 
GREMLIN_REMOTE_CONNECTION_CLASS - Static variable in interface org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
 
GREMLIN_TYPE_NAMESPACE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
GremlinAntlrToJava - Class in org.apache.tinkerpop.gremlin.language.grammar
This is the entry point for converting the Gremlin Antlr grammar into Java.
GremlinAntlrToJava() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance and is bound to an EmptyGraph.
GremlinAntlrToJava(String, Graph, Supplier<GraphTraversal<?, ?>>) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified Graph instance with an override to using __ for constructing anonymous Traversal instances.
GremlinAntlrToJava(String, Graph, Supplier<GraphTraversal<?, ?>>, GraphTraversalSource, VariableResolver) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified Graph instance with an override to using __ for constructing anonymous Traversal instances.
GremlinAntlrToJava(GraphTraversalSource) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified GraphTraversalSource and thus spawns the Traversal from this "g" rather than from a fresh one constructed from the Graph instance.
GremlinAntlrToJava(GraphTraversalSource, Supplier<GraphTraversal<?, ?>>) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified GraphTraversalSource and thus spawns the Traversal from this "g" rather than from a fresh one constructed from the Graph instance.
GremlinAntlrToJava(GraphTraversalSource, VariableResolver) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified GraphTraversalSource and thus spawns the Traversal from this "g" rather than from a fresh one constructed from the Graph instance.
GremlinAntlrToJava(Graph) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified Graph instance.
GremlinAntlrToJava(Graph, Supplier<GraphTraversal<?, ?>>) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
Constructs a new instance that is bound to the specified Graph instance with an override to using __ for constructing anonymous Traversal instances.
GremlinErrorListener - Class in org.apache.tinkerpop.gremlin.language.grammar
Gremlin error listener class which throw GremlinParserException on syntax error.
GremlinErrorListener() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinErrorListener
 
GremlinLangScriptEngine - Class in org.apache.tinkerpop.gremlin.jsr223
A GremlinScriptEngine implementation that evaluates Gremlin scripts using gremlin-language.
GremlinLangScriptEngine() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
Creates a new instance using no Customizer.
GremlinLangScriptEngine(Customizer...) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngine
 
GremlinLangScriptEngineFactory - Class in org.apache.tinkerpop.gremlin.jsr223
A GremlinScriptEngineFactory implementation that creates GremlinLangScriptEngine instances.
GremlinLangScriptEngineFactory() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.GremlinLangScriptEngineFactory
 
GremlinParserException - Exception in org.apache.tinkerpop.gremlin.language.grammar
This exception is thrown when a parser error is encountered.
GremlinParserException(int, int, String) - Constructor for exception org.apache.tinkerpop.gremlin.language.grammar.GremlinParserException
 
GremlinParserException(String) - Constructor for exception org.apache.tinkerpop.gremlin.language.grammar.GremlinParserException
 
GremlinParserException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.language.grammar.GremlinParserException
 
GremlinPlugin - Interface in org.apache.tinkerpop.gremlin.jsr223
A plugin interface that is used by the GremlinScriptEngineManager to configure special Customizer instances that will alter the features of any GremlinScriptEngine created by the manager itself.
GremlinQueryParser - Class in org.apache.tinkerpop.gremlin.language.grammar
Parses Gremlin strings to an Object, typically to a Traversal.
GremlinQueryParser() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.GremlinQueryParser
 
GremlinScriptChecker - Class in org.apache.tinkerpop.gremlin.jsr223
Processes Gremlin strings using regex to try to detect certain properties from the script without actual having to execute a eval() on it.
GremlinScriptChecker() - Constructor for class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker
 
GremlinScriptChecker.Result - Class in org.apache.tinkerpop.gremlin.jsr223
A result returned from a GremlinScriptChecker.parse(String) of a Gremlin string.
GremlinScriptContext - Class in org.apache.tinkerpop.gremlin.jsr223
A ScriptContext that doesn't create new instances of Reader and Writer classes on initialization.
GremlinScriptContext(Reader, Writer, Writer) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
Create a GremlinScriptContext.
GremlinScriptEngine - Interface in org.apache.tinkerpop.gremlin.jsr223
A GremlinScriptEngine is an extension of the standard ScriptEngine and provides some specific methods that are important to the TinkerPop environment.
GremlinScriptEngineFactory - Interface in org.apache.tinkerpop.gremlin.jsr223
Creates a GremlinScriptEngine implementation and supplies to it any Customizer implementations to it that are available on the GremlinScriptEngineManager.
GremlinScriptEngineManager - Interface in org.apache.tinkerpop.gremlin.jsr223
The ScriptEngineManager implements a discovery, instantiation and configuration mechanism for GremlinScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.
GremlinShellEnvironment - Interface in org.apache.tinkerpop.gremlin.jsr223.console
Provides an abstraction over a "Gremlin Shell" (i.e.
GremlinTypeErrorException - Exception in org.apache.tinkerpop.gremlin.process.traversal
We use this exception type to signify ERROR in Ternary Boolean Logics.
GremlinTypeErrorException() - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.GremlinTypeErrorException
 
GremlinTypeErrorException(String) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.GremlinTypeErrorException
 
GremlinTypeErrorException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.GremlinTypeErrorException
 
GremlinTypeErrorException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.GremlinTypeErrorException
 
GremlinValueComparator - Class in org.apache.tinkerpop.gremlin.util
An implementation of the Comparability/Orderability semantics as defined in the Apache TinkerPop Provider documentation.
GremlinValueComparator.Type - Enum in org.apache.tinkerpop.gremlin.util
The typespace.
GREMLINX_TYPE_NAMESPACE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
GroovyTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Converts bytecode to a Groovy string of Gremlin.
GroovyTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs standard type translation for the TinkerPop types to Groovy.
GroovyTranslator.LanguageTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
An extension of the GroovyTranslator.DefaultTypeTranslator that generates Gremlin that is compliant with gremlin-language scripts.
group - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
group() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
group() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Organize objects in the stream into a Map.
group(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
group(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Organize objects in the stream into a Map.
GroupBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep.GroupBiOperator
 
GroupBiOperator(BinaryOperator<V>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep.GroupBiOperator
 
groupBy(Iterator<S>, Function<S, K>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
groupCount - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
groupCount() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
groupCount() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Counts the number of times a particular objects has been part of a traversal, returning a Map where the object is the key and the value is the count.
groupCount(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
groupCount(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Counts the number of times a particular objects has been part of a traversal, returning a Map where the object is the key and the value is the count.
GroupCountBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep.GroupCountBiOperator
 
GroupCountSideEffectStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
GroupCountSideEffectStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
GroupCountStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
GroupCountStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
GroupCountStep.GroupCountBiOperator<E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
Grouping<S,​K,​V> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
An interface for common functionality of GroupStep and GroupSideEffectStep.
GroupSideEffectStep<S,​K,​V> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
GroupSideEffectStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
GroupStep<S,​K,​V> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
GroupStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
GroupStep.GroupBiOperator<K,​V> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
gryo - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
A value to supply to IO.reader or IO.writer to indicate the format to use.
gryo() - Static method in class org.apache.tinkerpop.gremlin.structure.io.IoCore
Deprecated.
Creates a basic Gryo-based Io.Builder.
GryoClassResolverV1 - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
GryoClassResolverV1() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoClassResolverV1
 
GryoClassResolverV3 - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
GryoClassResolverV3() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoClassResolverV3
 
GryoIo - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Constructs Gryo IO implementations given a Graph and IoRegistry.
GryoIo.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoMapper - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
A Mapper implementation for Kryo.
GryoMapper.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
A builder to construct a GryoMapper instance.
GryoPool - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Gryo objects are somewhat expensive to construct (given the dependency on Kryo), therefore this pool helps re-use those objects.
GryoPool.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoPool.Type - Enum in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoReader - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
The GraphReader for the Gremlin Structure serialization format based on Kryo.
GryoReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1 - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
This class holds serializers for graph-based objects such as vertices, edges, properties, and paths.
GryoSerializersV1() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1
 
GryoSerializersV1.BindingSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.BytecodeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.DefaultRemoteTraverserSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.EdgeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Edge implementation encountered to a DetachedEdge.
GryoSerializersV1.LambdaSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.PathSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Path implementation encountered to an DetachedPath.
GryoSerializersV1.PropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Property implementation encountered to an DetachedProperty.
GryoSerializersV1.PSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.TextPSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV1.VertexPropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any VertexProperty implementation encountered to an DetachedVertexProperty.
GryoSerializersV1.VertexSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Vertex implementation encountered to an DetachedVertex.
GryoSerializersV3 - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
This class holds serializers for graph-based objects such as vertices, edges, properties, and paths.
GryoSerializersV3() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3
 
GryoSerializersV3.BindingSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.BytecodeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.DefaultRemoteTraverserSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.EdgeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Edge implementation encountered to a DetachedEdge.
GryoSerializersV3.LambdaSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.MetricsSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.PathSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Path implementation encountered to an DetachedPath.
GryoSerializersV3.PropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Property implementation encountered to an DetachedProperty.
GryoSerializersV3.PSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.TextPSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.TraversalMetricsSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoSerializersV3.VertexPropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any VertexProperty implementation encountered to an DetachedVertexProperty.
GryoSerializersV3.VertexSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Serializes any Vertex implementation encountered to an DetachedVertex.
GryoVersion - Enum in org.apache.tinkerpop.gremlin.structure.io.gryo
 
GryoWriter - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
The GraphWriter for the Gremlin Structure serialization format based on Kryo.
GryoWriter.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
 
gt - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is greater than the second per Gremlin Comparison semantics.
gt(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is greater than another.
gte - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is greater-equal to the second per Gremlin Comparison semantics.
gte(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is greater than or equal to another.

H

halt(Traverser.Admin<R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
HALT - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
 
HALTED_TRAVERSER_FACTORY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
HALTED_TRAVERSERS - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
haltedTraversers(TraverserSet<Object>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
HaltedTraversersCountTraversal - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.lambda
 
HaltedTraversersCountTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.lambda.HaltedTraversersCountTraversal
 
HaltedTraverserStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
has - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
has(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on the existence of properties.
has(String, Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(String, String, Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String, String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(String, String, P<?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String, String, P<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(String, P<?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String, P<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(String, Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(String, Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on the value of the specified property key.
has(T, Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(T, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(T, P<?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(T, P<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their properties.
has(T, Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
has(T, Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their value of T where only T.id and T.label are supported.
hasAllStepsOfClass(Traversal.Admin<?, ?>, Class<?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
hasBarrierInValueTraversal() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Grouping
Checks if there is a non-local Barrier in the value traversal.
HasContainer - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
HasContainer(String, P<?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
HasContainerHolder - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
hasEdgeFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Whether an edge filter has been defined.
hasEndLabel(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
hasExecutedTraversal(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
hasFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Whether filters have been defined.
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.lambda.HaltedTraversersCountTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ProgramVertexProgramStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ConstantTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ClassFilterStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.LambdaFilterStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConstantStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaFlatMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LoopsStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SampleLocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.LambdaSideEffectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
hashCode(Element) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
If two Element instances are equal, then they must have the same hash codes.
hashCode(Property) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
If two Property instances are equal, then they must have the same hash codes.
HashMapSupplier<K,​V> - Class in org.apache.tinkerpop.gremlin.util.function
 
HashSetSupplier<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
hasId - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
hasId(Object, Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasId(Object, Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their identifier.
hasId(P<Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasId(P<Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their identifier.
hasKey - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
hasKey(String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasKey(String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters Property objects based on their key.
hasKey(P<String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasKey(P<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters Property objects based on their key.
hasLabel - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
hasLabel(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Return true if the path has the specified label, else return false.
hasLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
hasLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
hasLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
hasLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
hasLabel(String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasLabel(String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their label.
hasLabel(P<String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasLabel(P<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on their label.
hasLabels(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.EmbeddedRemoteTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
If there is a "start" traverser this method will return true and otherwise false and in either case will always return as such, irrespective of calls to ValueTraversal.next().
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.util.iterator.ArrayIterator
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.util.iterator.EmptyIterator
 
hasNext() - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
hasNextBarrier() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
Whether or not the step has an accessible barrier.
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
hasNextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
HasNextStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
HasNextStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.HasNextStep
 
hasNot - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
hasNot(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasNot(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters vertices, edges and vertex properties based on the non-existence of properties.
hasProcessedOnce - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
hasSerializer() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
hasStartLabels(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.Helper
 
hasStarts() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Determines if starts objects are present without iterating forward.
hasStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
hasStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
HasStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
HasStep(Traversal.Admin, HasContainer...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
hasStepOfAssignableClass(Class, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has a step of an assignable class.
hasStepOfAssignableClassRecursively(Class, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has a step of an assignable class in the current Traversal and its local and global child traversals.
hasStepOfAssignableClassRecursively(Collection<Class>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has any of the supplied steps of an assignable class in the current Traversal and its global or local child traversals.
hasStepOfAssignableClassRecursively(Scope, Class, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has a step of an assignable class in the current Traversal and its Scope child traversals.
hasStepOfAssignableClassRecursively(Scope, Collection<Class>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has any of the supplied steps of an assignable class in the current Traversal and its Scope child traversals.
hasStepOfClass(Class, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Determine if the traversal has a step of a particular class.
hasStepOfClass(Traversal.Admin<?, ?>, Class<?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
hasValue - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
hasValue(Object, Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasValue(Object, Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters Property objects based on their value.
hasValue(P<Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
hasValue(P<Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters Property objects based on their value.Note that calling this step with null is the same as calling GraphTraversal.hasValue(Object, Object...) with a single null.
hasVertexFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Whether a vertex filter has been defined.
hasVertexPropertyFilter() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Whether a vertex property filter has been defined.
haveEqualIds(Element, Element) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Simply tests if the value returned from Element.id() are equal().
head() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Get the head of the path.
head() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
head() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
head(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get a string representation of the specified number of lines at the data source location.
head(String, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get a string representation of the specified number of lines at the data source location.
head(String, Class) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get the vertices at the specified graph location.
head(String, Class, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get the vertices at the specified graph location.
head(String, String, Class) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get the KeyValue data at the specified memory location.
head(String, String, Class, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Get the KeyValue data at the specified memory location.
HEADER - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper
 
Hidden() - Constructor for class org.apache.tinkerpop.gremlin.structure.Graph.Hidden
 
HIDDEN_G - Static variable in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine
 
hide(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Hidden
Turn the provided key into a hidden key.
Host - Interface in org.apache.tinkerpop.gremlin.structure.util
A marker interface that identifies an object as something that an Attachable can connect to.

I

id - org.apache.tinkerpop.gremlin.structure.T
Id (representing Element.id())
id - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
id - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
id - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
id - Variable in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
id - Variable in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
id - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
id() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
id() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
id() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
id() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to its Element.id().
id() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Gets the unique identifier for the graph Element.
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
id() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
ID - org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
 
ID - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ID_MAKER - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
ID_PROPERTY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
ID_SEED - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
identicalMultiPropertiesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
identity - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
identity() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
identity() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the E object to itself.
IdentityRemovalStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
IdentityRemovalStrategy looks for IdentityStep instances and removes them.
IdentityStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
IdentityStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IdentityStep
 
IdentityTraversal<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
IdentityTraversal() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.IdentityTraversal
 
idExists(Object, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
idFromBaseType() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
idFromValue(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
idFromValueAndType(Object, Class<?>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
idMaker(Supplier<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy.Builder
Creates a new unique identifier for the next created Element.
idPropertyKey(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy.Builder
This key within which to hold the user-specified identifier.
idRes - Variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
ids - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
ids - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include ids (affects all Element value maps).
IdStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
IdStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.IdStep
 
idToRegistration - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
ifPresent(Consumer<? super V>) - Method in interface org.apache.tinkerpop.gremlin.structure.Property
If the property is present, the consume the value as specified by the Consumer.
ifProductive(Consumer<Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalProduct
 
ImmutableExplanation - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A data-only representation of a TraversalExplanation which doesn't re-calculate the "explanation" from the raw traversal data each time the explanation is displayed.
ImmutableExplanation(String, List<Triplet<String, String, String>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableExplanation
 
ImmutableMemory - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
ImmutableMemory(Memory) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
ImmutableMetrics - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A Metrics implementation that cannot be modified.
ImmutableMetrics() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
ImmutablePath - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ImportCustomizer - Interface in org.apache.tinkerpop.gremlin.jsr223
Provides the list of imports to apply to a GremlinScriptEngine instance.
ImportGremlinPlugin - Class in org.apache.tinkerpop.gremlin.jsr223
A module that allows custom class, static method and enum imports (i.e.
ImportGremlinPlugin.Builder - Class in org.apache.tinkerpop.gremlin.jsr223
 
in - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
in(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
in(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its incoming adjacent vertices given the edge labels.
IN - org.apache.tinkerpop.gremlin.structure.Direction
Refers to an incoming direction.
IN - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
IN_E - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
IN_LABEL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
incidentAndAdjacentElementsCanNotBeAccessedInMapReduce() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
IncidentToAdjacentStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy looks for .outE().inV(), .inE().outV() and .bothE().otherV() and replaces these step sequences with .out(), .in() or .both() respectively.
incidentTraversal - Variable in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
INCLUDE_META_PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
includeEdges - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
Configures the inclusion of edges in the shortest path computation result.
includeEdges(boolean) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
includeMetaProperties(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Set to true if the VertexProperty instances should get assigned to partitions.
includeToken(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
incr(Map<T, Double>, T, Double) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MapHelper
 
incr(Map<T, Long>, T, Long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MapHelper
 
incr(Map<T, List<U>>, T, U) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MapHelper
 
increment() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
increment() - Method in class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
incrementCount(String, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Increments a count metric.
incrementEndCount() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
incrIteration() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
 
incrIteration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
incrIteration() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
incrLoops() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Increment the number of times the traverser has gone through a looping section of traversal.
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
incrLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
index - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
index() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
index() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Indexes all items of the current collection.
IndexedTraverserSet<S,​I> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
A TraverserSet that has an index back to the object in the Traverser.
IndexedTraverserSet(Function<S, I>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
IndexedTraverserSet(Function<S, I>, Traverser.Admin<S>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
IndexedTraverserSet.VertexIndexedTraverserSet - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
An IndexedTraverserSet that indexes based on a Vertex traverser.
indexer - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Configures the indexer to be used in IndexStep.
IndexStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
IndexStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
IndexStep.IndexerType - Enum in org.apache.tinkerpop.gremlin.process.traversal.step.map
Type of the index as it corresponds to the associated WithOptions.list and WithOptions.map.
inE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
inE(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
inE(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its incoming incident edges given the edge labels.
inEdges - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
INETADDRESS - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
InetAddressSerializer<T extends InetAddress> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
InetAddressSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.InetAddressSerializer
 
init() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
init(JavaType) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
initialiseLoops(String, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Initialise a loop by setting up the looping construct.
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
initialiseLoops(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
initialize(boolean, List<Traversal.Admin<Object, Object>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
initialize(boolean, List<Traversal.Admin<Object, Object>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.GreedyMatchAlgorithm
 
initialize(boolean, List<Traversal.Admin<Object, Object>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
 
initializeMapper(Consumer<GryoMapper.Builder>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
A consumer to update the GryoMapper.Builder once constructed.
initialRank(Traversal.Admin<Vertex, ? extends Number>) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
initialValue(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SideEffectStrategy
 
initialValue(Supplier<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy.Builder
 
initialVoteStrength(Traversal.Admin<Vertex, ? extends Number>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
initV1Registrations() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
initV3Registrations() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
inject - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
inject(A...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
inject(E...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provides a way to add arbitrary objects to a traversal stream.
inject(S...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting it with arbitrary values.
InjectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
InjectStep(Traversal.Admin, S...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.InjectStep
 
InlineFilterStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
This strategy analyzes filter-steps with child traversals that themselves are pure filters.
InputShim - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
A minimal Input-like abstraction.
insertAfterStep(Step<S, E>, Step<?, S>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Insert a step after a specified step instance.
insertBeforeStep(Step<S, E>, Step<E, ?>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Insert a step before a specified step instance.
insertTraversal(int, Traversal.Admin<S, E>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
insertTraversal(Step<?, S>, Traversal.Admin<S, E>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
inside(V, V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is within (exclusive) the range of the two specified values.
instance() - Static method in class org.apache.tinkerpop.gremlin.jsr223.CoreGremlinPlugin
 
instance() - Static method in class org.apache.tinkerpop.gremlin.jsr223.SingleGremlinScriptEngineManager
 
instance() - Static method in class org.apache.tinkerpop.gremlin.language.grammar.VariableResolver.NoVariableResolver
 
instance() - Static method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMessageCombiner
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization.ComputerFinalizationStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.GraphFilterStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization.MessagePassingReductionStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification.VertexProgramRestrictionStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgramMessageCombiner
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Bindings
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TrueTraversal
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep.GroupCountBiOperator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep.TreeBiOperator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep.ProfileBiOperator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ConnectiveStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ProfileStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ReferenceElementStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.AdjacentToIncidentStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ByModulatorOptimizationStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.CountStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.EarlyLimitStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.FilterRankingStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IdentityRemovalStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.IncidentToAdjacentStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.InlineFilterStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.MatchPredicateStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.OrderLimitStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
Gets the standard configuration of this strategy that will apply it for all conditions.
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.RepeatUnrollStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ComputerVerificationStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.LambdaRestrictionStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReadOnlyStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.StandardVerificationStrategy
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_TraverserGenerator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DefaultTraverserGeneratorFactory
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
The empty Traverser instance.
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.DepthComparator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
instance() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
instance() - Static method in exception org.apache.tinkerpop.gremlin.process.traversal.util.FastNoSuchElementException
Retrieve a singleton, fast NoSuchElementException without a stack trace.
instance() - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.structure.util.CloseableIterator.EmptyCloseableIterator
 
instance() - Static method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
instance() - Static method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
instance() - Static method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.ArrayListSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.BulkSetSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.DefaultTraversalMetricsSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.HashMapSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.HashSetSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.MeanNumberSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.TraverserSetSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.function.TreeSupplier
 
instance() - Static method in class org.apache.tinkerpop.gremlin.util.iterator.EmptyIterator
 
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep.NonEmittingSeed
 
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry
 
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarGraphFeatures
 
INSTANCE - Static variable in class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
INSTANT - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
InstantSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
InstantSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.InstantSerializer
 
INT - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
integrateChild(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
INTERMEDIATE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
internalSetVertex(DetachedVertex) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
internStrings - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
internStrings(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.Builder
Tell StarGraph whether to invoke String.intern() on label and property key strings.
IntSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
intValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
inV - org.apache.tinkerpop.gremlin.process.traversal.Merge
Allows for more complex definition of the IN vertex.
inV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
inV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
inV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Edge to its incoming/head incident Vertex.
inVertex() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
inVertex() - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
Get the incoming/head vertex of this edge.
inVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
inVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
inVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarInEdge
 
inVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarOutEdge
 
io - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
io(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Performs a read or write based operation on the Graph backing this GraphTraversalSource.
io(Io.Builder<I>) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Deprecated.
As of release 3.4.0, partially replaced by GraphTraversalSource.io(String). Notice GraphTraversalSource.io(String) doesn't support read operation from java.io.InputStream or write operation to java.io.OutputStream. Thus for readers or writers which need this functionality are safe to use this deprecated method. There is no intention to remove this method unless all the functionality is replaced by the `io` step of GraphTraversalSource.
Io<R extends GraphReader.ReaderBuilder,​W extends GraphWriter.WriterBuilder,​M extends Mapper.Builder> - Interface in org.apache.tinkerpop.gremlin.structure.io
Ties together the core interfaces of an IO format: GraphReader, GraphWriter and Mapper.
IO - Class in org.apache.tinkerpop.gremlin.process.traversal
Fields that can be provided to the GraphTraversalSource.io(String) using the GraphTraversal.with(String,Object) step modulator to provide additional configurations.
IO_REGISTRY - Static variable in interface org.apache.tinkerpop.gremlin.structure.io.IoRegistry
 
Io.Builder<I extends Io> - Interface in org.apache.tinkerpop.gremlin.structure.io
Helps to construct an Io implementation and should be implemented by every such implementation as that class will be passed to Graph.io(Io.Builder) by the user.
Io.Exceptions - Class in org.apache.tinkerpop.gremlin.structure.io
 
IoCore - Class in org.apache.tinkerpop.gremlin.structure.io
Deprecated.
As of release 3.4.0, partially replaced by GraphTraversalSource.io(String). Notice GraphTraversalSource.io(String) doesn't support read operation from java.io.InputStream or write operation to java.io.OutputStream. Thus for readers or writers which need this functionality are safe to use this deprecated method. There is no intention to remove this method unless all the functionality is replaced by the `io` step of GraphTraversalSource.
ioRegistries(List<Object>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
The IoRegistry class names to use for the GryoPool
ioRegistry(Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
The IoRegistry class name to use for the GryoPool
IoRegistry - Interface in org.apache.tinkerpop.gremlin.structure.io
A generalized custom serializer registry for providers implementing a Graph.
IoRegistryHelper - Class in org.apache.tinkerpop.gremlin.structure.io.util
 
IoStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Handles read and write operations into the Graph.
IoStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
is - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
is(Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
is(Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the E object if it is not P.eq(V) to the provided value.
is(P<A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
is(P<E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters E object values given the provided predicate.
isBarrier() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
True if Barrier type.
isBroadcast() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
isCachable() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractObjectDeserializer
 
isClosed() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
Determines if the traversal has been fully iterated and resources released.
isDirect() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns true if and only if this buffer is backed by an NIO direct buffer.
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
isEmpty() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Determine if the path is empty or not.
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Check if the parameter set is empty.
isEmpty() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Determines if there are any side-effects to be retrieved.
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
isEmpty() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
isEndStep() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
isFinalized() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
The metrics have been computed and can no longer be modified.
isFinalized() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Once these metrics are used in computing the final metrics to report through TraversalMetrics they should no longer be modified and are thus finalized.
isFirst() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Determine if this is the first pass through MergeStep.processNextStart().
isGlobalChild(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
isGraphOperation(Bytecode) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
Checks if the bytecode is one of the standard GraphOp options.
isHalted() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
If the traverser has "no future" then it is done with its lifecycle.
isHidden(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Hidden
Determines whether the provided key is a hidden key or not.
isImmutable() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
 
isIncludeMetaProperties() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
isInitialIteration() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
A helper method that states whether the current iteration is 0.
isLeaf() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
isListFold() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep
 
isLocalProperties(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
isLocalStarGraph(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
isLocked() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
isLocked() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
isLocked() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
When the traversal has had its TraversalStrategies applied to it, it is locked.
isLocked() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
isLocked() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
isNaN(Object) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
isNegate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
isNegativeInfinity(Object) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
isNoStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
Determines if there is a value to iterate from the Traversal.
isOnGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
isOpen() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Determines if a transaction is currently open.
isPositiveInfinity(Object) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
isPresent() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
Whether the property is empty or not.
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
isProductive() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalProduct
 
isRoot() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
Implementations of this class can never be a root-level traversal as they are specialized implementations intended to be child traversals by design.
isRoot() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Determines if the traversal is at the root level.
isShuffle() - Method in class org.apache.tinkerpop.gremlin.util.function.ChainedComparator
Deprecated.
 
isShuffle() - Method in class org.apache.tinkerpop.gremlin.util.function.MultiComparator
 
isSimple() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Determines whether the path is a simple or not.
isSimple() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
isSimple() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
isSimple() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
isStart - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
isStart - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
isStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Determines if this is a start step.
isStart() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
True if Start type.
isStartStep() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
isStartStep(Step<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
IsStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
IsStep(Traversal.Admin, P<S>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
isStepId(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
isStreaming() - Method in interface org.apache.tinkerpop.gremlin.structure.service.Service
True if Streaming type.
isTransient() - Method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
isTransient() - Method in class org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
isTransientVertexComputeKey(String, Set<VertexComputeKey>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
isTraverserStepIdAndLabelsSetByChild() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
isVariableStartStep(Step<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
iterate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.DefaultGraphTraversal
 
iterate() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Admin
 
iterate() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Iterates the traversal presumably for the generation of side-effects.
iterate() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Iterate all the Traverser instances in the traversal.
iterate(Iterator) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
iterations(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
iterator - Variable in class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
 
iterator() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
 
iterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
iterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
iterator() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Return an Iterator of the TraversalStrategy instances.
iterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
iterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
iterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
iteratorSupplier - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
IteratorUtils - Class in org.apache.tinkerpop.gremlin.util.iterator
 

J

JavascriptTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Converts bytecode to a Javascript string of Gremlin.
JavascriptTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs standard type translation for the TinkerPop types to Javascript.
JavaTranslator<S extends TraversalSource,​T extends Traversal.Admin<?,​?>> - Class in org.apache.tinkerpop.gremlin.jsr223
 
JsonParserConcat - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
Utility class to easily concatenate multiple JsonParsers.
JsonParserConcat(JsonParser[]) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.JsonParserConcat
 

K

keepLabels - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
keepLabels - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
keepLabels(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Drop all path information not associated with specified labels.
keepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
keepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
keepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
keepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
keepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
key - org.apache.tinkerpop.gremlin.structure.T
Key (representing Property.key())
key - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
key() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
key() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
key() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Property to its Property.key().
key() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
The key of the property.
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
KEY - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
KeyedProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.keyed
A utility implementation of a Property that only has a key but no value.
KeyedProperty(String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
KeyedVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.keyed
A utility implementation of a Property that only has a key but no value and no meta-properties.
KeyedVertexProperty(String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
keyExists(String, String...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Checks if a key exists within a list of provided keys.
KeyNotFoundException(Object, Scoping) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException
 
keys - org.apache.tinkerpop.gremlin.structure.Column
The keys associated with the data structure.
keys - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include keys (affects all VertexProperty value maps).
keys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
keys() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
The set of keys currently associated with this memory.
keys() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
keys() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
keys() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
keys() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
keys() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
keys() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
The keys of the sideEffect which includes registered Supplier keys.
keys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
The keys of the sideEffect which includes registered Supplier keys.
keys() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
keys() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get the keys of the properties associated with this element.
keys() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Keys set for the available variables.
KEYS - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy
 
KeyValue<K,​V> - Class in org.apache.tinkerpop.gremlin.process.computer
 
KeyValue(K, V) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.KeyValue
 
kryo - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
KRYO_SHIM_SERVICE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
Set this system property to the fully-qualified name of a KryoShimService package-and-classname to force it into service.
KryoShim<I extends InputShim,​O extends OutputShim> - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
A minimal Kryo-like abstraction.
KryoShimService - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
This interface exists to decouple HadoopPools from TinkerPop's shaded Kryo.
KryoShimServiceLoader - Class in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
Loads the highest-priority or user-selected KryoShimService.
KryoShimServiceLoader() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
 

L

label - org.apache.tinkerpop.gremlin.structure.T
Label (representing Element.label())
label - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
label - Variable in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
label - Variable in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
label - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
label() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
label() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
label() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
label() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to its Element.label().
label() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Gets the label for the graph Element which helps categorize it.
label() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
label() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
label() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
label() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
label() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
label() - Method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
Gets the label for the graph Element which helps categorize it.
LABEL - org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
 
LABEL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
labelCanNotBeAHiddenKey(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
labelCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
labelCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
LABELED_PATH - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
LabelledCounter - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
Class to track a count associated with a Label
LabelledCounter() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
LabelledCounter(String, short) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
labels - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
labels - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
labels - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include labels (affects all Vertex and Edge value maps).
labels() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
An ordered list of the labels associated with the path The set of labels for a particular step are ordered by the order in which Path.extend(Object, Set) was called.
labels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
labels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
labels() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
LABELS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
LabelStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
LabelStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.LabelStep
 
Lambda - Interface in org.apache.tinkerpop.gremlin.util.function
Provides a way to serialize string lambdas as scripts which can be evaluated by a GremlinScriptEngine.
LAMBDA - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
Lambda.AbstractLambda - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.BinaryLambda<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.OneArgLambda<A,​B> - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.TwoArgLambda<A,​B,​C> - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.UnaryLambda<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.UnknownArgLambda - Class in org.apache.tinkerpop.gremlin.util.function
 
Lambda.ZeroArgLambda<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
LambdaCollectingBarrierStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
LambdaCollectingBarrierStep(Traversal.Admin, Consumer<TraverserSet<S>>, int) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaCollectingBarrierStep
 
LambdaFilterStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
LambdaFilterStep(Traversal.Admin, Predicate<Traverser<S>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.LambdaFilterStep
 
LambdaFlatMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
LambdaFlatMapStep(Traversal.Admin, Function<Traverser<S>, Iterator<E>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaFlatMapStep
 
LambdaHolder - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
This is a marker interface stating that the Step contains a lambda/anonymous function.
LambdaMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
LambdaMapStep(Traversal.Admin, Function<Traverser<S>, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaMapStep
 
LambdaRestrictionStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
LambdaRestrictionStrategy does not allow lambdas to be used in a Traversal.
LambdaSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
LambdaSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.LambdaSerializer
 
LambdaSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.LambdaSerializer
 
LambdaSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.LambdaSerializer
 
LambdaSideEffectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
LambdaSideEffectStep(Traversal.Admin, Consumer<Traverser<S>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.LambdaSideEffectStep
 
LANGUAGE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
LanguageTypeTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.LanguageTypeTranslator
 
last - org.apache.tinkerpop.gremlin.process.traversal.Pop
The last item in an ordered collection (i.e.
LazyBarrierStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
LazyBarrierStrategy is an OLTP-only strategy that automatically inserts a NoOpBarrierStep after every FlatMapStep if neither path-tracking nor partial path-tracking is required, and the next step is not the traversal's last step or a Barrier.
LazyBindingsCustomizer - Class in org.apache.tinkerpop.gremlin.jsr223
A customizer implementation that provides bindings to a GremlinScriptEngine in the ScriptContext.GLOBAL_SCOPE.
LazyBindingsCustomizer(Supplier<Bindings>) - Constructor for class org.apache.tinkerpop.gremlin.jsr223.LazyBindingsCustomizer
Creates a new object with ScriptContext.GLOBAL_SCOPE.
LegacyGraphSONReader - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements given the "legacy" Blueprints 2.x version of GraphSON.
LegacyGraphSONReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
LegacyGraphSONReader.GraphSONTokensTP2 - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
 
legalConfigurationKeyValueArray(Object...) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
legalEdges(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Returns an iterator of legal edges incident to the provided vertex.
legalPropertyKeyValueArray(Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Determines whether a list of key/values are legal, ensuring that there are an even number of values submitted and that the keys in the list of arguments are String or T objects.
legalVertex(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Returns true if the provided vertex meets the vertex-filter criteria.
legalVertexProperties(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Returns an iterator of legal vertex properties.
limit - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
limit(long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
limit(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the objects in the traversal by the number of them to pass through the stream, where only the first n objects are allowed as defined by the limit argument.
limit(Iterator<S>, int) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
limit(Scope, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
limit(Scope, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the objects in the traversal by the number of them to pass through the stream given the Scope, where only the first n objects are allowed as defined by the limit argument.
list - org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
list - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Index items using 2-item lists.
list(Object) - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
list(Iterator<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
list(Iterator<S>, Comparator) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
List - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
LIST - org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.IndexerType
 
LIST - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ListCallbackRegistry<E extends Event> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
 
ListCallbackRegistry() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ListCallbackRegistry
 
ListSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ListSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ListSerializer
 
loadCustomModules(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Try to load SimpleModule instances from the current classpath.
loadCustomModules(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Try to load SimpleModule instances from the current classpath.
loadHaltedTraversers(Configuration) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
loadState(Configuration, String, Graph) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
loadState(Graph, Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
When it is necessary to load the state of a MapReduce job, this method is called.
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
loadState(Graph, Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
loadState(Graph, Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
When it is necessary to load the state of the VertexProgram, this method is called.
local - org.apache.tinkerpop.gremlin.process.traversal.Scope
Informs the step to operate on the current object in the step.
local - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
local(Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
local(Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provides a execute a specified traversal on a single element within a stream.
LocalBarrier<S> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
LOCALDATE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
LocalDateSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
LocalDateSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateSerializer
 
LOCALDATETIME - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
LocalDateTimeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
LocalDateTimeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateTimeSerializer
 
LocalStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
LocalStep(Traversal.Admin, Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
LOCALTIME - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
LocalTimeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
LocalTimeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalTimeSerializer
 
lock() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
lock() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
lock() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Lock the traversal and perform any final adjustments to it after strategy application.
lock() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
lock() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
locked - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
LOG_WARNING - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
logger - Static variable in interface org.apache.tinkerpop.gremlin.structure.util.Attachable
 
logWarning - Variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
logWarning - Variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
logWarning() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
logWarning(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
LONG - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
LongSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
longSize() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
longValue() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
loopName - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
loopName - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
loopNames - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
loops - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
loops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
loops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
loops() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
loops() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
If the Traverser supports looping then calling this method will extract the number of loops for that traverser.
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
loops() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Return the number of times the traverser has gone through a looping section of a traversal.
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
loops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
loops(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
loops(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
If the Traverser supports looping then calling this method will extract the number of loops for that traverser for the named loop.
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
loops(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Return the number of times the traverser has gone through the named looping section of a traversal.
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
loops(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
LoopsStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
LoopsStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.LoopsStep
 
LoopTraversal<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
LoopTraversal(long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
LP_NL_O_OB_P_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_NL_O_OB_P_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
LP_NL_O_OB_P_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
LP_NL_O_OB_P_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_NL_O_OB_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_NL_O_OB_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
LP_NL_O_OB_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
LP_NL_O_OB_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_O_OB_P_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_O_OB_P_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
LP_O_OB_P_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
LP_O_OB_P_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_O_OB_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
LP_O_OB_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
LP_O_OB_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
LP_O_OB_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
ls() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
List all the data sources in the root directory.
ls(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
List all the files (e.g.
lt - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is less than the second per Gremlin Comparison semantics.
lt(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is less than another.
lte - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is less-equal to the second per Gremlin Comparison semantics.
lte(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is less than or equal to another.

M

main(String[]) - Static method in class org.apache.tinkerpop.gremlin.util.Gremlin
 
make() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
make() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
makeTestDataDirectory(Class<?>, String...) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Creates a File reference that .
makeTestDataFile(Class<?>, String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
 
makeTestDataFile(Class<?>, String, String) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
 
makeTestDataPath(Class<?>, String...) - Static method in class org.apache.tinkerpop.gremlin.util.TestSupport
Creates a File reference that points to a directory relative to the supplied class in the /target directory.
manager - Variable in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
MANUAL - org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Throw an exception if the current transaction is open when Transaction.close() is called.
MANUAL - org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
Transactions must be explicitly opened for operations to occur on the graph.
map - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
map - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Index items using a LinkedHashMap.
map(Iterable<S>, Function<S, E>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
map(Function<Traverser<A>, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
map(Function<Traverser<E>, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map a Traverser referencing an object of type E to an object of type E2.
map(Iterator<S>, Function<S, E>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
map(Traversal<?, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
map(Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map a Traverser referencing an object of type E to an object of type E2.
map(Traverser.Admin<Edge>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
map(Traverser.Admin<Element>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
map(Traverser.Admin<Element>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
map(Traverser.Admin<Property<E>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyValueStep
 
map(Traverser.Admin<Property>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyKeyStep
 
map(Traverser.Admin<P>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConstantStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.DedupLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IdStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LabelStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaMapStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LoopsStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SackStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SampleLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStep
 
map(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ReferenceElementStrategy.ReferenceElementStep
 
map(Vertex, MapReduce.MapEmitter<Serializable, Long>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
map(Vertex, MapReduce.MapEmitter<Object, Double>) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
map(Vertex, MapReduce.MapEmitter<MK, MV>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The map() method is logically executed at all vertices in the graph in parallel.
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Serializable>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
Map - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
MAP - org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
 
MAP - org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.IndexerType
 
MAP - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
MAP_REDUCE - Static variable in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
 
MapEntry - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
MapEntrySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
MapEntrySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapEntrySerializer
 
MapHelper - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
MapMemory - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
MapMemory() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
MapMemory(Memory) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
mapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
mapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
Constructs a Mapper.Builder which is responsible for constructing the abstraction over different serialization methods.
mapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Constructs a Mapper.Builder which is responsible for constructing the abstraction over different serialization methods.
mapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Constructs a Mapper.Builder which is responsible for constructing the abstraction over different serialization methods.
mapper() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io
Constructs a Mapper.Builder which is responsible for constructing the abstraction over different serialization methods.
mapper(Mapper<ObjectMapper>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
Override all of the GraphSONMapper builder options with this mapper.
mapper(Mapper<ObjectMapper>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
Override all of the builder options with this mapper.
mapper(Mapper<Kryo>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader.Builder
Supply a mapper GryoMapper instance to use as the serializer for the KryoWriter.
mapper(Mapper<Kryo>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter.Builder
Supply a mapper GryoMapper instance to use as the serializer for the KryoWriter.
Mapper<T> - Interface in org.apache.tinkerpop.gremlin.structure.io
Represents a low-level serialization class that can be used to map classes to serializers.
Mapper.Builder<B extends Mapper.Builder> - Interface in org.apache.tinkerpop.gremlin.structure.io
Largely a marker interface for builders that construct Mapper instances.
MapPropertiesConverter() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesConverter
 
MapPropertiesFilter() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesFilter
 
mapReduce(MapReduce) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Add a MapReduce job to the set of MapReduce jobs to be executed by the GraphComputer.
mapReduce(Vertex) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
MapReduce<MK,​MV,​RK,​RV,​R> - Interface in org.apache.tinkerpop.gremlin.process.computer
A MapReduce is composed of map(), combine(), and reduce() stages.
MapReduce.MapEmitter<K,​V> - Interface in org.apache.tinkerpop.gremlin.process.computer
The MapEmitter is used to emit key/value pairs from the map() stage of the MapReduce job.
MapReduce.NullObject - Class in org.apache.tinkerpop.gremlin.process.computer
A convenience singleton when a single key is needed so that all emitted values converge to the same combiner/reducer.
MapReduce.ReduceEmitter<OK,​OV> - Interface in org.apache.tinkerpop.gremlin.process.computer
The ReduceEmitter is used to emit key/value pairs from the combine() and reduce() stages of the MapReduce job.
MapReduce.Stage - Enum in org.apache.tinkerpop.gremlin.process.computer
MapReduce is composed of three stages: map, combine, and reduce.
MapReducePool - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
MapReducePool(MapReduce, int) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.MapReducePool
 
MapReducer<MK,​MV,​RK,​RV,​R> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
mapReduceString(MapReduce) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
mapReduceString(MapReduce, String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
MapSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
MapSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapSerializer
 
MapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
A marker base class that designates an extending Step as a "Map" step which will transform the object of one Traverser into another.
MapStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MapStep
 
markWriterIndex() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Marks the current writer index in this buffer.
masterState() - Method in enum org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
match - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
match(Traversal<?, ?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
match(Traversal<?, ?>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to a Map of bindings as specified by the provided match traversals.
MATCH_TRAVERSAL - org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
 
MatchAlgorithmStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
 
MatchAlgorithmStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
 
MatchEndStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
MatchPredicateStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
MatchWhereStrategy will fold any post-where() step that maintains a traversal constraint into match().
MatchStartStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
MatchStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep(Traversal.Admin, ConnectiveStep.Connective, Traversal...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
MatchStep.CountMatchAlgorithm - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.CountMatchAlgorithm.Bundle - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.GreedyMatchAlgorithm - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.Helper - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.MatchAlgorithm - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.MatchEndStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.MatchStartStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MatchStep.TraversalType - Enum in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
materializeMap(Traverser.Admin<S>, Traversal.Admin<S, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
null Map == empty Map
math - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
math(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
math(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to a Double according to the mathematical expression provided in the argument.
MathStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MathStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
MathStep.TinkerExpression - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
A wrapper for the Expression class.
max - org.apache.tinkerpop.gremlin.process.traversal.Operator
Selects the larger of the values.
max - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
max - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
max() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
max() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the largest value in the stream.
max(Comparable, Comparable) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Gets the larger number of the two provided returning the highest common number class between them.
max(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Gets the larger number of the two provided returning the highest common number class between them.
max(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
max(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the largest value in the stream given the Scope.
MAX_BARRIER_SIZE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.LazyBarrierStrategy
 
MAX_BARRIER_SIZE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategy
 
MAX_BARRIER_SIZE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.RepeatUnrollStrategy
 
maxDistance - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
Configures the maximum distance for all shortest paths.
maxDistance(Number) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
MaxGlobalStep<S extends Comparable> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MaxGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxGlobalStep
 
maxIterations(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
MaxLocalStep<E extends Comparable,​S extends Iterable<E>> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MaxLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxLocalStep
 
maxNestingDepth(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
 
maxNumberLength(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
 
maxStringLength(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
 
MAYBE - org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
 
mean - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
mean() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mean() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the mean value in the stream.
mean(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mean(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the mean value in the stream given the Scope.
MeanGlobalBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanGlobalBiOperator
 
MeanGlobalStep<S extends Number,​E extends Number> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MeanGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
 
MeanGlobalStep.MeanGlobalBiOperator<S extends Number> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MeanGlobalStep.MeanNumber - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MeanLocalStep<E extends Number,​S extends Iterable<E>> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MeanLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanLocalStep
 
MeanNumber() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
MeanNumber(Number, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
MeanNumberSupplier - Class in org.apache.tinkerpop.gremlin.util.function
 
memory - Variable in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
memory() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
Get the GraphComputer's computational sideEffects known as Memory.
memory() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
Memory - Interface in org.apache.tinkerpop.gremlin.process.computer
The Memory of a GraphComputer is a global data structure where by vertices can communicate information with one another.
Memory.Admin - Interface in org.apache.tinkerpop.gremlin.process.computer
The Admin interface is used by the GraphComputer to update the Memory.
Memory.Exceptions - Class in org.apache.tinkerpop.gremlin.process.computer
 
memoryAddOnlyDuringVertexProgramExecute(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
MemoryComputeKey<A> - Class in org.apache.tinkerpop.gremlin.process.computer
A MemoryComputeKey specifies what keys will be used by a Memory during a GraphComputer computation.
MemoryComputing<M> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A MemoryComputing step uses Memory to effect its computation on a GraphComputer.
memoryDoesNotExist(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
MemoryHelper - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
MemoryHelper() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
memoryIsCurrentlyImmutable() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryKey(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce.Builder
 
memoryKey(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce.Builder
 
memoryKey(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce.Builder
 
memoryKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memorySetOnlyDuringVertexProgramSetUpAndTerminate(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryString(Memory) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
MemoryTraversalSideEffects - Class in org.apache.tinkerpop.gremlin.process.computer.traversal
 
MemoryTraversalSideEffects(TraversalSideEffects) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
memoryValueCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
merge(Traverser.Admin<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
When two traversers are have equality with each other, then they can be merged.
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
merge(Traverser.Admin<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
Merge - Enum in org.apache.tinkerpop.gremlin.process.traversal
Merge options relevant to upsert-like steps mergeV() and mergeE() that are applied to the relevant option() modulator.
MERGE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
mergeE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
mergeE() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeE() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Spawns a GraphTraversal by doing a merge (i.e.
mergeE(Map<?, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by doing a merge (i.e.
mergeE(Map<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeE(Map<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Spawns a GraphTraversal by doing a merge (i.e.
mergeE(Traversal<?, Map<Object, Object>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeE(Traversal<?, Map<Object, Object>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Spawns a GraphTraversal by doing a merge (i.e.
mergeE(Traversal<?, Map<Object, Object>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by doing a merge (i.e.
MergeEdgeStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Implementation for the mergeE() step covering both the start step version and the one used mid-traversal.
MergeEdgeStep(Traversal.Admin, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
MergeEdgeStep(Traversal.Admin, boolean, Map) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
MergeEdgeStep(Traversal.Admin, boolean, Traversal.Admin<S, Map>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
mergeInto(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
mergeInto(TraversalSideEffects) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Add the current TraversalSideEffects values, suppliers, and reducers to the provided TraversalSideEffects.
mergeInto(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Add the current TraversalSideEffects values, suppliers, and reducers to the provided TraversalSideEffects.
mergeInto(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
mergeOperator(BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy.Builder
 
MergeSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
MergeStep<S,​E,​C> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Abstract base class for the mergeV/E() implementations.
MergeStep(Traversal.Admin, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
MergeStep(Traversal.Admin, boolean, Map) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
MergeStep(Traversal.Admin, boolean, Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
mergeTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
mergeV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
mergeV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Performs a merge (i.e.
mergeV(Map<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeV(Map<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Performs a merge (i.e.
mergeV(Map<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by doing a merge (i.e.
mergeV(Traversal<?, Map<Object, Object>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
mergeV(Traversal<?, Map<Object, Object>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Performs a merge (i.e.
mergeV(Traversal<?, Map<Object, Object>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal by doing a merge (i.e.
MergeVertexStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
Implementation for the mergeV() step covering both the start step version and the one used mid-traversal.
MergeVertexStep(Traversal.Admin, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
MergeVertexStep(Traversal.Admin, boolean, Map) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
MergeVertexStep(Traversal.Admin, boolean, Traversal.Admin<S, Map>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
message - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
MessageCombiner<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
MessagePassingReductionStrategy - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization
 
MessageScope - Class in org.apache.tinkerpop.gremlin.process.computer
A MessageScope represents the range of a message.
MessageScope() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.MessageScope
 
MessageScope.Global - Class in org.apache.tinkerpop.gremlin.process.computer
A Global message is directed at an arbitrary vertex in the graph.
MessageScope.Local<M> - Class in org.apache.tinkerpop.gremlin.process.computer
A Local message is directed to an adjacent (or "memory adjacent") vertex.
MessageScope.Local.ReverseTraversalSupplier - Class in org.apache.tinkerpop.gremlin.process.computer
A helper class that can be used to generate the reverse traversal of the traversal within a MessageScope.Local.
Messenger<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
The Messenger serves as the routing system for messages between vertices.
metadata - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
metaProperties - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
metaPropertiesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
method() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOut
The specific name of the test method to opt out of or asterisk to opt out of all methods in a Graph.OptOut.test().
Method() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.Attachable.Method
 
methodImports(Method...) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
methodImports(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin.Builder
 
Metrics - Interface in org.apache.tinkerpop.gremlin.process.traversal.util
Holds metrics data; typically for .profile()-step analysis.
METRICS - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
METRICS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
MetricsSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
MetricsSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.MetricsSerializer
 
MetricsSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.MetricsSerializer
 
migrateGraph(Graph, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.io.GraphMigrator
Use Gryo to pipe the data from one graph to another graph.
migrateGraph(Graph, Graph, GraphReader, GraphWriter) - Static method in class org.apache.tinkerpop.gremlin.structure.io.GraphMigrator
Pipe the data from one graph to another graph.
millisSince(long) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
min - org.apache.tinkerpop.gremlin.process.traversal.Operator
Selects the smaller of the values.
min - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
min - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
min() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
min() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the smallest value in the stream.
min(Comparable, Comparable) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Gets the smaller number of the two provided returning the highest common number class between them.
min(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Gets the smaller number of the two provided returning the highest common number class between them.
min(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
min(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Determines the smallest value in the stream given the Scope.
MinGlobalStep<S extends Comparable> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MinGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinGlobalStep
 
MinLocalStep<E extends Comparable,​S extends Iterable<E>> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
MinLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinLocalStep
 
minus - org.apache.tinkerpop.gremlin.process.traversal.Operator
A subtraction function.
minutesSince(long) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
mixed - org.apache.tinkerpop.gremlin.process.traversal.Pop
Get the items as either a list (for multiple) or an object (for singles).
MODE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
modulateBy() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(String, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Function) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Function, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Order) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
modulateBy(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
modulateBy(Traversal.Admin<?, ?>, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(Traversal.Admin<?, ?>, Comparator) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
modulateBy(Traversal.Admin<?, ?>, Comparator) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
modulateBy(Column, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(T) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateBy(T, Comparator) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ByModulating
 
modulateTimes(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TimesModulating
 
moduleName - Variable in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
 
MONTHDAY - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
MonthDaySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
MonthDaySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.MonthDaySerializer
 
mul - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
mul(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Multiplies two numbers returning the highest common number class between them.
mult - org.apache.tinkerpop.gremlin.process.traversal.Operator
A multiplication function.
MultiComparator<C> - Class in org.apache.tinkerpop.gremlin.util.function
 
MultiComparator(List<Comparator<C>>) - Constructor for class org.apache.tinkerpop.gremlin.util.function.MultiComparator
 
MultiIterator<T> - Class in org.apache.tinkerpop.gremlin.util.iterator
 
MultiIterator() - Constructor for class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
MultiMap - Class in org.apache.tinkerpop.gremlin.util
A number of static methods to interact with a multi map, i.e.
multiplePropertiesExistForProvidedKey(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
multiplicity - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
multiPropertiesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
MutableMetrics - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A Metrics implementation that can be modified.
MutableMetrics() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
MutableMetrics(String, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
 
MutableMetrics(Metrics) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Create a MutableMetrics from an immutable one.
MutableMetricsSupplier - Class in org.apache.tinkerpop.gremlin.util.function
 
MutableMetricsSupplier(Step<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.util.function.MutableMetricsSupplier
 
MutablePath - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
MutablePath() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
MUTATED_MEMORY_KEYS - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
Mutating<E extends Event> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A marker interface for steps that modify the graph.
MutationListener - Interface in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Interface for a listener to EventStrategy change events.

N

name - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
name() - Method in annotation type org.apache.tinkerpop.gremlin.structure.util.FeatureDescriptor
The name of the feature which is represented as the text of the method it is annotating after the "supports" prefix
NAME - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
NAME - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
NAME - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
 
nameIdToClass - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
nameToClass - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
negate() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Compare
Produce the opposite representation of the current Compare enum.
negate() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Contains
Produce the opposite representation of the current Contains enum.
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
negate() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Text
Produce the opposite representation of the current Text enum.
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
 
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AndP
 
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
negate() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.OrP
 
negate(ConnectiveP<V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
negative() - Method in enum org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
neq - org.apache.tinkerpop.gremlin.process.traversal.Compare
Evaluates if the first object is not equal to the second per Gremlin Comparison semantics.
neq(V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if values are not equal.
nested - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
NESTED_LOOP - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
nestedLoops - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
NestedTraversalSourceListVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
This class implements Gremlin grammar's nested-traversal-list methods that returns a Traversal [] to the callers.
NestedTraversalSourceListVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.NestedTraversalSourceListVisitor
 
NEW - org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
When the computation is complete, the Graph in ComputerResult is a new graph cloned from the original graph.
next() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.lambda.HaltedTraversersCountTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.EmbeddedRemoteTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ConstantTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.IdentityTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
Return the value of the traverser and will continue to return it on subsequent calls.
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
next() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
next() - Method in class org.apache.tinkerpop.gremlin.structure.util.DefaultCloseableIterator
 
next() - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
 
next() - Method in class org.apache.tinkerpop.gremlin.util.iterator.ArrayIterator
 
next() - Method in class org.apache.tinkerpop.gremlin.util.iterator.EmptyIterator
 
next() - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
next(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Get the next n-number of results from the traversal.
nextBarrier() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
Get the next barrier within this step.
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
nextBarrier() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
nextEnd - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
nextId - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
nextNameId - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
nextStep - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
nextToken() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.JsonParserConcat
 
nextTraverser() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
Note that internally #nextTraverser() is called from within a loop (specifically in AbstractStep.next() that breaks properly when a NoSuchElementException is thrown.
nextTraverser() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.EmbeddedRemoteTraversal
 
nextTraverser() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
nextTraverser() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
 
nextTraverser() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
nextXId() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
nioBuffer() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Exposes this buffer's readable bytes as a NIO ByteBuffer.
nioBuffer(int, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Exposes this buffer's sub-region as an NIO ByteBuffer.
nioBufferCount() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the maximum number of NIO ByteBuffers that consist this buffer.
nioBuffers() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Exposes this buffer's readable bytes as NIO ByteBuffer's instances.
nioBuffers(int, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Exposes this buffer's readable bytes as NIO ByteBuffer's instances.
NL_O_OB_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
NL_O_OB_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
NL_O_OB_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
NL_O_OB_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
NO - org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
 
NO_OP - Static variable in interface org.apache.tinkerpop.gremlin.structure.Transaction
 
NO_TYPES - org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo
 
NON_EMITTING_SEED - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
A seed value not to be emitted from the ReducingBarrierStep helping with flow control within this step.
none - org.apache.tinkerpop.gremlin.process.traversal.Pick
 
none - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include no tokens.
none - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.Traversal.Symbols
 
none() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter all traversers in the traversal.
none() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Filter all traversers in the traversal.
NONE - org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Does not detach the element from the graph.
noneMatch(Iterator<T>, Predicate<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
NoneStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
NoneStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NoneStep
 
NoOpBarrierStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
NoOpBarrierStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
NoOpBarrierStep(Traversal.Admin, int) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
NoOpTerminalVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
This is the entry point for converting the Gremlin Antlr grammar into Java.
NoOpTerminalVisitor() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.NoOpTerminalVisitor
 
noRemove(Iterator<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
normalize(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Normalized output is deterministic with respect to the order of elements and properties in the resulting XML document, and is compatible with line diff-based tools such as Git.
normalize(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Forces keys to be sorted.
normSack - org.apache.tinkerpop.gremlin.process.traversal.SackFunctions.Barrier
 
NoSugarTranslator(boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.NoSugarTranslator
 
not - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
not(P<V>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
The opposite of the specified P.
not(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
not(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Removes objects from the traversal stream when the traversal provided as an argument does not return any objects.
NOT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
notContaining - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string does not contain the second.
notContaining(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does not contain the given value.
notEndingWith - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string does not end with the second.
notEndingWith(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does not start with the given value.
NOTHING - org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Write nothing to the declared GraphComputer.ResultGraph.
notifyClose() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Gets a callback from Traversal.close() for additional operations specific to the Traversal implementation.
notifyClose() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
notImplemented(ParseTree) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
 
notRegex(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String has no match with the given regex pattern and the reference implementation treats it as a simple negation of the evaluation of the pattern match of TextP.regex(String).
notStartingWith - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string does not start with the second.
notStartingWith(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does not start with the given value.
NotStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
NotStep(Traversal.Admin, Traversal<S, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
NoVariableResolver() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.VariableResolver.NoVariableResolver
 
NullObject() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
Nulltype - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
Number - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
NumberHelper - Class in org.apache.tinkerpop.gremlin.util
 

O

O_OB_S_SE_SL_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
O_OB_S_SE_SL_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
O_OB_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
O_OB_S_SE_SL_TraverserGenerator - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
O_Traverser<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
O_Traverser() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
O_Traverser(T) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
OBJECT - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
objectMap - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
objects - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
objects() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
An ordered list of the objects in the path.
objects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
objects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
objects() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
OBJECTS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
of(Iterable<Vertex>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
of(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
Creates the translator with a false argument to withParameters using DotNetTranslator.of(String, boolean).
of(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
Creates the translator with a false argument to withParameters using GolangTranslator.of(String, boolean).
of(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
Creates the translator with a false argument to withParameters using GroovyTranslator.of(String, boolean).
of(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
Creates the translator with a false argument to withParameters using JavascriptTranslator.of(String, boolean).
of(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
Creates the translator with a false argument to withParameters using PythonTranslator.of(String, boolean).
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.computer.VertexComputeKey
 
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
Creates the translator with the DotNetTranslator.DefaultTypeTranslator passing the withParameters option to it which will handle type translation in a fashion that should typically increase cache hits and reduce compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability.
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
Creates the translator with the GolangTranslator.DefaultTypeTranslator passing the withParameters option to it which will handle type translation in a fashion that should typically increase cache hits and reduce compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability.
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
Creates the translator with the GroovyTranslator.DefaultTypeTranslator passing the withParameters option to it which will handle type translation in a fashion that should typically increase cache hits and reduce compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability.
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
Creates the translator with the JavascriptTranslator.DefaultTypeTranslator passing the withParameters option to it which will handle type translation in a fashion that should typically increase cache hits and reduce compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability.
of(String, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
Creates the translator with the PythonTranslator.DefaultTypeTranslator passing the withParameters option to it which will handle type translation in a fashion that should typically increase cache hits and reduce compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability.
of(String, BinaryOperator<A>, boolean, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.computer.MemoryComputeKey
 
of(String, Translator.ScriptTranslator.TypeTranslator) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
Creates the translator with a custom Translator.ScriptTranslator.TypeTranslator instance.
of(String, Translator.ScriptTranslator.TypeTranslator) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
Creates the translator with a custom Translator.ScriptTranslator.TypeTranslator instance.
of(String, Translator.ScriptTranslator.TypeTranslator) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
Creates the translator with a custom Translator.ScriptTranslator.TypeTranslator instance.
of(String, Translator.ScriptTranslator.TypeTranslator) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
Creates the translator with a custom Translator.ScriptTranslator.TypeTranslator instance.
of(String, Translator.ScriptTranslator.TypeTranslator) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
Creates the translator with a custom Translator.ScriptTranslator.TypeTranslator instance.
of(String, V) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bindings
 
of(Supplier<? extends Traversal<Vertex, Edge>>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
of(Supplier<? extends Traversal<Vertex, Edge>>, BiFunction<M, Edge, M>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
 
of(Iterator<T>) - Static method in interface org.apache.tinkerpop.gremlin.structure.util.CloseableIterator
Wraps an existing Iterator in a CloseableIterator.
of(Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
Creates a new StarGraph from a Vertex.
of(Vertex...) - Static method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
of(S) - Static method in class org.apache.tinkerpop.gremlin.jsr223.JavaTranslator
 
of(S) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
of(S, S) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
offer(MapReduce<?, ?, ?, ?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapReducePool
 
offer(VertexProgram<?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool
 
offer(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
offer(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
offerKryo(Kryo) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
offerReader(GryoReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
offerWriter(GryoWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
OFFSETDATETIME - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
OffsetDateTimeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
OffsetDateTimeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetDateTimeSerializer
 
OFFSETTIME - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
OffsetTimeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
OffsetTimeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetTimeSerializer
 
onClose(Consumer<Transaction>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Describes what happens to a transaction on a call to Graph.close().
onClose(Consumer<Transaction>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.
onClose(Consumer<Transaction>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
onCloseBehaviorCannotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
onComputer - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
onCreate - org.apache.tinkerpop.gremlin.process.traversal.Merge
Allows definition of the action to take when a merge operation ends up not matching the search criteria.
onCreateMap(Traverser.Admin<S>, Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
Fuse the mergeMap with any additional key/values from the onCreateTraversal.
onCreateMap(Traverser.Admin<S>, Map, Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
onCreateTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
ONE_BULK - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
OneArgLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.OneArgLambda
 
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
onGraphComputer() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.GraphComputing
The step will be executing on a GraphComputer.
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep
 
onGraphComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
onGraphComputer(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
onMapper(Consumer<Mapper.Builder>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo.Builder
 
onMapper(Consumer<Mapper.Builder>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo.Builder
 
onMapper(Consumer<Mapper.Builder>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo.Builder
 
onMapper(Consumer<Mapper.Builder>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io.Builder
Allows a Graph implementation to have full control over the Mapper.Builder instance.
onMatch - org.apache.tinkerpop.gremlin.process.traversal.Merge
Allows definition of the action to take when a merge operation ends up successfully matching the search criteria.
onMatchTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
onReadWrite(Consumer<Transaction>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Describes how a transaction is started when a read or a write occurs.
onReadWrite(Consumer<Transaction>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
The nature of threaded transactions are such that they are always open when created and manual in nature, therefore setting this value is not required.
onReadWrite(Consumer<Transaction>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
onReadWriteBehaviorCannotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
open() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Opens a transaction.
open() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Opens a transaction.
open() - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
Creates an empty StarGraph.
open(String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
open(Map) - Static method in class org.apache.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFactory
 
open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
openTransactionsOnClose() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
Operator - Enum in org.apache.tinkerpop.gremlin.process.traversal
A set of BinaryOperator instances that handle common operations for traversal steps.
OPERATOR - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
OperatorSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
opposite() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Scope
 
opposite() - Method in enum org.apache.tinkerpop.gremlin.structure.Direction
Produce the opposite representation of the current Direction enum.
option - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
option(M, Map<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This is a step modulator to a TraversalOptionParent like choose() or mergeV() where the provided argument associated to the token is applied according to the semantics of the step.
option(M, Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This is a step modulator to a TraversalOptionParent like choose() or mergeV() where the provided argument associated to the token is applied according to the semantics of the step.
option(Merge, Map<Object, Object>, VertexProperty.Cardinality) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This is a step modulator to a TraversalOptionParent like choose() or mergeV() where the provided argument associated to the token is applied according to the semantics of the step.
option(Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This step modifies GraphTraversal.choose(Function) to specifies the available choices that might be executed.
optional - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
optional(Traversal<?, A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
optional(Traversal<?, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Returns the result of the specified traversal if it yields a result, otherwise it returns the calling element.
OptionalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
OptionalStep(Traversal.Admin, Traversal.Admin<S, S>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
OptionsStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
This strategy will not alter the traversal.
OptionsStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
or - org.apache.tinkerpop.gremlin.process.traversal.Operator
Applies "or" to boolean values.
or - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
or(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
or(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
or(Predicate<? super V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.OrP
 
or(Traversal<?, ?>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
or(Traversal<?, ?>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Ensures that at least one of the provided traversals yield a result.
OR - org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep.Connective
 
OR - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
order - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
order() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
order() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Order all the objects in the traversal up to this point and then emit them one-by-one in their ordered sequence.
order(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
order(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Order either the Scope.local object (e.g.
Order - Enum in org.apache.tinkerpop.gremlin.process.traversal
Provides Comparator instances for ordering traversers.
ORDER - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ORDERABILITY - Static variable in class org.apache.tinkerpop.gremlin.util.GremlinValueComparator
Orderability comparator allows for a total order across all types (no type error exceptions).
OrderBiOperator(long, MultiComparator, Random) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep.OrderBiOperator
 
OrderGlobalStep<S,​C extends Comparable> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
OrderGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
OrderGlobalStep.OrderBiOperator<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
OrderLimitStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
OrderLimitStrategy is an OLAP strategy that folds a RangeGlobalStep into a preceding OrderGlobalStep.
OrderLocalStep<S,​C extends Comparable> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
OrderLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
OrderSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
orElse(V) - Method in interface org.apache.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else return the provided value.
orElseGet(Supplier<? extends V>) - Method in interface org.apache.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else generate a value given the Supplier.
orElseThrow(Supplier<? extends E>) - Method in interface org.apache.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else throw the exception generated by the Supplier.
org.apache.tinkerpop.gremlin.jsr223 - package org.apache.tinkerpop.gremlin.jsr223
 
org.apache.tinkerpop.gremlin.jsr223.console - package org.apache.tinkerpop.gremlin.jsr223.console
 
org.apache.tinkerpop.gremlin.language.grammar - package org.apache.tinkerpop.gremlin.language.grammar
 
org.apache.tinkerpop.gremlin.process.computer - package org.apache.tinkerpop.gremlin.process.computer
 
org.apache.tinkerpop.gremlin.process.computer.clone - package org.apache.tinkerpop.gremlin.process.computer.clone
 
org.apache.tinkerpop.gremlin.process.computer.clustering.connected - package org.apache.tinkerpop.gremlin.process.computer.clustering.connected
 
org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure - package org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank - package org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
org.apache.tinkerpop.gremlin.process.computer.search.path - package org.apache.tinkerpop.gremlin.process.computer.search.path
 
org.apache.tinkerpop.gremlin.process.computer.traversal - package org.apache.tinkerpop.gremlin.process.computer.traversal
 
org.apache.tinkerpop.gremlin.process.computer.traversal.lambda - package org.apache.tinkerpop.gremlin.process.computer.traversal.lambda
 
org.apache.tinkerpop.gremlin.process.computer.traversal.step - package org.apache.tinkerpop.gremlin.process.computer.traversal.step
 
org.apache.tinkerpop.gremlin.process.computer.traversal.step.map - package org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
org.apache.tinkerpop.gremlin.process.computer.traversal.strategy - package org.apache.tinkerpop.gremlin.process.computer.traversal.strategy
 
org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration - package org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
 
org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization - package org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.finalization
 
org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization - package org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization
 
org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification - package org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification
 
org.apache.tinkerpop.gremlin.process.computer.util - package org.apache.tinkerpop.gremlin.process.computer.util
 
org.apache.tinkerpop.gremlin.process.remote - package org.apache.tinkerpop.gremlin.process.remote
 
org.apache.tinkerpop.gremlin.process.remote.traversal - package org.apache.tinkerpop.gremlin.process.remote.traversal
 
org.apache.tinkerpop.gremlin.process.remote.traversal.step.map - package org.apache.tinkerpop.gremlin.process.remote.traversal.step.map
 
org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration - package org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration
 
org.apache.tinkerpop.gremlin.process.traversal - package org.apache.tinkerpop.gremlin.process.traversal
 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph - package org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
 
org.apache.tinkerpop.gremlin.process.traversal.lambda - package org.apache.tinkerpop.gremlin.process.traversal.lambda
 
org.apache.tinkerpop.gremlin.process.traversal.step - package org.apache.tinkerpop.gremlin.process.traversal.step
 
org.apache.tinkerpop.gremlin.process.traversal.step.branch - package org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
org.apache.tinkerpop.gremlin.process.traversal.step.filter - package org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
org.apache.tinkerpop.gremlin.process.traversal.step.map - package org.apache.tinkerpop.gremlin.process.traversal.step.map
 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect - package org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
org.apache.tinkerpop.gremlin.process.traversal.step.util - package org.apache.tinkerpop.gremlin.process.traversal.step.util
 
org.apache.tinkerpop.gremlin.process.traversal.step.util.event - package org.apache.tinkerpop.gremlin.process.traversal.step.util.event
 
org.apache.tinkerpop.gremlin.process.traversal.strategy - package org.apache.tinkerpop.gremlin.process.traversal.strategy
 
org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration - package org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization - package org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization - package org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
 
org.apache.tinkerpop.gremlin.process.traversal.strategy.verification - package org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
org.apache.tinkerpop.gremlin.process.traversal.translator - package org.apache.tinkerpop.gremlin.process.traversal.translator
 
org.apache.tinkerpop.gremlin.process.traversal.traverser - package org.apache.tinkerpop.gremlin.process.traversal.traverser
 
org.apache.tinkerpop.gremlin.process.traversal.traverser.util - package org.apache.tinkerpop.gremlin.process.traversal.traverser.util
 
org.apache.tinkerpop.gremlin.process.traversal.util - package org.apache.tinkerpop.gremlin.process.traversal.util
 
org.apache.tinkerpop.gremlin.structure - package org.apache.tinkerpop.gremlin.structure
 
org.apache.tinkerpop.gremlin.structure.io - package org.apache.tinkerpop.gremlin.structure.io
 
org.apache.tinkerpop.gremlin.structure.io.binary - package org.apache.tinkerpop.gremlin.structure.io.binary
 
org.apache.tinkerpop.gremlin.structure.io.binary.types - package org.apache.tinkerpop.gremlin.structure.io.binary.types
 
org.apache.tinkerpop.gremlin.structure.io.graphml - package org.apache.tinkerpop.gremlin.structure.io.graphml
 
org.apache.tinkerpop.gremlin.structure.io.graphson - package org.apache.tinkerpop.gremlin.structure.io.graphson
 
org.apache.tinkerpop.gremlin.structure.io.gryo - package org.apache.tinkerpop.gremlin.structure.io.gryo
 
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim - package org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
Abstracts a minimal subset of Kryo types and methods.
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded - package org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
Implementations of the interfaces in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim using TinkerPop's shaded copy of Kryo.
org.apache.tinkerpop.gremlin.structure.io.util - package org.apache.tinkerpop.gremlin.structure.io.util
 
org.apache.tinkerpop.gremlin.structure.service - package org.apache.tinkerpop.gremlin.structure.service
 
org.apache.tinkerpop.gremlin.structure.util - package org.apache.tinkerpop.gremlin.structure.util
 
org.apache.tinkerpop.gremlin.structure.util.detached - package org.apache.tinkerpop.gremlin.structure.util.detached
 
org.apache.tinkerpop.gremlin.structure.util.empty - package org.apache.tinkerpop.gremlin.structure.util.empty
 
org.apache.tinkerpop.gremlin.structure.util.keyed - package org.apache.tinkerpop.gremlin.structure.util.keyed
 
org.apache.tinkerpop.gremlin.structure.util.reference - package org.apache.tinkerpop.gremlin.structure.util.reference
 
org.apache.tinkerpop.gremlin.structure.util.star - package org.apache.tinkerpop.gremlin.structure.util.star
 
org.apache.tinkerpop.gremlin.structure.util.wrapped - package org.apache.tinkerpop.gremlin.structure.util.wrapped
 
org.apache.tinkerpop.gremlin.util - package org.apache.tinkerpop.gremlin.util
 
org.apache.tinkerpop.gremlin.util.function - package org.apache.tinkerpop.gremlin.util.function
 
org.apache.tinkerpop.gremlin.util.iterator - package org.apache.tinkerpop.gremlin.util.iterator
 
ORIGINAL - org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
When the computation is complete, the Graph in ComputerResult is the original graph that spawned the graph computer.
ORIGINAL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
originalValue - Variable in class org.apache.tinkerpop.gremlin.process.traversal.P
 
OrP<V> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
OrP(List<P<V>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.OrP
 
OrStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
OrStep(Traversal.Admin, Traversal<S, ?>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.OrStep
 
otherId - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
otherV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
otherV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
otherV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Edge to the incident vertex that was not just traversed from in the path history.
out - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
out(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
out(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its outgoing adjacent vertices given the edge labels.
OUT - org.apache.tinkerpop.gremlin.structure.Direction
Refers to an outgoing direction.
OUT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
OUT_E - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
OUT_LABEL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
outE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
outE(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
outE(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its outgoing incident edges given the edge labels.
outEdges - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
OutputShim - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
A minimal Output-like abstraction.
outside(V, V) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is not within (exclusive) of the range of the two specified values.
outV - org.apache.tinkerpop.gremlin.process.traversal.Merge
Allows for more complex definition of the OUT vertex.
outV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
outV() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
outV() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Edge to its outgoing/tail incident Vertex.
outVertex() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
outVertex() - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
Get the outgoing/tail vertex of this edge.
outVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
outVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
outVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarInEdge
 
outVertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarOutEdge
 

P

P<V> - Class in org.apache.tinkerpop.gremlin.process.traversal
Predefined Predicate values that can be used to define filters to has() and where().
P - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
P(PBiPredicate<V, V>, V) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.P
 
PAGE_RANK - Static variable in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
PAGE_RANK_MEMORY_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
pageRank - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
pageRank() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Calculates a PageRank over the graph using a 0.85 for the alpha value.
pageRank(double) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Calculates a PageRank over the graph.
PageRank - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Configuration options to be passed to the GraphTraversal.with(String, Object) step on GraphTraversal.pageRank().
PageRank() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRank
 
PageRankMapReduce - Class in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankMapReduce.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankMessageCombiner - Class in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
PageRankVertexProgramStep(Traversal.Admin, double) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
Parameterizing - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
An interface for Step implementations that hold a Parameters object, which fold in arguments from other steps.
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeOtherVertexStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
parameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
Parameters - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
The parameters held by a Traversal.
Parameters() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
parent - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
parentId - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
parse(String) - Static method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker
Parses a Gremlin script and extracts a Result containing properties that are relevant to the checker.
parse(String) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinQueryParser
Parse Gremlin string using a default GremlinAntlrToJava object.
parse(String) - Static method in class org.apache.tinkerpop.gremlin.util.DatetimeHelper
Parses a String representing a date and/or time to a Date object with a default time zone offset of UTC (+00:00).
parse(String, GremlinVisitor<Object>) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinQueryParser
Parse Gremlin string using a specified GremlinAntlrToJava object.
parseBoolean(GremlinParser.BooleanArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper to visit function for boolean.
parseBoolean(GremlinParser.BooleanLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a boolean literal context and return the boolean literal
parseCardinality(GremlinParser.TraversalCardinalityArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for VertexProperty.Cardinality types.
parseColumn(GremlinParser.TraversalColumnArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Pop types.
parseComparator(GremlinParser.TraversalComparatorArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Comparator types like Order.
parseDirection(GremlinParser.TraversalDirectionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Direction types.
parseFloating(GremlinParser.FloatLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse floating literal context and return a floating type number.
parseFunction(GremlinParser.TraversalFunctionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Function types like T and Column.
parseIntegral(GremlinParser.IntegerLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse integral literal context and return an integral type number.
parseMap(GremlinParser.GenericLiteralMapArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Map types.
parseMap(GremlinParser.GenericLiteralMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a map literal context and return the map literal
parseMap(GremlinParser.GenericLiteralMapNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Map types.
parseMerge(GremlinParser.TraversalMergeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Merge types.
parseNumber(GremlinParser.FloatArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper to visit function for float types.
parseNumber(GremlinParser.IntegerArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper to visit function for integer types.
parseObject(GremlinParser.GenericLiteralArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for object types.
parseObjectList(GremlinParser.GenericLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a generic literal list, and return an object array
parseObjectVarargs(GremlinParser.GenericLiteralListArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for list types.
parseObjectVarargs(GremlinParser.GenericLiteralVarargsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a generic literal varargs, and return an object array
parseOrder(GremlinParser.TraversalOrderArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Order types.
parsePop(GremlinParser.TraversalPopArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Pop types.
parseScope(GremlinParser.TraversalScopeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Scope types.
parseString(GremlinParser.StringArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper to visit function for string types.
parseString(GremlinParser.StringLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a string based literal context and return the string.
parseString(GremlinParser.StringNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper to visit function for string types.
parseString(GremlinParser.StringNullableLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a string based literal context and return the string.
parseStringList(GremlinParser.StringLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a String literal list context and return a string array
parseStringVarargs(GremlinParser.StringLiteralVarargsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a string literal varargs, and return an string array
parseT(GremlinParser.TraversalTokenArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for T types.
parseTraversalDirectionFromContext(GremlinParser.TraversalDirectionContext) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalEnumParser
Parsing of Direction requires some special handling because of aliases (from/to).
parseTraversalEnumFromContext(Class<E>, C) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalEnumParser
Parse enum text from a parse tree context into a enum object
parseTraversalStrategyList(GremlinParser.TraversalStrategyListContext, DefaultGremlinBaseVisitor<TraversalStrategy>) - Static method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Parse a TraversalStrategy literal list context and return a string array
ParseTreeContextCastHelper - Class in org.apache.tinkerpop.gremlin.language.grammar
Antlr parse tree context cast helper.
ParseTreeContextCastHelper() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.ParseTreeContextCastHelper
 
parseVertex(GremlinParser.StructureVertexArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
Wrapper for visit function for Vertex types.
PARTIAL_TYPES - org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo
 
PARTITION_KEY - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
partitionKey(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Specifies the partition key name.
PartitionKeyHider() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.PartitionKeyHider
 
PartitionStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
PartitionStrategy partitions the vertices, edges and vertex properties of a graph into String named partitions (i.e.
PartitionStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
PartitionStrategy.MapPropertiesConverter - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Takes a Map of a List of Property objects and unwraps the Property.value().
PartitionStrategy.MapPropertiesFilter - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Takes the result of a Map containing Property lists and if the property is a VertexProperty it applies a filter based on the current partitioning.
PartitionStrategy.PartitionKeyHider<A extends Property> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
A concrete lambda implementation that filters out the partition key so that it isn't visible when making calls to GraphTraversal.valueMap(java.lang.String...).
PartitionStrategy.TypeChecker<A> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
A concrete lambda implementation that checks if the type passing through on the Traverser is of a specific Element type.
path - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
path - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
path - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
path - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
path - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
path() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
path() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to its Path history via Traverser.path().
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
path() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Get the current path of the traverser.
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
path() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
path(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Get the object associated with the specified step-label in the traverser's path history.
path(Pop, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
 
Path - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
Path - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Path denotes a particular walk through a Graph as defined by a Traversal.
PATH - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
PATH - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
Path.Exceptions - Class in org.apache.tinkerpop.gremlin.process.traversal
 
PathFilterStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
PathFilterStep(Traversal.Admin, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
PathProcessor - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
PathProcessor.ElementRequirement - Enum in org.apache.tinkerpop.gremlin.process.traversal.step
 
PathProcessorStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
PathProcessStrategy is an OLAP strategy that does its best to turn non-local children in where() and select() into local children by inlining components of the non-local child.
PathRetractionStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
 
PathSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
PathSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.PathSerializer
 
PathSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PathSerializer
 
PathSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PathSerializer
 
PathStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
PathStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
pathString(Path) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
PathUtil - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
PBiPredicate<T,​U> - Interface in org.apache.tinkerpop.gremlin.process.traversal
Marker interface for predefined BiPredicate predicates that can be used in Predicate}.
peek() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
peek(Iterable<S>, Consumer<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
peek(Iterator<S>, Consumer<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
peerPressure - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
peerPressure() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Executes a Peer Pressure community detection algorithm over the graph.
PeerPressure - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Configuration options to be passed to the GraphTraversal.with(String, Object) step on GraphTraversal.peerPressure().
PeerPressure() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
 
PeerPressureVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
PeerPressureVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
PeerPressureVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
PeerPressureVertexProgramStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
PERCENT_DURATION_KEY - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
The annotation key used to obtain the percent duration via Metrics.getAnnotation(String key)
PERIOD - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
PeriodSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
PeriodSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.PeriodSerializer
 
persist(GraphComputer.Persist) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
persist(GraphComputer.Persist) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Set the GraphComputer.Persist level of the computation.
persist(GraphComputer.Persist) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
PERSIST - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
Pick - Enum in org.apache.tinkerpop.gremlin.process.traversal
A token used with option().
PICK - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
PickSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
poll() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
poolSize(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
The size of the GryoPool.
Pop - Enum in org.apache.tinkerpop.gremlin.process.traversal
A Path may have multiple values associated with a single label.
POP - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
popEquals(Pop, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
 
popEquals(Pop, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
PopSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
positive() - Method in enum org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
predicate - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
predicate(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
predicate(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
PREDICATE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
predicates - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
 
PredicateTraversal<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
PredicateTraversal(Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
PredicateTraverser<A> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
PredicateTraverser(Predicate<A>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraverser
 
prepare(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
prepareForProfiling() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
Reset the Barrier on the step to be wrapped in a ProfilingAware.ProfiledBarrier which can properly start/stop the timer on the associated ProfileStep.
prepareForProfiling() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware
Prepares the step for any internal changes that might help ensure that profiling will work as expected.
prepareForProfiling() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
Reset the Barrier on the step to be wrapped in a ProfilingAware.ProfiledBarrier which can properly start/stop the timer on the associated ProfileStep.
prepareTraversalForNextStep(Traverser.Admin<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
prettyPrint() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
prettyPrint(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
A pretty-print representation of the traversal explanation.
previousStep - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
previousTraversalVertexProgram() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
println(String) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.GremlinShellEnvironment
 
priority() - Method in enum org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
processAllStarts() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
Process all left traversers by do not yield the resultant output.
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
processAllStarts() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
processHasContainerIds(GraphStep<?, ?>, HasContainer) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
Helper method for providers that want to "fold in" HasContainer's based on id checking into the ids of the GraphStep.
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.FilterStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.HasNextStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IdentityStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.RequirementsStep
 
processNextStart() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
processStartTraverser(Traverser.Admin) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
processTraverserPathLabels(Traverser.Admin<S>, Set<String>) - Static method in interface org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor
 
produce(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
produce(S, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceCardinalityValue(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Bytecode and write the syntax for it directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.AnonymizingTypeTranslator
 
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
Gets the string representation of a class with the default implementation simply checking to see if the Class is in CoreImports or not.
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Class<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Class and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Enum<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Enum and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.NoSugarTranslator
 
produceScript(String, Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Bytecode and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(List<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the List and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Map and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Set<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Set and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(P<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the P and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(TraversalStrategyProxy<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the TraversalStrategyProxy and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Edge) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Edge and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.LanguageTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the Vertex and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator.DefaultTypeTranslator
 
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
produceScript(VertexProperty<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
Take the VertexProperty and writes the syntax directly to the member Translator.ScriptTranslator.AbstractTypeTranslator.script variable.
PRODUCTIVE_KEYS - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy
 
ProductiveByStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
Takes an argument of by() and wraps it CoalesceStep so that the result is either the initial Traversal argument or null.
ProductiveByStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
 
productiveKeys(String, String...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy.Builder
Specify the list of property keys that should always be productive for by(String).
productiveKeys(Collection<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.ProductiveByStrategy.Builder
Specify the list of property keys that should always be productive for by(String).
profile - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.Traversal.Symbols
 
profile() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Allows developers to examine statistical information about a traversal providing data like execution times, counts, etc.
profile() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Profile the traversal.
profile(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Allows developers to examine statistical information about a traversal providing data like execution times, counts, etc.
ProfileBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep.ProfileBiOperator
 
ProfiledBarrier(Barrier, ProfileStep) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier
 
ProfileSideEffectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
ProfileSideEffectStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
ProfileStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ProfileStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
 
ProfileStep.ProfileBiOperator - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ProfileStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
 
Profiling - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A Step can implement this interface in order to receive a reference to the MutableMetrics object for the Step.
ProfilingAware - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
Marks a Step as one that is aware of profiling.
ProfilingAware.ProfiledBarrier - Class in org.apache.tinkerpop.gremlin.process.traversal.step
A helper class which holds a Barrier and it's related ProfileStep so that the latter can have its timer started and stopped appropriately.
program - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
program(VertexProgram) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Set the VertexProgram to be executed by the GraphComputer.
program(VertexProgram<?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Executes an arbitrary VertexProgram over the graph.
ProgramPhase - Enum in org.apache.tinkerpop.gremlin.process.computer
 
ProgramVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
ProgramVertexProgramStep(Traversal.Admin, VertexProgram) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ProgramVertexProgramStep
 
project - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
project(String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
project(String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Projects the current object in the stream into a Map that is keyed by the provided labels.
ProjectedTraverser<T,​P> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
ProjectedTraverser(Traverser.Admin<T>, List<P>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
ProjectStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
ProjectStep(Traversal.Admin, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
ProjectStep(Traversal.Admin, TraversalRing<S, E>, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CountGlobalStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FoldStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MaxGlobalStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MinGlobalStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
projectTraverser(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
promise() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep
Submits the traversal asynchronously to a "remote" using RemoteConnection.submitAsync(Bytecode).
promise(Function<Traversal<S, E>, T>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Starts a promise to execute a function on the current Traversal that will be completed in the future.
proper - Static variable in enum org.apache.tinkerpop.gremlin.structure.Direction
The actual direction of an Edge may only be Direction.IN or Direction.OUT, as defined in this array.
properties - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
properties - Variable in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
properties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Gets features related to "properties" on an Edge.
properties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Gets features related to "properties" on a Vertex.
properties() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
 
properties() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
properties(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
properties(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to its associated properties given the provide property keys.
properties(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
Get an Iterator of properties where the propertyKeys is meant to be a filter on the available keys.
properties(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get an Iterator of properties where the propertyKeys is meant to be a filter on the available keys.
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
properties(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Get an Iterator of properties where the propertyKeys is meant to be a filter on the available keys.
properties(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
Get an Iterator of properties where the propertyKeys is meant to be a filter on the available keys.
PROPERTIES - org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
 
PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
PropertiesStep<E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
PropertiesStep(Traversal.Admin, PropertyType, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
property - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
property(Object, Object, Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
property(Object, Object, Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Sets the key and value of a Property.
property(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram.Builder
 
property(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
property(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
property(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
property(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
property(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get a Property for the Element given its key.
property(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
property(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
property(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
property(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Get the VertexProperty for the provided key.
property(String, U) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
property(String, U) - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
property(String, U) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
property(String, U) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
property(String, V) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Add or set a property value for the Element given its key.
property(String, V) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
property(String, V) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Set the provided key to the provided value using VertexProperty.Cardinality.single.
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
property(String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
property(String, V, Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Set the provided key to the provided value using default VertexProperty.Cardinality for that key.
property(Map<Object, Object>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
property(Map<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When a Map is supplied then each of the key/value pairs in the map will be added as property.
property(VertexProperty.Cardinality, Object, Object, Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
property(VertexProperty.Cardinality, Object, Object, Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Sets a Property value and related meta properties if supplied, if supported by the Graph and if the Element is a VertexProperty.
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Create a new vertex property.
Property - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
Property<V> - Interface in org.apache.tinkerpop.gremlin.structure
A Property denotes a key/value pair associated with an Edge.
PROPERTY - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
PROPERTY - org.apache.tinkerpop.gremlin.structure.PropertyType
 
PROPERTY_COMPARATOR - Static variable in class org.apache.tinkerpop.gremlin.structure.util.Comparators
Sorts Property objects by the value of Property.key() using String.CASE_INSENSITIVE_ORDER.
Property.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with a property.
propertyAdditionNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
propertyDoesNotExist() - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyDoesNotExist(Element, String) - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeyCanNotBeAHiddenKey(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
propertyKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
propertyKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
PropertyKeyStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
PropertyKeyStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyKeyStep
 
propertyMap - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
propertyMap(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
propertyMap(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to a Map of the properties key'd according to their Property.key().
propertyMap(Element, String...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
PropertyMapStep<K,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
PropertyMapStep(Traversal.Admin, int, PropertyType, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
PropertyMapStep(Traversal.Admin, PropertyType, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
PropertyMapStep(Traversal.Admin, PropertyType, TraversalRing<K, E>, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
propertyName - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponent
Configures the name of the property within which to store the pagerank value.
propertyName - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRank
Configures the name of the property within which to store the pagerank value.
propertyName - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
Configures the name of the property within which to store the cluster value.
propertyName - Variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
propertyRemovalNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Property.Exceptions
 
PropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
PropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.PropertySerializer
 
PropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PropertySerializer
 
PropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PropertySerializer
 
propertyString(Property) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Property or VertexProperty.
propertyTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
PropertyType - Enum in org.apache.tinkerpop.gremlin.structure
This enumeration allows for the specification of the type of a Property.
propertyValueMap(Element, String...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
PropertyValueStep<E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
PropertyValueStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyValueStep
 
providedAttachableMustContainAGraphObject(Attachable<?>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.Attachable.Exceptions
 
providedKeyIsNotAMemoryComputeKey(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
providedKeyIsNotAnElementComputeKey(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
providedKeyValuesMustBeAMultipleOfTwo() - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
providedKeyValuesMustHaveALegalKeyOnEvenIndices() - Static method in class org.apache.tinkerpop.gremlin.structure.Element.Exceptions
 
PSerializer<T extends P> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
PSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PSerializer
 
PSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PSerializer
 
PSerializer(DataType, Class<T>) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.PSerializer
 
PureTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
PureTraversal(Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
put(String, Object) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Sets the specified key/value pair in the global scope.
put(String, Object) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Sets the specified key/value pair in the global scope.
put(Map<K, Set<V>>, K, V) - Static method in class org.apache.tinkerpop.gremlin.util.MultiMap
 
putAll(Map<K, Set<V>>, K, Collection<V>) - Static method in class org.apache.tinkerpop.gremlin.util.MultiMap
 
PythonTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Translates Gremlin Bytecode into a Python string representation.
PythonTranslator.DefaultTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs standard type translation for the TinkerPop types to Python.
PythonTranslator.NoSugarTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal.translator
Performs translation without for the syntax sugar to Python.

R

range - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
range(long, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
range(long, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the objects in the traversal by the number of them to pass through the stream.
range(Scope, long, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
range(Scope, long, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the objects in the traversal by the number of them to pass through the stream as constrained by the Scope.
RangeBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep.RangeBiOperator
 
RangeBiOperator(long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep.RangeBiOperator
 
RangeGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
RangeGlobalStep(Traversal.Admin, long, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
RangeGlobalStep.RangeBiOperator<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
RangeLocalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
RangeLocalStep(Traversal.Admin, long, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
Ranging - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
read - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
read() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This step is technically a step modulator for the the GraphTraversalSource.io(String) step which instructs the step to perform a read with its given configuration.
read(File) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
read(Buffer) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader
Reads the type code, information and value of a given buffer with fully-qualified format.
read(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
read(Buffer, GraphBinaryReader) - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
Reads the type information and value from the buffer and returns an instance of T.
read(KryoShim<I, ?>, I, Class<DefaultRemoteTraverser>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.DefaultRemoteTraverserSerializer
 
read(KryoShim<I, ?>, I, Class<DefaultRemoteTraverser>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.DefaultRemoteTraverserSerializer
 
read(KryoShim<I, ?>, I, Class<Bytecode.Binding>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BindingSerializer
 
read(KryoShim<I, ?>, I, Class<Bytecode.Binding>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BindingSerializer
 
read(KryoShim<I, ?>, I, Class<Bytecode>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BytecodeSerializer
 
read(KryoShim<I, ?>, I, Class<Bytecode>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BytecodeSerializer
 
read(KryoShim<I, ?>, I, Class<P>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PSerializer
 
read(KryoShim<I, ?>, I, Class<P>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PSerializer
 
read(KryoShim<I, ?>, I, Class<Path>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PathSerializer
 
read(KryoShim<I, ?>, I, Class<Path>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PathSerializer
 
read(KryoShim<I, ?>, I, Class<TextP>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.TextPSerializer
 
read(KryoShim<I, ?>, I, Class<TextP>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TextPSerializer
 
read(KryoShim<I, ?>, I, Class<Metrics>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.MetricsSerializer
 
read(KryoShim<I, ?>, I, Class<TraversalMetrics>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TraversalMetricsSerializer
 
read(KryoShim<I, ?>, I, Class<Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.EdgeSerializer
 
read(KryoShim<I, ?>, I, Class<Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.EdgeSerializer
 
read(KryoShim<I, ?>, I, Class<Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PropertySerializer
 
read(KryoShim<I, ?>, I, Class<Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PropertySerializer
 
read(KryoShim<I, ?>, I, Class<StarGraph>) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphSerializer
If the returned StarGraph is null, that means that the GraphFilter filtered the vertex.
read(KryoShim<I, ?>, I, Class<Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexSerializer
 
read(KryoShim<I, ?>, I, Class<Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexSerializer
 
read(KryoShim<I, ?>, I, Class<VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexPropertySerializer
 
read(KryoShim<I, ?>, I, Class<VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexPropertySerializer
 
read(KryoShim<I, ?>, I, Class<Lambda>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.LambdaSerializer
 
read(KryoShim<I, ?>, I, Class<Lambda>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.LambdaSerializer
 
read(KryoShim<I, ?>, I, Class<T>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
 
read(Kryo, Input, Class<T>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter
 
READ_PARTITIONS - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
readableBytes() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the number of readable bytes.
readBoolean() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a boolean and advances the reader index.
readBoolean() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readBoolean() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readByte() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a byte and advances the reader index.
readByte() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readByte() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readBytes(byte[]) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers this buffer's data to the specified destination starting at the current reader index and advances the reader index.
readBytes(byte[], int, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers this buffer's data to the specified destination starting at the current reader index and advances the reader index.
readBytes(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readBytes(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readBytes(OutputStream, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers this buffer's data to the specified stream starting at the current reader index and advances the index.
readBytes(ByteBuffer) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers this buffer's data to the specified destination starting at the current reader index until the destination's position reaches its limit, and advances the reader index.
readClass(Input) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
readClassAndObject(I) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
readClassAndObject(InputStream) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimService
Deserializes an object from an input stream.
readClassAndObject(InputStream) - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
A loose abstraction of Kryo.readClassAndObject(org.apache.tinkerpop.shaded.kryo.io.Input), where the input parameter is source.
readClassAndObject(ShadedInputAdapter) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
readDouble() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a 64-bit floating point number and advances the reader index.
readDouble() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readDouble() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readEdge(InputStream, Function<Attachable<Edge>, Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readEdge(InputStream, Function<Attachable<Edge>, Edge>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single edge from an InputStream.
readEdge(InputStream, Function<Attachable<Edge>, Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
readEdge(InputStream, Function<Attachable<Edge>, Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readEdge(InputStream, Function<Attachable<Edge>, Edge>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
reader - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
The specific GraphReader instance to use, the name of the fully qualified classname of such an instance or one of IO.graphson, IO.gryo or IO.graphml.
reader() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
reader() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
Creates a GraphReader.ReaderBuilder implementation .
reader() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Creates a GraphReader.ReaderBuilder implementation .
reader() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Creates a GraphReader.ReaderBuilder implementation .
reader() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io
Creates a GraphReader.ReaderBuilder implementation .
READER - org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
 
READER_WRITER - org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
 
readerFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader>) - Static method in class org.apache.tinkerpop.gremlin.structure.io.Io.Exceptions
 
readerIndex() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the reader index of this buffer.
readerIndex(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the reader index of this buffer.
readFloat() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a 32-bit floating point number and advances the reader index.
readGraph(InputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readGraph(InputStream, Graph) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads an entire graph from an InputStream.
readGraph(InputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
Read data into a Graph from output generated by any of the GraphSONWriter writeVertex or writeVertices methods or by GryoWriter.writeGraph(OutputStream, Graph).
readGraph(InputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readGraph(InputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
Read data into a Graph from output generated by any of the GryoWriter writeVertex or writeVertices methods or by GryoWriter.writeGraph(OutputStream, Graph).
readGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
readGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
Read a Graph from file using the default configuration of the Io.reader() and its supplied Io.mapper().
readGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Read a Graph from file using the default configuration of the Io.reader() and its supplied Io.mapper().
readGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Read a Graph from file using the default configuration of the Io.reader() and its supplied Io.mapper().
readGraph(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io
Read a Graph from file using the default configuration of the Io.reader() and its supplied Io.mapper().
READING - org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting.Mode
 
readInt() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a 32-bit integer at the current index and advances the reader index.
readInt() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readInt() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readLong() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a 64-bit integer and advances the reader index.
readLong() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readLong() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readName(Input) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
readObject(I, Class<T>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
readObject(InputStream, Class<? extends C>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readObject(InputStream, Class<? extends C>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads an arbitrary object using the registered serializers.
readObject(InputStream, Class<? extends C>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
Reads an arbitrary object using the registered serializers.
readObject(InputStream, Class<? extends C>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readObject(InputStream, Class<? extends C>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
Reads an arbitrary object using the registered serializers.
readObject(ShadedInputAdapter, Class<T>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
readObjectOrNull(I, Class<T>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
readObjectOrNull(ShadedInputAdapter, Class<T>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
ReadOnlyStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
Detects steps marked with Mutating and throws an IllegalStateException if one is found.
readPartitions(String...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Specifies the partition of the graph to read from.
readPartitions(List<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Specifies the partition of the graph to read from.
readProperty(InputStream, Function<Attachable<Property>, Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readProperty(InputStream, Function<Attachable<Property>, Property>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single property from an InputStream.
readProperty(InputStream, Function<Attachable<Property>, Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
readProperty(InputStream, Function<Attachable<Property>, Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readProperty(InputStream, Function<Attachable<Property>, Property>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
readShort() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Gets a 16-bit short integer and advances the reader index.
readShort() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readShort() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readStarGraphEdges(Function<Attachable<Edge>, Edge>, StarGraph, Map<String, Object>, String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONDeserializer
A helper function for reading vertex edges from a serialized StarGraph (i.e.
readStarGraphVertex(Map<String, Object>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONDeserializer
A helper function for reading a serialized StarGraph from a Map generated by StarGraphGraphSONSerializerV1.
readString() - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
 
readString() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
readValue(Buffer, Class<T>, boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryReader
Reads a value for an specific type.
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigDecimalSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigIntegerSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BindingSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BulkSetSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteBufferSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteCodeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.CharSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ClassSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DateSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DurationSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EdgeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.GraphSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.InetAddressSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.InstantSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LambdaSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ListSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateTimeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalTimeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapEntrySerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MetricsSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MonthDaySerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetDateTimeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetTimeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PathSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PeriodSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PropertySerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SetSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
Reads a non-nullable value according to the type format.
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.StringSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalExplanationSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalMetricsSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalStrategySerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraverserSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TreeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.UUIDSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexPropertySerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.YearMonthSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZonedDateTimeSerializer
 
readValue(Buffer, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZoneOffsetSerializer
 
readValue(Buffer, GraphBinaryReader, boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
readValue(Buffer, GraphBinaryReader, boolean) - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
Reads the value from the buffer (not the type information) and returns an instance of T.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex from an InputStream.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
Read a Vertex from output generated by any of the GraphSONWriter writeVertex or writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
Read a Vertex from output generated by any of the GryoWriter writeVertex or writeVertices methods or by GryoWriter.writeGraph(OutputStream, Graph).
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex from an InputStream.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
Read a Vertex from output generated by any of the GraphSONWriter writeVertex or writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readVertex(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
Read a Vertex from output generated by any of the GryoWriter writeVertex or writeVertices methods or by GryoWriter.writeGraph(OutputStream, Graph).
readVertex(InputStream, GraphFilter) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex from an InputStream.
readVertex(InputStream, GraphFilter) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
 
readVertexBytes() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexByteArrayInputStream
Read the bytes of the next Vertex in the stream.
readVertexProperty(InputStream, Function<Attachable<VertexProperty>, VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readVertexProperty(InputStream, Function<Attachable<VertexProperty>, VertexProperty>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex property from an InputStream.
readVertexProperty(InputStream, Function<Attachable<VertexProperty>, VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
readVertexProperty(InputStream, Function<Attachable<VertexProperty>, VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readVertexProperty(InputStream, Function<Attachable<VertexProperty>, VertexProperty>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
readVertices(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
This method is not supported for this reader.
readVertices(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphReader
Reads a set of one or more vertices from an InputStream which were written by GraphWriter.writeVertices(OutputStream, Iterator).
readVertices(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
Read Vertex objects from output generated by any of the GraphSONWriter writeVertex or writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
readVertices(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
This method is not supported for this reader.
readVertices(InputStream, Function<Attachable<Vertex>, Vertex>, Function<Attachable<Edge>, Edge>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader
Read Vertex objects from output generated by any of the GryoWriter writeVertex or writeVertices methods or by GryoWriter.writeGraph(OutputStream, Graph).
readWithKryo(Function<Kryo, A>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
readWrite() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
An internal function that signals a read or a write has occurred - not meant to be called directly by end users.
readWrite() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
An internal function that signals a read or a write has occurred - not meant to be called directly by end users.
readWriteConsumerInternal - Variable in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
ReadWriting - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
An interface that defines a Step as one that handles IO based operations for a Graph.
ReadWriting.Mode - Enum in org.apache.tinkerpop.gremlin.process.traversal.step
Determines the mode of the the IO operation as being for reading or writing (or by default "unset")
reason() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOut
The reason the implementation is opting out of this test.
receiveMessages() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Messenger
Receive all incoming messages to the currently executing vertex.
receiveMessages() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.SingleMessenger
 
recordEnd(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
recordEnd(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
 
recordStart(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm
 
recordStart(Traverser.Admin<Object>, Traversal.Admin<Object, Object>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
 
reduce(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
reduce(Iterable<S>, E, BiFunction<E, S, E>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
reduce(Iterable<S>, S, BinaryOperator<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
reduce(Iterator<S>, E, BiFunction<E, S, E>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
reduce(Iterator<S>, S, BinaryOperator<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
reduce(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
The reduce() method is logically on the "machine" the respective key hashes to.
reduce(MapReduce.NullObject, Iterator<Serializable>, MapReduce.ReduceEmitter<MapReduce.NullObject, Integer>) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
REDUCE - org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
 
reducerMap - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
ReducingBarrierStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
ReducingBarrierStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
ReducingBarrierStep.NonEmittingSeed - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
A class that represents a value that is not be to be emitted which helps with flow control internal to the class and is serializable in Gryo for use in OLAP.
reducingBiOperator - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
reference() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy
 
REFERENCE - org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Uses ReferenceFactory to detach which only includes id and label of elements.
referenceCount() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the reference count of this object.
referencedLabels - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
ReferenceEdge - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferenceEdge(Object, String, ReferenceVertex, ReferenceVertex) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
ReferenceEdge(Edge) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
ReferenceElement<E extends Element> - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferenceElement() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
ReferenceElement(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
ReferenceElement(Element) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceElement
 
ReferenceElementStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.ReferenceElementStrategy.ReferenceElementStep
 
ReferenceElementStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
A strategy that detaches traversers with graph elements as references (i.e.
ReferenceElementStrategy.ReferenceElementStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
 
ReferenceFactory - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferencePath - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferencePath(Path) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferencePath
 
ReferenceProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferenceProperty(String, V) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
ReferenceProperty(Property<V>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
referenceTracking(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
By default, each appearance of an object in the graph after the first is stored as an integer ordinal.
ReferenceVertex - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferenceVertex(Object) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
ReferenceVertex(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
ReferenceVertex(Vertex) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
ReferenceVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.reference
 
ReferenceVertexProperty(Object, String, V) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
ReferenceVertexProperty(VertexProperty<V>) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
regex(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String has a match with the given regex pattern.
RegexPredicate(String, boolean) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
register(Class<? extends Io>, Class, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.AbstractIoRegistry
Add a "serializer" for the Mapper.
register(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
register(String, Supplier<V>, BinaryOperator<V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Register a side-effect with the TraversalSideEffects providing a Supplier and a BinaryOperator.
register(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Register a side-effect with the TraversalSideEffects providing a Supplier and a BinaryOperator.
register(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
register(Registration) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
registerEngineExtension(String, GremlinScriptEngineFactory) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle an extension.
registerEngineExtension(String, GremlinScriptEngineFactory) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle an extension.
registerEngineMimeType(String, GremlinScriptEngineFactory) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle a mime type.
registerEngineMimeType(String, GremlinScriptEngineFactory) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle a mime type.
registerEngineName(String, GremlinScriptEngineFactory) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle a language name.
registerEngineName(String, GremlinScriptEngineFactory) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Registers a GremlinScriptEngineFactory to handle a language name.
registerIfAbsent(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
registerIfAbsent(String, Supplier<V>, BinaryOperator<V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Register a side-effect with the TraversalSideEffects providing a Supplier and a BinaryOperator.
registerIfAbsent(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Register a side-effect with the TraversalSideEffects providing a Supplier and a BinaryOperator.
registerIfAbsent(String, Supplier<V>, BinaryOperator<V>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
registerImplicit(Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
registerService(Service.ServiceFactory) - Method in class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
Register a callable service.
registerStrategies(Class, TraversalStrategies) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies.GlobalCache
 
registerWith(Kryo) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.TypeRegistration
Registers this type on the supplied Kryo instance, using whatever custom serializer may be present, then returns the same Kryo instance supplied as the parameter.
registrationRequired(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
When set to true, all classes serialized by the Kryo instances created from this GryoMapper must have their classes known up front and registered appropriately through this builder.
registry - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
A key that identifies the fully qualified class names of IoRegistry instances to use.
reIdSteps(StepPosition, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
release() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Decreases the reference count by 1 and deallocates this object if the reference count reaches at 0.
RemoteAcceptor - Interface in org.apache.tinkerpop.gremlin.jsr223.console
The Gremlin Console supports the :remote and :submit commands which provide standardized ways for plugins to provide "remote connections" to resources and a way to "submit" a command to those resources.
RemoteConnection - Interface in org.apache.tinkerpop.gremlin.process.remote
A simple abstraction of a "connection" to a "server" that is capable of processing a Traversal and returning results.
RemoteConnectionException - Exception in org.apache.tinkerpop.gremlin.process.remote
A generalized exception for any errors related to RemoteConnection.
RemoteConnectionException() - Constructor for exception org.apache.tinkerpop.gremlin.process.remote.RemoteConnectionException
 
RemoteConnectionException(String) - Constructor for exception org.apache.tinkerpop.gremlin.process.remote.RemoteConnectionException
 
RemoteConnectionException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.process.remote.RemoteConnectionException
 
RemoteConnectionException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.process.remote.RemoteConnectionException
 
RemoteException - Exception in org.apache.tinkerpop.gremlin.jsr223.console
A mapper Exception to be thrown when there are problems with processing a command given to a RemoteAcceptor.
RemoteException(String) - Constructor for exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
 
RemoteException(String, String) - Constructor for exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
 
RemoteException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
 
RemoteException(String, Throwable, String) - Constructor for exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
 
RemoteException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.jsr223.console.RemoteException
 
RemoteStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.remote.traversal.step.map
Sends a Traversal to a RemoteConnection and iterates back the results.
RemoteStep(Traversal.Admin, RemoteConnection) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep
 
RemoteStrategy - Class in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration
Reconstructs a Traversal by appending a RemoteStep to its end.
RemoteStrategy(RemoteConnection) - Constructor for class org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration.RemoteStrategy
 
RemoteTraversal<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.remote.traversal
RemoteTraverser<T> - Interface in org.apache.tinkerpop.gremlin.process.remote.traversal
 
remove() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
remove() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
remove() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
remove() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Removes the Element from the graph.
remove() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
Remove the property from the associated element.
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.util.iterator.AbortiveMultiIterator
 
remove() - Method in class org.apache.tinkerpop.gremlin.util.iterator.MultiIterator
 
remove(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
remove(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Remove a key from the parameter set.
remove(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet
 
remove(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
remove(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
remove(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Remove both the value and registered Supplier associated with provided key.
remove(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Remove both the value and registered Supplier associated with provided key.
remove(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
remove(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Removes a variable.
remove(String, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Remove a key from the set of key/value pairs.
remove(T, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Removes an accessor from the set of key/value pairs.
removeAll(Collection<?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
removeAllSteps(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
removeAttribute(String, int) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
removeBindings(Bytecode) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.BytecodeHelper
 
removeCallback(EventCallback<E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.CallbackRegistry
 
removeCallback(EventCallback<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ListCallbackRegistry
 
removeEndBrackets(Collection) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
removeGlobalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
removeGlobalChild(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
removeHasContainer(HasContainer) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
removeHasContainer(HasContainer) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.HasContainerHolder
 
removeLabel(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Remove a label from this step.
removeLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
removeLabel(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
removeLocalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
removeLocalChild(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
removeLocalChild(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
removeOnNext(Iterator<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
removeScopeKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
removeStartKey() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
removeStep(int) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
removeStep(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
removeStep(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Remove a Step from the traversal.
removeStep(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
removeStep(int) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
removeStep(Step<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Remove a Step from the traversal.
removeStrategies(Class<? extends TraversalStrategy>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Remove all the provided TraversalStrategy classes from the current collection.
removeStrategies(Class<? extends TraversalStrategy>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
removeStrategies(Class<? extends TraversalStrategy>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
removeToTraversal(Step<S, ?>, Step<?, E>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
 
removeTransactionListener(Consumer<Transaction.Status>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Removes a transaction listener.
removeTransactionListener(Consumer<Transaction.Status>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
removeTransactionListener(Consumer<Transaction.Status>) - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
rename(Object, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Renames a key in the parameter set.
repeat - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
repeat(String, Traversal<?, A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
repeat(String, Traversal<?, E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This step is used for looping over a traversal given some break predicate and with a specified loop name.
repeat(Traversal<?, A>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
repeat(Traversal<?, E>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This step is used for looping over a traversal given some break predicate.
RepeatEndStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep.RepeatEndStep
 
RepeatStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
RepeatStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
RepeatStep.RepeatEndStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
RepeatUnrollStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
RepeatUnrollStrategy is an OLTP-only strategy that unrolls any RepeatStep if it uses a constant number of loops (times(x)) and doesn't emit intermittent elements.
replaceKey(Object[], Object, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Replaces one key with a different key.
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
replaceLocalChild(Traversal.Admin<?, ?>, Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
 
replaceStep(Step<S, E>, Step<S, E>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Replace a step with a new step.
replaceTraversal(Traversal.Admin<A, B>, Traversal.Admin<A, B>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
requirements - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
RequirementsStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
RequirementsStep(Traversal.Admin, Set<TraverserRequirement>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.RequirementsStep
 
RequirementsStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
requireRestart() - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
Some modules may require a restart of the plugin host for the classloader to pick up the features.
requiresEdgeAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgePropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgePropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgeRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresGlobalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresLocalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVersion(V) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo.Builder
GraphML does not have a version and therefore always returns false.
requiresVersion(V) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo.Builder
 
requiresVersion(V) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo.Builder
 
requiresVersion(V) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io.Builder
Determines if the version matches the one configured for this builder.
requiresVertexAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexPropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexPropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
reservedKeys(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.ReservedKeysVerificationStrategy.Builder
 
ReservedKeysVerificationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
This verification strategy detects property keys that should not be used by the traversal.
ReservedKeysVerificationStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.FlatMapStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
reset() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Reset the state of the step such that it has no incoming starts.
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.InjectStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
reset() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Call the Step.reset() method on every step in the traversal.
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
reset() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
reset() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
reset() - Method in class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
resetLoops() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Set the number of times the traverser has gone through a loop back to 0.
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
resetLoops() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
resetSeed(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
resetSeed(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
resetSeed(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
resetSeed(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
resetSeed(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SampleLocalStep
 
resetSeed(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Seedable
 
resetWriterIndex() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Repositions the current writer index to the marked index in this buffer.
resolveSymbol(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator.DefaultTypeTranslator
 
resolveSymbol(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator.DefaultTypeTranslator
 
resolveSymbol(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator.DefaultTypeTranslator
 
resolveSymbol(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator.DefaultTypeTranslator
 
resolveVertex(Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
resolveVertex(Merge, Direction, Map, Traverser.Admin<S>, Traversal.Admin<S, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
resolveVertex(Traverser.Admin<S>, Traversal.Admin<S, Object>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
resolveVertices(Map, Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
result(GraphComputer.ResultGraph) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
result(GraphComputer.ResultGraph) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Set the GraphComputer.ResultGraph of the computation.
result(GraphComputer.ResultGraph) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
RESULT - Static variable in interface org.apache.tinkerpop.gremlin.jsr223.console.RemoteAcceptor
 
RESULT - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph, GraphComputer.Persist) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
retain() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Increases the reference count by 1.
retract(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Remove labels from path.
retract(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
retract(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
retract(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
returnClass - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
returnsEdge() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
returnsEdge() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
returnsVertex() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
returnsVertex() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
returnType - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
returnType - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
reverse(Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
reversed() - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Order
Produce the opposite representation of the current Order enum.
reverseDirection() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
reverseDirection() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
ReverseTraversalSupplier(MessageScope.Local<?>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local.ReverseTraversalSupplier
 
rm(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
Recursively remove the file (data source) at the specified location.
rollback() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
Rolls back a transaction.
rollback() - Method in class org.apache.tinkerpop.gremlin.structure.util.AbstractTransaction
Rolls back a transaction.
ROLLBACK - org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Rollback the transaction when Transaction.close() is called.
ROLLBACK - org.apache.tinkerpop.gremlin.structure.Transaction.Status
 
ROOT_DIRECTORY - Static variable in interface org.apache.tinkerpop.gremlin.structure.io.Storage
 
ROOT_TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 

S

sack - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
sack - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
sack - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
sack() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sack() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to its Traverser.sack() value.
sack() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
sack() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
sack() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
sack() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Get the sack local sack object of this traverser.
sack() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
sack() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
sack(BiFunction<V, U, V>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sack(BiFunction<V, U, V>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to its Traverser.sack() value.
sack(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
sack(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
sack(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
sack(S) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Set the traversers sack object to the provided value ("sack the value").
sack(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
sack(S) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
SACK - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
SackFunctions - Class in org.apache.tinkerpop.gremlin.process.traversal
 
SackFunctions.Barrier - Enum in org.apache.tinkerpop.gremlin.process.traversal
 
sackInitialValue - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
sackMergeOperator - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
sackSplitOperator - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
SackStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SackStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SackStep
 
SackStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
The SackStrategy is used internal to the withSack() steps of TraversalSource and is not typically constructed directly.
SackStrategy.Builder<A> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
SackValueStep<S,​A,​B> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
SackValueStep(Traversal.Admin, BiFunction<A, B, A>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
sample - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
sample(int) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sample(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Allow some specified number of objects to pass through the stream.
sample(Scope, int) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sample(Scope, int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Allow some specified number of objects to pass through the stream.
SampleGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
SampleGlobalStep(Traversal.Admin, int) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
SampleLocalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SampleLocalStep(Traversal.Admin, int) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SampleLocalStep
 
ScalarMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
A type of MapStep class which will transform the object of one Traverser into another.
ScalarMapStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
 
Scope - Enum in org.apache.tinkerpop.gremlin.process.traversal
Many Step instance can have a variable scope which alter the manner in which the step will behave in relation to how the traversers are processed.
SCOPE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
scopeKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
scopeKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
ScopeSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
Scoping - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
This interface is implemented by Step implementations that access labeled path steps, side-effects or Map values by key, such as select('a') step.
Scoping.KeyNotFoundException - Exception in org.apache.tinkerpop.gremlin.process.traversal.step
 
Scoping.Variable - Enum in org.apache.tinkerpop.gremlin.process.traversal.step
 
script - Variable in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
 
script - Variable in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
Script - Class in org.apache.tinkerpop.gremlin.process.traversal
General representation of script
Script() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.Script
 
SCRIPT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
ScriptCustomizer - Interface in org.apache.tinkerpop.gremlin.jsr223
A Customizer that executes scripts in a GremlinScriptEngine instance for purpose of initialization.
ScriptEngineCache - Class in org.apache.tinkerpop.gremlin.jsr223
A cache of standard ScriptEngine instances, instantiated by the standard ScriptEngineManager.
ScriptEngineLambda - Class in org.apache.tinkerpop.gremlin.util.function
 
ScriptEngineLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
ScriptFileGremlinPlugin - Class in org.apache.tinkerpop.gremlin.jsr223
Loads scripts from one or more files into the GremlinScriptEngine at startup.
ScriptFileGremlinPlugin.Builder - Class in org.apache.tinkerpop.gremlin.jsr223
 
ScriptTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
ScriptTraversal encapsulates a ScriptEngine and a script which is compiled into a Traversal at Traversal.Admin.applyStrategies().
ScriptTraversal(TraversalSource, String, String, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.ScriptTraversal
 
searchEdges(Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
Translate the Map into search criteria.
searchVertices(Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Translate the Map into a g.V() traversal against the supplied graph.
searchVerticesLabelConstraint(GraphTraversal, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
searchVerticesPropertyConstraints(GraphTraversal, Map) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
searchVerticesTraversal(Graph, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
secondsSince(long) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
Seedable - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
An interface implemented by steps that have some form of Random usage that can be configured by way of a seed to allow for deterministic behavior of the step.
SeedStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
A strategy that resets the specified seed value for Seedable steps, which in turn will produce deterministic results from those steps.
SeedStrategy(long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SeedStrategy
 
seedSupplier - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
If the seedSupplier is null then the default behavior is to generate the seed from the starts.
select - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
select(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to the object specified by the selectKey.
select(String, String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(String, String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to a Map projection of sideEffect values, map values, and/or path values.
select(Pop, String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(Pop, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to the object specified by the selectKey and apply the Pop operation to it.
select(Pop, String, String, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(Pop, String, String, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to a Map projection of sideEffect values, map values, and/or path values.
select(Pop, Traversal<A, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(Pop, Traversal<S, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to the object specified by the key returned by the keyTraversal and apply the Pop operation to it.
select(Traversal<A, B>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(Traversal<S, E2>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Traverser to the object specified by the key returned by the keyTraversal.
select(Column) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
select(Column) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
A version of select that allows for the extraction of a Column from objects in the traversal.
selectKeys - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
SelectOneStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SelectOneStep(Traversal.Admin, Pop, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
SelectStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SelectStep(Traversal.Admin, Pop, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
sendMessage(MessageScope, M) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Messenger
The currently executing vertex can send a message with provided MessageScope.
sendMessage(MessageScope, M) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.SingleMessenger
 
serialize(Object, Configuration, String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
serialize(DirectionalStarGraph, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV1
 
serialize(DirectionalStarGraph, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV2
 
serialize(DirectionalStarGraph, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV3
 
serializeObject(Object) - Static method in class org.apache.tinkerpop.gremlin.util.Serializer
 
Serializer - Class in org.apache.tinkerpop.gremlin.util
 
SerializerShim<T> - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
A minimal Serializer-like abstraction.
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.ToStringGraphSONSerializer
 
serializeWithType(DirectionalStarGraph, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV1
 
serializeWithType(DirectionalStarGraph, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV2
 
serializeWithType(DirectionalStarGraph, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV3
 
service() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
Service<I,​R> - Interface in org.apache.tinkerpop.gremlin.structure.service
Service call with I input type and R return type.
SERVICE - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService.Params
 
Service.DirectoryService<I> - Interface in org.apache.tinkerpop.gremlin.structure.service
Meta-service to list and describe registered callable services.
Service.DirectoryService.Params - Interface in org.apache.tinkerpop.gremlin.structure.service
 
Service.Exceptions - Interface in org.apache.tinkerpop.gremlin.structure.service
 
Service.ServiceCallContext - Class in org.apache.tinkerpop.gremlin.structure.service
Context information for service call invocation.
Service.ServiceFactory<I,​R> - Interface in org.apache.tinkerpop.gremlin.structure.service
The service factory creates instances of callable services based on the desired execution type.
Service.Type - Enum in org.apache.tinkerpop.gremlin.structure.service
Service calls can appear at the start of a traversal or mid-traversal.
ServiceCallContext(Traversal.Admin, Step) - Constructor for class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
ServiceRegistry - Class in org.apache.tinkerpop.gremlin.structure.service
A basic service registry implementation used by CallStep.
ServiceRegistry() - Constructor for class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
 
set - org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
set(Object) - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
set(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
set(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Set the specified key to the specified value.
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Set the specified key to the specified value.
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
set(String, Object) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
Sets a variable.
set(Iterator<S>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
set(TraversalParent, Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Set parameters given key/value pairs.
set(T) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Set the current object location of the traverser.
set(T) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
set(T) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
set(T) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
Set - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
SET - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
setAnnotation(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Set an annotation value.
setAttribute(String, Object, int) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
setBindings(Bindings) - Method in class org.apache.tinkerpop.gremlin.jsr223.DefaultGremlinScriptEngineManager
Stores the specified Bindings as a global for all GremlinScriptEngine objects created by it.
setBindings(Bindings) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineManager
Stores the specified Bindings as a global for all GremlinScriptEngine objects created by it.
setBindings(Bindings, int) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
setBranchTraversal(Traversal.Admin<S, M>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraverser
 
setBulk(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Set the number of traversers represented by this traverser.
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
setBulk(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
setBypass(boolean) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Bypassing
 
setBypass(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
setBypass(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
setBypassTraversal(Traversal.Admin<S, E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
setCharAtEnd(char) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
setComputer(Computer) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
setComputer(Computer) - Method in interface org.apache.tinkerpop.gremlin.process.computer.traversal.step.VertexComputing
Set the Computer to be used to generate the GraphComputer.
setComputerTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
setCount(String, long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Directly set the count for the metric.
setCustomizerManager(GremlinScriptEngineManager) - Method in class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
 
setCustomizerManager(GremlinScriptEngineManager) - Method in interface org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngineFactory
The factory should take the Customizer implementations made available by the manager and supply them to the GremlinScriptEngine implementation it creates.
setDedupLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
setDuration(long, TimeUnit) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Directly set the duration for the metric.
setEdgeFilter(Traversal<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Set the filter for selecting edges from the source graph.
setEmitTraversal(Traversal.Admin<S, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
setErrorWriter(Writer) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
setGraph(Graph) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
setGraph(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
setGraph(Graph) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
 
setGraph(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
setGraph(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
setId(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
setId(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex.Builder
 
setId(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
setId(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Get the unique id of the step.
setId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
setId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
setInV(DetachedVertex) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
setIteration(int) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
 
setIteration(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
setIteration(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
setIteration(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
setIteratorSupplier(Supplier<Iterator<E>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
setKeepLabels(Set<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor
 
setKeepLabels(Set<String>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
setKey(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
setKryo(Kryo) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
setLabel(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
setLabel(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex.Builder
 
setLabel(String) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
setLimit(long) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
setListeners(List<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.DefaultEventQueue
 
setListeners(List<MutationListener>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.EventQueue
Provide listeners to the queue that were given to the EventStrategy on construction.
setListeners(List<MutationListener>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.TransactionalEventQueue
 
setLocked(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
Allow the locked property of the traversal to be directly set by those who know what they are doing.
setLoopName(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
setMatchAlgorithm(Class<? extends MatchStep.MatchAlgorithm>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
setMemorySideEffects(Traversal.Admin<?, ?>, Memory, ProgramPhase) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
setMetrics(Traversal.Admin, boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
Extracts metrics from the provided Traversal and computes metrics.
setMetrics(MutableMetrics) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.Profiling
 
setMode(ReadWriting.Mode) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting
 
setMode(ReadWriting.Mode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
setNextStep(Step<E, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Set the step that is next to the current step.
setNextStep(Step<E, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
setNextStep(Step<E, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
setOutV(DetachedVertex) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge.Builder
 
setParent(TraversalParent) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
setParent(TraversalParent) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
setParent(TraversalParent) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Set the TraversalParent Step that is the parent of this traversal.
setParent(TraversalParent) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
setParent(TraversalParent) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
setPreviousStep(Step<?, S>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Set the step that is previous to the current step.
setPreviousStep(Step<?, S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
setPreviousStep(Step<?, S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
setPropertyTraversal(Traversal.Admin<Element, ? extends Property>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
setReader(Reader) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
setReducingBiOperator(BinaryOperator<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
setRepeatTraversal(Traversal.Admin<S, S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
setRuntime(long) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
 
setRuntime(long) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.EmptyMemory
 
setRuntime(long) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
setRuntime(long) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
setSack(Supplier<S>, UnaryOperator<S>, BinaryOperator<S>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
setSack(Supplier<S>, UnaryOperator<S>, BinaryOperator<S>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects
Set the initial value of each Traverser "sack" along with the operators for splitting and merging sacks.
setSack(Supplier<S>, UnaryOperator<S>, BinaryOperator<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
Set the initial value of each Traverser "sack" along with the operators for splitting and merging sacks.
setSack(Supplier<S>, UnaryOperator<S>, BinaryOperator<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalSideEffects
 
setSeedSupplier(Supplier<E>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ReducingBarrierStep
 
SetSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
SetSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.SetSerializer
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
setSideEffects(TraversalSideEffects) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Set the TraversalSideEffects of this traversal.
setSideEffects(TraversalSideEffects) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Set the sideEffects of the Traversal.
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
setSideEffects(TraversalSideEffects) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
setStepId(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Set the step id of where the traverser is located.
setStepId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_Traverser
 
setStepId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
setStepId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
setStepId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
setStepId(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
setStrategies(TraversalStrategies) - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.AbstractRemoteTraversal
 
setStrategies(TraversalStrategies) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.AbstractLambdaTraversal
 
setStrategies(TraversalStrategies) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin
Set the TraversalStrategies to be used by this traversal at evaluation time.
setStrategies(TraversalStrategies) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
setStrategies(TraversalStrategies) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversal
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Step
Set the Traversal that this step is contained within.
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
setTraversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyStep
 
setUntilTraversal(Traversal.Admin<S, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
setup(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
setup(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The method is called at the beginning of the computation.
SETUP - org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
setV(DetachedVertex) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
setValue(Object) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty.Builder
 
setValue(V) - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
setVariable(String, T) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.GremlinShellEnvironment
 
setVertexFilter(Traversal<Vertex, Vertex>) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Set the filter for selecting vertices from the source graph.
setVertexPropertyFilter(Traversal<Vertex, ? extends Property<?>>) - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
Set the filter for selecting vertex properties from the vertices.
setWriter(Writer) - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptContext
ShadedInputAdapter - Class in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
 
ShadedInputAdapter(Input) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
ShadedKryoAdapter - Class in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
 
ShadedKryoAdapter(Kryo) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
ShadedOutputAdapter - Class in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
 
ShadedOutputAdapter(Output) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
ShadedSerializerAdapter<T> - Class in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
 
ShadedSerializerAdapter(SerializerShim<T>) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter
 
SHORT - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
SHORTEST_PATHS - Static variable in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
shortestPath - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
shortestPath() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Executes a Shortest Path algorithm over the graph.
ShortestPath - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Configuration options to be passed to the GraphTraversal.with(String, Object) step.
ShortestPath() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
 
ShortestPathVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.search.path
 
ShortestPathVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.search.path
 
ShortestPathVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
ShortestPathVertexProgramStep(Traversal.Admin<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
ShortSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
shuffle - org.apache.tinkerpop.gremlin.process.traversal.Order
Order in a random fashion.
shuffle(Random) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
SIDE_EFFECTS - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
sideEffect - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
sideEffect(Consumer<Traverser<A>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sideEffect(Consumer<Traverser<E>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform some operation on the Traverser and pass it to the next step unmodified.
sideEffect(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sideEffect(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Perform some operation on the Traverser and pass it to the next step unmodified.
sideEffect(Traverser.Admin<Edge>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.FailStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.LambdaSideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.ProfileSideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
sideEffect(Traverser.Admin<S>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
SideEffectCapable<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A SideEffectCapable step stores a side-effect data structure accessible by a side-effect key.
sideEffectCapableSteps - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
SideEffectCapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
SideEffectCapStep(Traversal.Admin, String, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
SideEffectHelper - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
sideEffectKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects.Exceptions
 
sideEffectKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects.Exceptions
 
sideEffectKeyDoesNotExist(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects.Exceptions
 
sideEffects - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
sideEffects - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
sideEffects - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
sideEffects(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Get a particular value from the side-effects of the traverser (thus, traversal).
sideEffects(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser
Add a particular value to the respective side-effect of the traverser (thus, traversal).
SideEffectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
SideEffectStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectStep
 
SideEffectStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
sideEffectValueCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSideEffects.Exceptions
 
simplePath - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
simplePath() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
simplePath() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filter the E object if its Traverser.path() is not Path.isSimple().
SimpleTypeSerializer<T> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
Base class for serialization of types that don't contain type specific information only {type_code}, {value_flag} and {value}.
SimpleTypeSerializer(DataType) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
single - org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
single(Object) - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
 
SINGLE_LOOP - org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
 
SingleGremlinScriptEngineManager - Class in org.apache.tinkerpop.gremlin.jsr223
Provides static access to a CachedGremlinScriptEngineManager instance.
SingleMessenger<M> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
SingleMessenger(Messenger<M>, M) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.SingleMessenger
 
SingleTypeSerializer<T> - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
Represents a serializer for types that can be represented as a single value and that can be read and write in a single operation.
size() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Get the number of step in the path.
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
Returns the size of parameter set.
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
size() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
skip - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
skip(long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
skip(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters out the first n objects in the traversal.
skip(Scope, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
skip(Scope, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters out the first n objects in the traversal.
sort(Comparator<Traverser<S>>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
sortStrategies(Set<TraversalStrategy<?>>) - Static method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Sorts the list of provided strategies such that the TraversalStrategy.applyPost() and TraversalStrategy.applyPrior() dependencies are respected.
source(Traversal<Vertex, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
SOURCE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
spacing(String, int, StringBuilder) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
specific() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOut
For parameterized tests specify the name of the test itself without its "square brackets".
split() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Generate a sibling traverser of the current traverser with a full copy of all state within the sibling.
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
split() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
split(Traverser.Admin<T>, T) - Method in class org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext
 
split(R, Step<T, R>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin
Generate a child traverser of the current traverser for current as step and new object location.
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_P_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_NL_O_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_P_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_LP_O_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_NL_O_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.B_O_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_P_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_NL_O_OB_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_P_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.LP_O_OB_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.NL_O_OB_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_OB_S_SE_SL_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.DummyTraverser
 
split(R, Step<T, R>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.EmptyTraverser
 
spliterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
spliterator() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
splitOperator(UnaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SackStrategy.Builder
 
splitParents() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
stageVertexProperty(Vertex, VertexProperty.Cardinality, String, V, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
This is a helper method for dealing with vertex property cardinality and typically used in Vertex.property(VertexProperty.Cardinality, String, Object, Object...).
standardAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
standardAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep.RepeatEndStep
 
standardAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
standardAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
standardAlgorithm() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep
 
StandardVerificationStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
StarElement(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarElement
 
StarGraph - Class in org.apache.tinkerpop.gremlin.structure.util.star
A StarGraph is a form of Attachable (though the Graph implementation does not implement that interface itself).
StarGraph.Builder - Class in org.apache.tinkerpop.gremlin.structure.util.star
StarGraph builder with options to customize its internals
StarGraph.StarAdjacentVertex - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarEdge - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarElement<E extends Element> - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarGraphFeatures - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarInEdge - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarOutEdge - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarVertex - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraph.StarVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraphGraphSONDeserializer - Class in org.apache.tinkerpop.gremlin.structure.util.star
Provides helper functions for reading vertex and edges from their serialized GraphSON forms.
StarGraphGraphSONDeserializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONDeserializer
 
StarGraphGraphSONSerializerV1 - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraphGraphSONSerializerV1(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV1
 
StarGraphGraphSONSerializerV2 - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraphGraphSONSerializerV2(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV2
 
StarGraphGraphSONSerializerV3 - Class in org.apache.tinkerpop.gremlin.structure.util.star
 
StarGraphGraphSONSerializerV3(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGraphSONSerializerV3
 
StarGraphGryoSerializer - Class in org.apache.tinkerpop.gremlin.structure.util.star
A wrapper for StarGraphSerializer that makes it compatible with TinkerPop's shaded Kryo.
StarGraphSerializer - Class in org.apache.tinkerpop.gremlin.structure.util.star
Kryo serializer for StarGraph.
StarGraphSerializer(Direction, GraphFilter) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphSerializer
 
start - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
start() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
start() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
start() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
Starts the metrics timer.
start() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Starts the timer for this metric.
Start - org.apache.tinkerpop.gremlin.structure.service.Service.Type
Start the traversal with no upstream input.
START - org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
 
startingWith - org.apache.tinkerpop.gremlin.process.traversal.Text
Evaluates if the first string starts with the second.
startingWith(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
Determines if String does start with the given value.
startKey - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
starts - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
startsCount - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
StartStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
StartStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
StartStep(Traversal.Admin, Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
starVertex - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
StarVertex(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
StaticMapReduce<MK,​MV,​RK,​RV,​R> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
StaticMapReduce() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
StaticVertexProgram<M> - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
StaticVertexProgram() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
Step<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Step denotes a unit of computation within a Traversal.
STEP - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
STEP_ID - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
stepIndex(Step<S, E>, Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper
Gets the index of a particular step in the Traversal.
StepPosition - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
StepPosition() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
steps - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
stepString(Step<?, ?>, Object...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
stepWithProvidedLabelDoesNotExist(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Path.Exceptions
 
stop() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep
Stops the metrics timer.
stop() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
Stops the timer for this metric and increments the overall duration.
Storage - Interface in org.apache.tinkerpop.gremlin.structure.io
Storage is a standard API that providers can implement to allow abstract UNIX-like file system for data sources.
storageString(String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
store - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
Deprecated.
As of release 3.4.3, replaced by GraphTraversal.aggregate(java.lang.String) with a Scope.local.
store(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
Deprecated.
As of release 3.4.3, replaced by __.aggregate(Scope, String) using Scope.local.
store(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Deprecated.
As of release 3.4.3, replaced by GraphTraversal.aggregate(Scope, String) using Scope.local.
storeHaltedTraversers(Configuration, TraverserSet<R>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
StoreIteratorCounter - Class in org.apache.tinkerpop.gremlin.util.iterator
Utility class which can be used by providers to keep a count of the number of open iterators to the underlying storage.
StoreIteratorCounter() - Constructor for class org.apache.tinkerpop.gremlin.util.iterator.StoreIteratorCounter
 
storeSideEffectsInMemory() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.MemoryTraversalSideEffects
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
storeState(Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
When it is necessary to store the state of a MapReduce job, this method is called.
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
storeState(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
storeState(Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
When it is necessary to store the state of the VertexProgram, this method is called.
storeState(Configuration, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
storeState(Configuration, String, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
strategies - Variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
strategies - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
STRATEGY - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
 
STRATEGY - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
STRATEGY_CATEGORIES - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
 
strategyTraversals - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
stream() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
 
stream(Iterable<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
 
stream(Iterator<T>) - Static method in class org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils
Construct a Stream from an Iterator.
Streaming - org.apache.tinkerpop.gremlin.structure.service.Service.Type
Mid-traversal with streaming input.
strict(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
When set to true, exceptions will be thrown if a property value cannot be coerced to the expected data type.
String - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
STRING - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
StringFactory - Class in org.apache.tinkerpop.gremlin.structure.util
A collection of helpful methods for creating standard Object.toString() representations of graph-related objects.
StringSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
StringSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.StringSerializer
 
StructureElementVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
 
StructureElementVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.StructureElementVisitor
 
sub - Variable in class org.apache.tinkerpop.gremlin.util.NumberHelper
 
sub(Number, Number) - Static method in class org.apache.tinkerpop.gremlin.util.NumberHelper
Subtracts two numbers returning the highest common number class between them.
subgraph - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
subgraph(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
subgraph(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Extracts a portion of the graph being traversed into a Graph object held in the specified side-effect key.
SubgraphStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
A side-effect step that produces an edge induced subgraph.
SubgraphStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
SubgraphStrategy - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
This TraversalStrategy provides a way to limit the view of a Traversal.
SubgraphStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
 
submit() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Submit the VertexProgram and the set of MapReduce jobs for execution by the GraphComputer.
submit(List<String>) - Method in interface org.apache.tinkerpop.gremlin.jsr223.console.RemoteAcceptor
Gets called when :submit is executed.
submitAsync(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.remote.EmbeddedRemoteConnection
 
submitAsync(Bytecode) - Method in interface org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
Submits Traversal Bytecode to a server and returns a promise of a RemoteTraversal.
subPath(String, String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Path
Isolate a sub-path from the path object.
SUITE_PROCESS_COMPUTER - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_PROCESS_LIMITED_COMPUTER - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_PROCESS_LIMITED_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_PROCESS_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_STRUCTURE_INTEGRATE - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_STRUCTURE_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
 
sum - org.apache.tinkerpop.gremlin.process.traversal.Operator
An addition function.
sum - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
sum() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sum() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the traversal stream to its reduction as a sum of the Traverser.get() values multiplied by their Traverser.bulk() (i.e.
sum(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
sum(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the traversal stream to its reduction as a sum of the Traverser.get() values multiplied by their Traverser.bulk() given the specified Scope (i.e.
SumGlobalStep<S extends Number> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SumGlobalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumGlobalStep
 
SumLocalStep<E extends Number,​S extends Iterable<E>> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
SumLocalStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.SumLocalStep
 
sumLong - org.apache.tinkerpop.gremlin.process.traversal.Operator
Sums and adds long values.
supplier(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
supplier(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
supplierMap - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
 
supply() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
supply() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
SupplyingBarrierStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
SupplyingBarrierStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.SupplyingBarrierStep
 
supports(Class<? extends Graph.Features.FeatureSet>, String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Implementers should not override this method.
supportsAddEdges() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Determines if an Edge can be added to a Vertex.
supportsAddEdges() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
 
supportsAddProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element allows properties to be added.
supportsAddProperty() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
 
supportsAddVertices() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can be added to the Graph.
supportsAddVertices() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
 
supportsAnyIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element any Java object is a suitable identifier.
supportsAnyIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty any Java object is a suitable identifier.
supportsBooleanArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of boolean values.
supportsBooleanValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a boolean value.
supportsByteArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of byte values.
supportsByteValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a byte value.
supportsComputer() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports GraphComputer based processing.
supportsComputer() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
supportsConcurrentAccess() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports more than one connection to the same instance at the same time.
supportsCustomIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has a specific custom object as their internal representation.
supportsCustomIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has a specific custom object as their internal representation.
supportsDirectObjects() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
Supports VertexProgram and MapReduce parameters to be direct referenced Java objects (no serialization required).
supportsDoubleArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of double values.
supportsDoubleValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a double value.
supportsDuplicateMultiProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can support non-unique values on the same key.
supportsEdgeAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgePropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgePropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgeRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsFloatArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of float values.
supportsFloatValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a float value.
supportsGlobalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsGraphFilter() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsIntegerArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of integer values.
supportsIntegerValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a integer value.
supportsIoRead() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementations supports read operations as executed with the GraphTraversalSource.io(String) step.
supportsIoWrite() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementations supports write operations as executed with the GraphTraversalSource.io(String) step.
supportsLocalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsLongArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of long values.
supportsLongValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a long value.
supportsMapValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a Map value.
supportsMetaProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can support properties on vertex properties.
supportsMixedListValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a List value.
supportsMultiProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can support multiple properties with the same key.
supportsNullPropertyValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element allows properties with null property values.
supportsNullPropertyValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if meta-properties allow for null property values.
supportsNumericIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has numeric identifiers as their internal representation.
supportsNumericIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has numeric identifiers as their internal representation.
supportsOrderabilitySemantics() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports total universal orderability per the Gremlin orderability semantics.
supportsPersistence() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports persisting it's contents natively to disk.
supportsPersistence() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
supportsProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
Determines if an Element allows for the processing of at least one data type defined by the features.
supportsRemoveEdges() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Determines if an Edge can be removed from a Vertex.
supportsRemoveEdges() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
 
supportsRemoveProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element allows properties to be removed.
supportsRemoveProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if a VertexProperty allows properties to be removed.
supportsRemoveProperty() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
 
supportsRemoveProperty() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
 
supportsRemoveVertices() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can be removed from the Graph.
supportsRemoveVertices() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
 
supportsResultGraphPersistCombination(GraphComputer.ResultGraph, GraphComputer.Persist) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsSerializableValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a Java serializable value.
supportsServiceCall() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports the service call feature.
supportsStringArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of string values.
supportsStringIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has string identifiers as their internal representation.
supportsStringIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has string identifiers as their internal representation.
supportsStringValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a string value.
supportsThreadedTransactions() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports threaded transactions which allow a transaction to be executed across multiple threads via Transaction.createThreadedTx().
supportsThreadedTransactions() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
supportsTransactions() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementations supports transactions.
supportsTransactions() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
supportsUniformListValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a List value.
supportsUpsert() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Determines if the Graph implementation uses upsert functionality as opposed to insert functionality for Vertex.addEdge(String, Vertex, Object...).
supportsUpsert() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if the Graph implementation uses upsert functionality as opposed to insert functionality for Graph.addVertex(String).
supportsUserSuppliedIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element can have a user defined identifier.
supportsUserSuppliedIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if a VertexProperty allows an identifier to be assigned to it.
supportsUuidIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has UUID identifiers as their internal representation.
supportsUuidIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has UUID identifiers as their internal representation.
supportsVariables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
If any of the features on Graph.Features.VariableFeatures is true then this value must be true.
supportsVertexAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexPropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexPropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinErrorListener
 
SystemUtil - Class in org.apache.tinkerpop.gremlin.util
 

T

t - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
T - Enum in org.apache.tinkerpop.gremlin.structure
A collection of (T)okens which allows for more concise Traversal definitions.
T - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
tags - Variable in class org.apache.tinkerpop.gremlin.process.traversal.traverser.O_Traverser
 
tail - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
tail() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tail() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the objects in the traversal emitted as being last objects in the stream.
tail(long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tail(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the objects in the traversal emitted as being last objects in the stream.
tail(Scope) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tail(Scope) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the objects in the traversal emitted as being last objects in the stream given the Scope.
tail(Scope, long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tail(Scope, long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the objects in the traversal emitted as being last objects in the stream given the Scope.
TailGlobalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
TailGlobalStep(Traversal.Admin, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
TailLocalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TailLocalStep(Traversal.Admin, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStep
 
take() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapReducePool
 
take() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool
 
takeKryo() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
takeReader() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
takeWriter() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
target - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPath
Configures the traversal to use to filter the target vertices for all shortest paths.
target(Traversal<Vertex, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
 
TemporaryException - Interface in org.apache.tinkerpop.gremlin.structure.util
Any exception that implements this interface will be recognized as one whose throwing operation is correct but can be retried.
terminal - Variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexTerminator
 
TerminalMethodToBytecodeVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Handles terminal steps for Bytecode as they are not added this way naturally.
TerminalMethodToBytecodeVisitor(Traversal) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.connected.ConnectedComponentVertexProgram
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
terminate(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
terminate(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
The method is called at the end of each iteration to determine if the computation is complete.
TERMINATE - org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
test() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOut
The test class to opt out of.
test(A) - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.OneArgLambda
 
test(Object) - Method in class org.apache.tinkerpop.gremlin.util.function.ScriptEngineLambda
 
test(Object, Collection) - Method in enum org.apache.tinkerpop.gremlin.process.traversal.Contains
test(String, String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
test(PBiPredicate, Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Construct an instance of P from a BiPredicate.
test(Traverser) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.TypeChecker
 
test(Traverser.Admin<S>, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
test(Traverser.Admin<S>, Traversal.Admin<S, E>, E) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
test(Traverser<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraverser
 
test(Traverser<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.PartitionKeyHider
 
test(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
test(Property) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
test(S, Traversal.Admin<S, E>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
test(S, Traversal.Admin<S, E>, E) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalUtil
 
test(V) - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
TEST_DATA_RELATIVE_DIR - Static variable in class org.apache.tinkerpop.gremlin.util.TestSupport
 
testAll(Element, List<HasContainer>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
testAll(Property<V>, List<HasContainer>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
testId(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
testIdAsString(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
testKey(Property) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
testLabel(Element) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
TestSupport - Class in org.apache.tinkerpop.gremlin.util
This is a utility class that is for support of various testing activities and is not meant to be used in other contexts.
TestSupport() - Constructor for class org.apache.tinkerpop.gremlin.util.TestSupport
 
testValue(Property) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
Text - Enum in org.apache.tinkerpop.gremlin.process.traversal
Text is a BiPredicate 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.
Text.RegexPredicate - Class in org.apache.tinkerpop.gremlin.process.traversal
Allows for a compiled version of the regex pattern.
TextP - Class in org.apache.tinkerpop.gremlin.process.traversal
Predefined Predicate values that can be used as String filters.
TextP(PBiPredicate<String, String>, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.TextP
 
TEXTP - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TextPSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.TextPSerializer
 
TextPSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TextPSerializer
 
threadedTransactionsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
THROW_EXCEPTION - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
throwException - Variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
throwException - Variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy
 
throwException() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
throwException(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder
 
ThrowingBiConsumer<A,​B> - Interface in org.apache.tinkerpop.gremlin.util.function
 
ThrowingBiFunction<T,​U,​R> - Interface in org.apache.tinkerpop.gremlin.util.function
 
ThrowingConsumer<A> - Interface in org.apache.tinkerpop.gremlin.util.function
 
ThrowingFunction<T,​R> - Interface in org.apache.tinkerpop.gremlin.util.function
 
ThrowingSupplier<T> - Interface in org.apache.tinkerpop.gremlin.util.function
 
timeLimit - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
timeLimit(long) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
timeLimit(long) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Once the first Traverser hits this step, a count down is started.
TimeLimitStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
TimeLimitStep(Traversal.Admin, long) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
times - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRank
Configures number of iterations that the algorithm should run.
times - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
Configures number of iterations that the algorithm should run.
times - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
times(int) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
times(int) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Modifies a GraphTraversal.repeat(Traversal) to specify how many loops should occur before exiting.
timeSince(long, TimeUnit) - Static method in class org.apache.tinkerpop.gremlin.util.TimeUtil
 
TimesModulating - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A TimesModulating step is one that can do something with GraphTraversal.times(int).
TIMESTAMP - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TimestampSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DateSerializer
 
TimeUtil - Class in org.apache.tinkerpop.gremlin.util
 
TinkerExpression(String, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
 
TinkerPopJacksonModule - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
A SimpleModule extension that does the necessary work to make the automatic typed deserialization without full canonical class names work.
TinkerPopJacksonModule(String) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.TinkerPopJacksonModule
 
to - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
to - Static variable in enum org.apache.tinkerpop.gremlin.structure.Direction
Friendly alias to Direction.IN
to(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provide to()-modulation to respective steps.
to(Traversal<?, Vertex>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When used as a modifier to GraphTraversal.addE(String) this method specifies the traversal to use for selecting the incoming vertex of the newly added Edge.
to(Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
to(Direction, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its adjacent vertices given a direction and edge labels.
to(Vertex) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
When used as a modifier to GraphTraversal.addE(String) this method specifies the traversal to use for selecting the incoming vertex of the newly added Edge.
toBulkSet() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Put all the results into a BulkSet.
toE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
toE(Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
toE(Direction, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Vertex to its incident edges given the direction and edge labels.
tokens - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
tokens - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Configures the tokens to be included in value maps.
TokenTraversal<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
TokenTraversal(T) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
toLabel - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
toList() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Put all the results into an ArrayList.
toList() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
Return an immutable list of the TraversalStrategy instances.
toList() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
toList() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.EmptyTraversalStrategies
 
toPath(File) - Static method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
 
toPath(String) - Static method in interface org.apache.tinkerpop.gremlin.structure.io.Storage
 
toSet() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Put all the results into a HashSet.
toStream() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Return the traversal as a Stream.
toString() - Method in class org.apache.tinkerpop.gremlin.jsr223.GremlinScriptChecker.Result
 
toString() - Method in class org.apache.tinkerpop.gremlin.jsr223.JavaTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.clone.CloneVertexProgram
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.GraphFilter
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.KeyValue
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.lambda.HaltedTraversersCountTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ConnectedComponentVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PageRankVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressureVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ProgramVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.ShortestPathVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.DefaultComputerResult
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.MapMemory
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.remote.traversal.step.map.RemoteStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bindings
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Instruction
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.CardinalityValueTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ColumnTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ConstantTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.FunctionTraverser
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.IdentityTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.LoopTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.PredicateTraverser
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TokenTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.TrueTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.P
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Script
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.LocalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.OptionalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ClassFilterStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.CoinStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.DedupGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.IsStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.LambdaFilterStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NoneStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.NotStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.PathFilterStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.RangeGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.SampleGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TailGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TimeLimitStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.CoalesceStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConcatStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ConstantStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.EdgeVertexStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ElementMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GraphStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupCountStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.GroupStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaCollectingBarrierStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaFlatMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchEndStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MeanGlobalStep.MeanNumber
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.NoOpBarrierStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.OrderLocalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PathStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.ProjectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.RangeLocalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectOneStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.SelectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TailLocalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AddPropertyStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateGlobalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.AggregateLocalStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupCountSideEffectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.GroupSideEffectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.LambdaSideEffectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SackValueStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SideEffectCapStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.SubgraphStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ComputerAwareStep.EndStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementFunctionComparator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ElementValueComparator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.EmptyPath
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ExpandableStepIterator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.FunctionComparator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.ImmutablePath
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.MutablePath
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesConverter
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesFilter
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.PartitionKeyHider
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.TypeChecker
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.MatchAlgorithmStrategy
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Text.RegexPredicate
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.TextP
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.AbstractTraverser
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.LabelledCounter
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AbstractExplanation
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.AndP
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalMetrics
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalSideEffects
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.ImmutableMetrics
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.OrP
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.PureTraversal
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalClassFunction
 
toString() - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarGraphFeatures
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.util.function.Lambda.AbstractLambda
 
toString() - Method in class org.apache.tinkerpop.gremlin.util.iterator.ArrayIterator
 
ToStringGraphSONSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
A different implementation of the ToStringSerializer that does not serialize types by calling `typeSerializer.writeTypePrefixForScalar()` for unknown objects, because it doesn't make sense when there is a custom types mechanism in place.
ToStringGraphSONSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.ToStringGraphSONSerializer
 
TOTAL_INTEGER_RANGE_RESULT_COUNT_LIMIT - Static variable in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Limit for integer range result count.
toV - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
toV(Direction) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
toV(Direction) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Edge to its incident vertices given the direction.
Transaction - Interface in org.apache.tinkerpop.gremlin.structure
A set of methods that allow for control of transactional behavior of a Graph instance.
Transaction.CLOSE_BEHAVIOR - Enum in org.apache.tinkerpop.gremlin.structure
Behaviors to supply to the Transaction.onClose(Consumer).
Transaction.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
 
Transaction.READ_WRITE_BEHAVIOR - Enum in org.apache.tinkerpop.gremlin.structure
Behaviors to supply to the Transaction.onReadWrite(Consumer).
Transaction.Status - Enum in org.apache.tinkerpop.gremlin.structure
A status provided to transaction listeners to inform whether a transaction was successfully committed or rolled back.
TransactionalEventQueue(Graph) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.TransactionalEventQueue
 
transactionAlreadyOpen() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
TransactionException - Exception in org.apache.tinkerpop.gremlin.structure.util
An exception thrown by providers when calls to AbstractTransaction.doCommit() or AbstractTransaction.doRollback() fail.
TransactionException(String) - Constructor for exception org.apache.tinkerpop.gremlin.structure.util.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.structure.util.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.structure.util.TransactionException
 
transactionListeners - Variable in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadedTransaction
 
transactionListeners - Variable in class org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction
 
transactionMustBeOpenToReadWrite() - Static method in class org.apache.tinkerpop.gremlin.structure.Transaction.Exceptions
 
transactionsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
transform(Map.Entry) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapEntrySerializer
 
transform(TraversalExplanation) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalExplanationSerializer
Creates a Map containing "original", "intermediate" and "final" keys.
transform(T) - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.types.TransformSerializer
 
TransformSerializer<T> - Interface in org.apache.tinkerpop.gremlin.structure.io.binary.types
Represents a special TypeSerializer placeholder that transforms the value into another before serializing it.
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.jsr223.JavaTranslator
 
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.DotNetTranslator
 
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GolangTranslator
 
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.GroovyTranslator
 
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.JavascriptTranslator
 
translate(Bytecode) - Method in class org.apache.tinkerpop.gremlin.process.traversal.translator.PythonTranslator
 
translate(Bytecode) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Translator
Translate Bytecode into a new representation.
translate(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Translator
Translates a Traversal into the specified form
Translator<S,​T> - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Translator will translate Bytecode into another representation.
TRANSLATOR - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.Failure
 
Translator.ScriptTranslator - Interface in org.apache.tinkerpop.gremlin.process.traversal
Translates bytecode to a Script representation.
Translator.ScriptTranslator.AbstractTypeTranslator - Class in org.apache.tinkerpop.gremlin.process.traversal
 
Translator.ScriptTranslator.TypeTranslator - Interface in org.apache.tinkerpop.gremlin.process.traversal
Provides a way for the Translator.ScriptTranslator to convert various data types to their string representations in their target language.
Translator.StepTranslator<S extends TraversalSource,​T extends Traversal.Admin<?,​?>> - Interface in org.apache.tinkerpop.gremlin.process.traversal
Translates bytecode to actual steps.
TranslatorCustomizer - Interface in org.apache.tinkerpop.gremlin.jsr223
Provides a way to customize and override Bytecode to script translation.
translatorString(Translator) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversableLambda<S,​E> - Interface in org.apache.tinkerpop.gremlin.util.function
 
traversal - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
 
traversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
traversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
traversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
traversal() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Constructs an AnonymousTraversalSource which will then be configured to spawn a GraphTraversalSource.
traversal() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Generate a reusable GraphTraversalSource instance.
traversal(Class<C>) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Generate a TraversalSource using the specified TraversalSource class.
traversal(Class<T>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Constructs an AnonymousTraversalSource which will then be configured to spawn the specified TraversalSource.
traversal(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
traversal(TraversalSource, String, String, Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
Traversal<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Traversal represents a directed walk over a Graph.
TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
TRAVERSAL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
TRAVERSAL_ROOT - Static variable in class org.apache.tinkerpop.gremlin.language.grammar.GraphTraversalSourceVisitor
 
Traversal.Admin<S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal
 
Traversal.Exceptions - Class in org.apache.tinkerpop.gremlin.process.traversal
A collection of Exception types associated with Traversal execution.
Traversal.Symbols - Class in org.apache.tinkerpop.gremlin.process.traversal
 
TraversalClassFunction<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
TraversalClassFunction(Class<? extends Supplier<Traversal.Admin<S, E>>>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalClassFunction
 
TraversalEnumParser - Class in org.apache.tinkerpop.gremlin.language.grammar
Traversal enum parser parses all the enums like (e.g.
TraversalEnumParser() - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalEnumParser
 
TraversalExplanation - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A TraversalExplanation takes a Traversal and, for each registered TraversalStrategy, it creates a mapping reflecting how each strategy alters the traversal.
TraversalExplanation() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
TraversalExplanation(Traversal.Admin<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
 
TraversalExplanationSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
TraversalExplanationSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalExplanationSerializer
 
TraversalFilterStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
TraversalFilterStep(Traversal.Admin, Traversal<S, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.TraversalFilterStep
 
TraversalFlatMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TraversalFlatMapStep(Traversal.Admin, Traversal<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalFlatMapStep
 
TraversalHelper - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
TraversalInterruptedException - Exception in org.apache.tinkerpop.gremlin.process.traversal.util
Thrown if a Traversal is interrupted during execution.
TraversalInterruptedException() - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.util.TraversalInterruptedException
 
traversalIsLocked() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Traversal.Exceptions
 
traversalIsNotReversible() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.Traversal.Exceptions
 
TraversalMapStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TraversalMapStep(Traversal.Admin, Traversal<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalMapStep
 
TraversalMatrix<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
A TraversalMatrix provides random, non-linear access to the steps of a traversal by their step id.
TraversalMatrix(Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix
 
TraversalMethodVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Specific case of TraversalRootVisitor where all TraversalMethods returns a GraphTraversal object.
TraversalMethodVisitor(GremlinAntlrToJava, GraphTraversal) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
TraversalMetrics - Interface in org.apache.tinkerpop.gremlin.process.traversal.util
Contains the Metrics gathered for a Traversal as the result of the .profile()-step.
TRAVERSALMETRICS - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TraversalMetricsSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
TraversalMetricsSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalMetricsSerializer
 
TraversalMetricsSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TraversalMetricsSerializer
 
TraversalObjectFunction<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
TraversalObjectFunction(Traversal.Admin<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalObjectFunction
 
TraversalOptionParent<M,​S,​E> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
Describes steps that can be parent to a Traversal from the option() modulator.
traversalOptions - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
TraversalParent - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
 
traversalPickOptions - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.BranchStep
 
TraversalPredicateVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
 
TraversalPredicateVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
TraversalProduct - Class in org.apache.tinkerpop.gremlin.process.traversal.util
This class represents the state of the output of a child Traversal where it is either productive or not.
traversalRing - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
traversalRing - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertyMapStep
 
TraversalRing<A,​B> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
TraversalRing(Traversal.Admin<A, B>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalRing
 
TraversalRootVisitor<G extends Traversal> - Class in org.apache.tinkerpop.gremlin.language.grammar
This visitor handles the cases when a new traversal is getting started.
TraversalRootVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
Constructor to produce an anonymous traversal.
TraversalRootVisitor(GremlinAntlrToJava, Traversal) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
 
TraversalRootVisitor(Traversal) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
Constructor to build on an existing traversal.
traversals - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep
 
traversals - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.Parameters
A cached list of traversals that serve as parameter values.
TraversalSelectStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TraversalSelectStep(Traversal.Admin, Pop, Traversal<S, E>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TraversalSelectStep
 
TraversalSideEffects - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Traversal can maintain global sideEffects.
TraversalSideEffects.Exceptions - Class in org.apache.tinkerpop.gremlin.process.traversal
 
traversalSideEffectsString(TraversalSideEffects) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalSideEffectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
TraversalSideEffectStep(Traversal.Admin, Traversal<S, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TraversalSideEffectStep
 
traversalSource - Variable in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
 
TraversalSource - Interface in org.apache.tinkerpop.gremlin.process.traversal
A TraversalSource is used to create Traversal instances.
TraversalSource.Symbols - Class in org.apache.tinkerpop.gremlin.process.traversal
 
TraversalSourceFactory<T extends TraversalSource> - Class in org.apache.tinkerpop.gremlin.process.traversal.util
TraversalSourceFactory(T) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalSourceFactory
 
TraversalSourceSelfMethodVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
A GraphTraversalSource self method visitor.
TraversalSourceSelfMethodVisitor(GraphTraversalSource, GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
 
TraversalSourceSpawnMethodVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Use a GraphTraversalSource as the source and returns a GraphTraversal object.
TraversalSourceSpawnMethodVisitor(GraphTraversalSource, DefaultGremlinBaseVisitor<Traversal>, GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
 
traversalSourceString(TraversalSource) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalSourceTxVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Handles transactions via calls to tx().
TraversalSourceTxVisitor(GraphTraversalSource, GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceTxVisitor
 
traversalStrategies - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversalStrategies
 
TraversalStrategies - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Traversal maintains a set of TraversalStrategy instances within a TraversalStrategies object.
TraversalStrategies.GlobalCache - Class in org.apache.tinkerpop.gremlin.process.traversal
 
traversalStrategiesString(TraversalStrategies) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalStrategy<S extends TraversalStrategy> - Interface in org.apache.tinkerpop.gremlin.process.traversal
A TraversalStrategy defines a particular atomic operation for mutating a Traversal prior to its evaluation.
TRAVERSALSTRATEGY - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TraversalStrategy.DecorationStrategy - Interface in org.apache.tinkerpop.gremlin.process.traversal
Implemented by strategies that adds "application logic" to the traversal (e.g.
TraversalStrategy.FinalizationStrategy - Interface in org.apache.tinkerpop.gremlin.process.traversal
Implemented by strategies that do final behaviors that require a fully compiled traversal to work (e.g.
TraversalStrategy.OptimizationStrategy - Interface in org.apache.tinkerpop.gremlin.process.traversal
Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics (e.g.
TraversalStrategy.ProviderOptimizationStrategy - Interface in org.apache.tinkerpop.gremlin.process.traversal
Implemented by strategies that rewrite the traversal to be more efficient, but with the same semantics.
TraversalStrategy.VerificationStrategy - Interface in org.apache.tinkerpop.gremlin.process.traversal
Implemented by strategies where there is no more behavioral tweaking of the traversal required.
TraversalStrategyProxy<T extends TraversalStrategy> - Class in org.apache.tinkerpop.gremlin.process.traversal.strategy
This class is for use with Bytecode and for serialization purposes.
TraversalStrategyProxy(Class<T>, Configuration) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
TraversalStrategyProxy(T) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.TraversalStrategyProxy
 
traversalStrategyProxyString(TraversalStrategyProxy) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalStrategySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
TraversalStrategySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalStrategySerializer
 
traversalStrategyString(TraversalStrategy) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalStrategyVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
 
TraversalStrategyVisitor(GremlinAntlrToJava) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitor
 
traversalString(Traversal.Admin<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalTerminalMethodVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Traversal terminal method visitor
TraversalTerminalMethodVisitor(Traversal<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
 
traversalType - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.CountMatchAlgorithm.Bundle
 
TraversalUtil - Class in org.apache.tinkerpop.gremlin.process.traversal.util
 
TraversalVertexProgram - Class in org.apache.tinkerpop.gremlin.process.computer.traversal
TraversalVertexProgram enables the evaluation of a Traversal on a GraphComputer.
TraversalVertexProgram.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.traversal
 
TraversalVertexProgramMessageCombiner - Class in org.apache.tinkerpop.gremlin.process.computer.traversal
 
TraversalVertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
TraversalVertexProgramStep(Traversal.Admin, Traversal.Admin<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.TraversalVertexProgramStep
 
Traverser<T> - Interface in org.apache.tinkerpop.gremlin.process.traversal
A Traverser represents the current state of an object flowing through a Traversal.
TRAVERSER - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TRAVERSER_COUNT_ID - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
The MetricsId used to obtain the traverser count via Metrics.getCount(String countKey)
Traverser.Admin<T> - Interface in org.apache.tinkerpop.gremlin.process.traversal
The methods in System.Traverser are useful to underlying Step and Traversal implementations.
TraverserGenerator - Interface in org.apache.tinkerpop.gremlin.process.traversal
A TraverserGenerator will generate traversers for a particular Traversal.
TraverserGeneratorFactory - Interface in org.apache.tinkerpop.gremlin.process.traversal.traverser
 
TraverserRequirement - Enum in org.apache.tinkerpop.gremlin.process.traversal.traverser
A TraverserRequirement is a list of requirements that a Traversal requires of a Traverser.
TraverserSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
TraverserSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraverserSerializer
 
traverserSet - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.CollectingBarrierStep
 
TraverserSet<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
 
TraverserSet() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
TraverserSet(Traverser.Admin<S>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet
 
TraverserSetSupplier<S> - Class in org.apache.tinkerpop.gremlin.util.function
 
traverserStepIdAndLabelsSetByChild - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
 
tree - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
tree() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tree() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Aggregates the emanating paths into a Tree data structure.
tree(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
tree(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Aggregates the emanating paths into a Tree data structure.
Tree<T> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
 
Tree() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
Tree(Map.Entry<T, Tree<T>>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
Tree(T...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.Tree
 
TREE - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
TreeBiOperator() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep.TreeBiOperator
 
TreeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
TreeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.TreeSerializer
 
TreeSideEffectStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
 
TreeSideEffectStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.TreeSideEffectStep
 
TreeStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TreeStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.TreeStep
 
TreeStep.TreeBiOperator - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
TreeSupplier<A> - Class in org.apache.tinkerpop.gremlin.util.function
 
TriConsumer<A,​B,​C> - Interface in org.apache.tinkerpop.gremlin.util.function
Represents an operation that accepts two input arguments and returns no result.
TriFunction<A,​B,​C,​R> - Interface in org.apache.tinkerpop.gremlin.util.function
 
TrueTraversal<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
 
tryAndClone(Object) - Static method in interface org.apache.tinkerpop.gremlin.util.function.TraversableLambda
 
tryAttachVertex(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
Tries to attach a Vertex to its host Graph of the traversal.
tryNext() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.Traversal
Return an Optional of the next E object in the traversal.
tryUnwrap(Traverser.Admin<T>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.traverser.ProjectedTraverser
 
TSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
TwoArgLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.TwoArgLambda
 
tx() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
tx() - Method in interface org.apache.tinkerpop.gremlin.process.remote.RemoteConnection
Creates a Transaction object designed to work with remote semantics.
tx() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Proxies calls through to the underlying Graph.tx() or to the RemoteConnection.tx().
tx() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Configure and control the transactions for those graphs that support this feature.
tx() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
tx() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
tx(Class<Tx>) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Configure and control the transactions for those graphs that support this feature.
TX_COMMIT - org.apache.tinkerpop.gremlin.process.traversal.GraphOp
Commit a transaction.
TX_ROLLBACK - org.apache.tinkerpop.gremlin.process.traversal.GraphOp
Rollback a transaction.
type(Object) - Static method in enum org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
Lookup by instanceof semantics (not class equality).
type(GryoPool.Type) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
The type of GryoPool to support -- see Type
TYPE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
TYPE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_BOOLEAN - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_BYTE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_DOUBLE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_FLOAT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_INTEGER - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_LIST - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_LONG - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_MAP - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_SHORT - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_STRING - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TYPE_UNKNOWN - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
TypeChecker(Class<? extends Element>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.TypeChecker
 
typeFromId(DatabindContext, String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeIdResolver
 
typeInfo - Variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
typeInfo(TypeInfo) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Specify if the values are going to be typed or not, and at which level.
TypeInfo - Enum in org.apache.tinkerpop.gremlin.structure.io.graphson
Defines how data types are handled in GraphSON through the GraphSONMapper.
TypeRegistration<T> - Interface in org.apache.tinkerpop.gremlin.structure.io.gryo
Represents a class serializable with Gryo.
typesEmbedding(TypeInfo) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeResolverBuilder
 
TypeSerializer<T> - Interface in org.apache.tinkerpop.gremlin.structure.io.binary
Represents a serializer for a given type.
TypeSerializerRegistry - Class in org.apache.tinkerpop.gremlin.structure.io.binary
 
TypeSerializerRegistry.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.binary
 

U

UnaryLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.UnaryLambda
 
unaryOperator(String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
unaryOperator(String, String) - Static method in interface org.apache.tinkerpop.gremlin.util.function.Lambda
 
unfold - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
unfold() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
unfold() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Unrolls a Iterator, Iterable or Map into a linear form or simply emits the object if it is not one of those types.
UnfoldStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
UnfoldStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.UnfoldStep
 
unHide(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Hidden
Turn the provided hidden key into an non-hidden key.
union - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
union(Traversal<?, B>...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
union(Traversal<?, E2>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Merges the results of an arbitrary number of traversals.
union(Traversal<?, S>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Merges the results of an arbitrary number of traversals.
UnionStep<S,​E> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.branch
 
UnionStep(Traversal.Admin, boolean, Traversal.Admin<?, E>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
UnionStep(Traversal.Admin, Traversal.Admin<?, E>...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.branch.UnionStep
 
uniqueSize() - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.BulkSet
 
Unknown - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
UnknownArgLambda(String, String, int) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.UnknownArgLambda
 
UNMATCHABLE_PATTERN - Static variable in interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
 
unmodifiableSteps - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.DefaultTraversal
 
UNPRODUCTIVE - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalProduct
 
UNSET - org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting.Mode
 
UNSPECIFIED_NULL - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
until - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
until(Predicate<Traverser<A>>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
until(Predicate<Traverser<E>>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Modifies a GraphTraversal.repeat(Traversal) to determine when the loop should exit.
until(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
until(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Modifies a GraphTraversal.repeat(Traversal) to determine when the loop should exit.
untilFirst - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.branch.RepeatStep
 
unwrapAdjacencyList(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
If the adjacency list is wrapped in a JSON object, as is done when writing a graph with GraphSONWriter.Builder.wrapAdjacencyList(boolean) wrapAdjacencyList} set to true, this setting needs to be set to true to properly read it.
upsert(Object[], Object, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Append a key/value pair to a list of existing key/values.
userSuppliedIdsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Edge.Exceptions
 
userSuppliedIdsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
userSuppliedIdsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Edge.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
UUID - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
UUID - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
UUIDSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
UUIDSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.UUIDSerializer
 

V

V - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
V(Object...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
V(Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
A V step is usually used to start a traversal but it may also be used mid-traversal.
V(Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Spawns a GraphTraversal starting with all vertices or some subset of vertices as specified by their unique identifier.
V1_0 - org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
 
V1_0 - org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
V2_0 - org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
 
V3_0 - org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
 
V3_0 - org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
 
validate(Map, boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
validate(Map, boolean, Set, String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
 
validateKey(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
validateLabel(String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Determine whether the Element label can be legally set.
validateMapInput(Map, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeEdgeStep
 
validateMapInput(Map, boolean) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeVertexStep
 
validateNoOverrides(Map<?, ?>, Map<?, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.MergeStep
Prohibit overrides to the existence criteria (id/label/from/to) in onCreate.
validateProgramOnComputer(GraphComputer, VertexProgram) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
validateProperty(String, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
Determines whether the property key/value for the specified thing can be legally set.
validateSideEffectKey(String) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.SideEffectHelper
 
validateSideEffectKeyValue(String, Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.SideEffectHelper
Deprecated.
As of release 3.5.3, not replaced as there is really no general validation anymore for values since null is now accepted.
validateSideEffectValue(Object) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.util.SideEffectHelper
Deprecated.
As of release 3.5.3, not replaced as there is really no general validation anymore for values since null is now accepted.
validateValue(Object) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
validateVariable(String, Object) - Static method in class org.apache.tinkerpop.gremlin.structure.util.GraphVariableHelper
 
value - org.apache.tinkerpop.gremlin.structure.T
Value (representing Property.value())
value - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
value - Variable in class org.apache.tinkerpop.gremlin.process.traversal.P
 
value - Variable in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
value() - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
value() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Property to its Property.value().
value() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
The test suite class to opt in to.
value() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIns
 
value() - Method in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptOuts
 
value() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
The value of the property.
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
value() - Method in annotation type org.apache.tinkerpop.gremlin.structure.util.GraphFactoryClass
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.keyed.KeyedVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertexProperty
 
value(String) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
value(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get the value of a Property given it's key.
VALUE - org.apache.tinkerpop.gremlin.structure.PropertyType
 
VALUE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
VALUE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
valueMap - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
valueMap(boolean, String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
Deprecated.
As of release 3.4.0, deprecated in favor of __.valueMap(String...) in conjunction with GraphTraversal.with(String, Object).
valueMap(boolean, String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Deprecated.
As of release 3.4.0, deprecated in favor of GraphTraversal.valueMap(String...) in conjunction with GraphTraversal.with(String, Object) or simple prefer GraphTraversal.elementMap(String...).
valueMap(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
valueMap(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to a Map of the property values key'd according to their Property.key().
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Contains
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.GraphOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Merge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Pick
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Pop
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.SackFunctions.Barrier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep.Connective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.IndexerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Text
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Column
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.binary.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.service.Service.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.T
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
Returns the enum constant of this type with the specified name.
VALUEPROP - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
valuePropertyName - Variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
valuePropertyName(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeResolverBuilder
 
values - org.apache.tinkerpop.gremlin.structure.Column
The values associated with the data structure.
values - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
values - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
Include values (affects all VertexProperty value maps).
values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Contains
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.GraphOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Merge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Pick
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Pop
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.SackFunctions.Barrier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep.Connective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexStep.IndexerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.PathProcessor.ElementRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.EventStrategy.Detachment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.Text
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.process.traversal.traverser.TraverserRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Column
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.binary.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.service.Service.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.T
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerElement
 
values(String...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
values(String...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Map the Element to the values of the associated properties given the provide property keys.
values(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
Get the values of properties as an Iterator.
ValueTraversal<T,​V> - Class in org.apache.tinkerpop.gremlin.process.traversal.lambda
More efficiently extracts a value from an Element or Map to avoid strategy application costs.
ValueTraversal(String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
Creates an instance for the specified propertyKey.
ValueTraversal(String, Traversal.Admin<T, V>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.lambda.ValueTraversal
Creates an instance with the bypassTraversal set on construction.
VALUETYPE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
variable() - Method in class org.apache.tinkerpop.gremlin.process.traversal.Bytecode.Binding
 
variableKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
variableKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
VariableResolver - Interface in org.apache.tinkerpop.gremlin.language.grammar
Resolves parameters in Gremlin to objects.
VariableResolver.DefaultVariableResolver - Class in org.apache.tinkerpop.gremlin.language.grammar
Allows for a provided variable set in the form of a Map, where the keys are variable names and the values are the parameter values to be injected into the traversal in their place.
VariableResolver.NoVariableResolver - Class in org.apache.tinkerpop.gremlin.language.grammar
This VariableResolver implementation throws exceptions for all variable names.
VariableResolverException - Exception in org.apache.tinkerpop.gremlin.language.grammar
The exception thrown when a variable cannot be resolved for a particular parameter name.
VariableResolverException(String) - Constructor for exception org.apache.tinkerpop.gremlin.language.grammar.VariableResolverException
 
VariableResolverException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.language.grammar.VariableResolverException
 
variables() - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
variables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Gets the features related to "graph sideEffects" operation.
variables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
A collection of global Graph.Variables associated with the graph.
variables() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
 
variables() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
variables() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
variablesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
variableValueCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
VERBOSE - Static variable in interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService.Params
 
VerificationException - Exception in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
 
VerificationException(String, Traversal) - Constructor for exception org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.VerificationException
 
version() - Static method in class org.apache.tinkerpop.gremlin.util.Gremlin
Get the current version of tinkerpop.
version(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Set the version of GraphSON to use.
version(GraphSONVersion) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Set the version of GraphSON to use.
version(GryoVersion) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoMapper.Builder
The version of Gryo to use in the mapper.
version(GryoVersion) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Builder
Set the version of Gryo to use for this pool.
VERSION_BYTE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
 
vertex - Variable in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
vertex() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "vertex" operation.
vertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures
 
vertex() - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarGraphFeatures
 
Vertex - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
Vertex - Interface in org.apache.tinkerpop.gremlin.structure
A Vertex maintains pointers to both a set of incoming and outgoing Edge objects.
VERTEX - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
VERTEX - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
VERTEX_COMPARATOR - Static variable in class org.apache.tinkerpop.gremlin.structure.util.Comparators
Sorts Vertex objects by the toString() value of Element.id() using String.CASE_INSENSITIVE_ORDER.
VERTEX_PROGRAM - Static variable in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
 
VERTEX_PROPERTIES - org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
Write vertex and vertex properties to the GraphComputer.ResultGraph.
VERTEX_PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
VERTEX_PROPERTY - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
Vertex.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with a vertex.
vertexAdded(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexAdded(Vertex) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised when a new Vertex is added.
VertexAddedEvent(Vertex) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexAddedEvent
 
vertexAdditionsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
VertexByteArrayInputStream - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
An InputStream implementation that can independently process a Gryo file written with GryoWriter.writeVertices(OutputStream, Iterator).
VertexByteArrayInputStream(InputStream) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.VertexByteArrayInputStream
 
VertexComputeKey - Class in org.apache.tinkerpop.gremlin.process.computer
A VertexComputeKey specifies a property of a vertex that will be used to store GraphComputer data.
vertexComputeKeysAsArray(Set<VertexComputeKey>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
vertexComputeKeysAsSet(Set<VertexComputeKey>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
VertexComputing - Interface in org.apache.tinkerpop.gremlin.process.computer.traversal.step
 
vertexFilterAccessesIncidentEdges(Traversal<Vertex, Vertex>) - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
VertexIndexedTraverserSet() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.traverser.util.IndexedTraverserSet.VertexIndexedTraverserSet
 
vertexKeyTypes(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Map of the data types of the vertex keys.
vertexLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
the key to use as the vertex label.
vertexLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Set the name of the vertex label in the GraphML.
vertexProgram(Vertex, VertexProgram) - Static method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
VertexProgram<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
A VertexProgram represents one component of a distributed graph computation.
VertexProgram.Builder - Interface in org.apache.tinkerpop.gremlin.process.computer
 
VertexProgram.Features - Interface in org.apache.tinkerpop.gremlin.process.computer
 
VertexProgramHelper - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
VertexProgramInterceptor<V extends VertexProgram,​G,​M extends Memory> - Interface in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy
 
VertexProgramPool - Class in org.apache.tinkerpop.gremlin.process.computer.util
 
VertexProgramPool(VertexProgram, int) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool
 
VertexProgramRestrictionStrategy - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification
Detects the presence of a VertexProgramStrategy and throws an IllegalStateException if it is found.
VertexProgramStep - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
 
VertexProgramStep(Traversal.Admin) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.VertexProgramStep
 
VertexProgramStrategy - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
 
VertexProgramStrategy(Computer) - Constructor for class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
VertexProgramStrategy.Builder - Class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
 
vertexProgramString(VertexProgram) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
vertexProgramString(VertexProgram, String) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
 
vertexProperties - Variable in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
vertexProperties(Traversal<Vertex, ? extends Property<?>>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Add a filter that will limit which vertex properties are loaded from the graph source.
vertexProperties(Traversal<VertexProperty, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.Builder
The traversal predicate that defines the vertex properties to include in the subgraph.
vertexPropertiesCanNotBeUpdatedInMapReduce() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
VertexProperty - org.apache.tinkerpop.gremlin.util.GremlinValueComparator.Type
 
VertexProperty<V> - Interface in org.apache.tinkerpop.gremlin.structure
A VertexProperty is similar to a Property in that it denotes a key/value pair associated with an Vertex, however it is different in the sense that it also represents an entity that it is an Element that can have properties of its own.
VERTEXPROPERTY - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
VertexProperty.Cardinality - Enum in org.apache.tinkerpop.gremlin.structure
 
VertexProperty.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
Common exceptions to use with a property.
vertexPropertyChanged(Vertex, VertexProperty, Object, Object...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexPropertyChanged(Vertex, VertexProperty, Object, Object...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after the property of a Vertex changed.
VertexPropertyChangedEvent(Vertex, Property, Object, Object...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyChangedEvent
 
vertexPropertyMap(Vertex, String...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
vertexPropertyPropertyChanged(VertexProperty, Property, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexPropertyPropertyChanged(VertexProperty, Property, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after the property of a VertexProperty changed.
VertexPropertyPropertyChangedEvent(VertexProperty, Property, Object) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyPropertyChangedEvent
 
vertexPropertyPropertyRemoved(VertexProperty, Property) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexPropertyPropertyRemoved(VertexProperty, Property) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after an Property property was removed from a VertexProperty.
VertexPropertyPropertyRemovedEvent(VertexProperty, Property) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyPropertyRemovedEvent
 
vertexPropertyRemoved(VertexProperty) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexPropertyRemoved(VertexProperty) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after a VertexProperty was removed from the graph.
VertexPropertyRemovedEvent(VertexProperty) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyRemovedEvent
 
VertexPropertySerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
VertexPropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexPropertySerializer
 
VertexPropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexPropertySerializer
 
VertexPropertySerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexPropertySerializer
 
vertexPropertyValueMap(Vertex, String...) - Static method in class org.apache.tinkerpop.gremlin.structure.util.ElementHelper
 
vertexRemovalNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
 
vertexRemoved(Vertex) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.ConsoleMutationListener
 
vertexRemoved(Vertex) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
Raised after a Vertex was removed from the graph.
VertexRemovedEvent(Vertex) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexRemovedEvent
 
VertexSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
VertexSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexSerializer
 
VertexSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexSerializer
 
VertexSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexSerializer
 
VertexStep<E extends Element> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.map
 
VertexStep(Traversal.Admin, Class<E>, Direction, String...) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.map.VertexStep
 
vertexString(Vertex) - Static method in class org.apache.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Vertex.
VertexTerminator - Class in org.apache.tinkerpop.gremlin.structure.io.gryo
Represents the end of a vertex in a serialization stream.
vertexWithIdAlreadyExists(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
 
vertices() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
 
vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph
 
vertices(Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
Get the Vertex objects in this graph with the provided vertex ids or Vertex objects themselves.
vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
 
vertices(Traversal<Vertex, ?>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.Builder
The traversal predicate that defines the vertices to include in the subgraph.
vertices(Traversal<Vertex, Vertex>) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
vertices(Traversal<Vertex, Vertex>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Add a filter that will limit which vertices are loaded from the graph source.
vertices(Traversal<Vertex, Vertex>) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerEdge
 
vertices(Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
Retrieve the vertex (or vertices) associated with this edge as defined by the direction.
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceEdge
 
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarEdge
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerAdjacentVertex
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.ComputerGraph.ComputerVertex
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertex
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarAdjacentVertex
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraph.StarVertex
 
vertices(Direction, String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
Gets an Iterator of adjacent vertices.
VERTICES - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
VERTICES - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy
 
VERTICES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
VERTICES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
visit(Map<Class<? extends TraversalStrategy>, Set<Class<? extends TraversalStrategy>>>, List<Class<? extends TraversalStrategy>>, Set<Class<? extends TraversalStrategy>>, List<Class<? extends TraversalStrategy>>, Class<? extends TraversalStrategy>) - Static method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategies
 
visitBooleanArgument(GremlinParser.BooleanArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitBooleanArgument(GremlinParser.BooleanArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitBooleanLiteral(GremlinParser.BooleanLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitBooleanLiteral(GremlinParser.BooleanLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitChainedParentOfGraphTraversal(GremlinParser.ChainedParentOfGraphTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitChainedTraversal(GremlinParser.ChainedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitChainedTraversal(GremlinParser.ChainedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitConnectedComponentConstants(GremlinParser.ConnectedComponentConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitConnectedComponentConstants_component(GremlinParser.ConnectedComponentConstants_componentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitConnectedComponentConstants_edges(GremlinParser.ConnectedComponentConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitConnectedComponentConstants_propertyName(GremlinParser.ConnectedComponentConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitConnectedComponentStringConstant(GremlinParser.ConnectedComponentStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitDateLiteral(GremlinParser.DateLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitDateLiteral(GremlinParser.DateLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitEmptyQuery(GremlinParser.EmptyQueryContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitFloatArgument(GremlinParser.FloatArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitFloatArgument(GremlinParser.FloatArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitFloatLiteral(GremlinParser.FloatLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitFloatLiteral(GremlinParser.FloatLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitGenericLiteral(GremlinParser.GenericLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteral(GremlinParser.GenericLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitGenericLiteralArgument(GremlinParser.GenericLiteralArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitGenericLiteralArgument(GremlinParser.GenericLiteralArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralCollection(GremlinParser.GenericLiteralCollectionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Generic literal collection returns a list of Object
visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralExpr(GremlinParser.GenericLiteralExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitGenericLiteralList(GremlinParser.GenericLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralList(GremlinParser.GenericLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitGenericLiteralListArgument(GremlinParser.GenericLiteralListArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitGenericLiteralListArgument(GremlinParser.GenericLiteralListArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralMap(GremlinParser.GenericLiteralMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitGenericLiteralMapArgument(GremlinParser.GenericLiteralMapArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitGenericLiteralMapArgument(GremlinParser.GenericLiteralMapArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralMapNullableArgument(GremlinParser.GenericLiteralMapNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitGenericLiteralMapNullableArgument(GremlinParser.GenericLiteralMapNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitGenericLiteralRange(GremlinParser.GenericLiteralRangeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
Groovy range operator syntax is defined in http://groovy-lang.org/operators.html#_range_operator
visitGenericLiteralVarargs(GremlinParser.GenericLiteralVarargsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitInfLiteral(GremlinParser.InfLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitInfLiteral(GremlinParser.InfLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitIntegerArgument(GremlinParser.IntegerArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitIntegerArgument(GremlinParser.IntegerArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIntegerLiteral(GremlinParser.IntegerLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIntegerLiteral(GremlinParser.IntegerLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsConstants_graphml(GremlinParser.IoOptionsConstants_graphmlContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsConstants_graphson(GremlinParser.IoOptionsConstants_graphsonContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsConstants_gryo(GremlinParser.IoOptionsConstants_gryoContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsConstants_reader(GremlinParser.IoOptionsConstants_readerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsConstants_writer(GremlinParser.IoOptionsConstants_writerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsKeys(GremlinParser.IoOptionsKeysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsKeys(GremlinParser.IoOptionsKeysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitIoOptionsStringConstant(GremlinParser.IoOptionsStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsValues(GremlinParser.IoOptionsValuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitIoOptionsValues(GremlinParser.IoOptionsValuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitMapEntry(GremlinParser.MapEntryContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNanLiteral(GremlinParser.NanLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNanLiteral(GremlinParser.NanLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitNestedTraversal(GremlinParser.NestedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNestedTraversal(GremlinParser.NestedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitNestedTraversal(GremlinParser.NestedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNestedTraversalExpr(GremlinParser.NestedTraversalExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.NestedTraversalSourceListVisitor
visitNestedTraversalList(GremlinParser.NestedTraversalListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNestedTraversalList(GremlinParser.NestedTraversalListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.NestedTraversalSourceListVisitor
visitNullLiteral(GremlinParser.NullLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNullLiteral(GremlinParser.NullLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitNumericLiteral(GremlinParser.NumericLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitNumericLiteral(GremlinParser.NumericLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitPageRankConstants(GremlinParser.PageRankConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPageRankConstants(GremlinParser.PageRankConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPageRankConstants_edges(GremlinParser.PageRankConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPageRankConstants_propertyName(GremlinParser.PageRankConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPageRankConstants_times(GremlinParser.PageRankConstants_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPageRankConstants_times(GremlinParser.PageRankConstants_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPageRankStringConstant(GremlinParser.PageRankStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPeerPressureConstants(GremlinParser.PeerPressureConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPeerPressureConstants(GremlinParser.PeerPressureConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPeerPressureConstants_edges(GremlinParser.PeerPressureConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPeerPressureConstants_propertyName(GremlinParser.PeerPressureConstants_propertyNameContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitPeerPressureConstants_times(GremlinParser.PeerPressureConstants_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitPeerPressureStringConstant(GremlinParser.PeerPressureStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitQuery(GremlinParser.QueryContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitQuery(GremlinParser.QueryContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
visitQuery(GremlinParser.QueryContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.NoOpTerminalVisitor
Returns Bytecode of Traversal or GraphTraversalSource, overriding any terminal step operations to prevent them from being executed using the TraversalTerminalMethodVisitor to append terminal operations to bytecode.
visitQueryList(GremlinParser.QueryListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitQueryList(GremlinParser.QueryListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GremlinAntlrToJava
visitRootTraversal(GremlinParser.RootTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitRootTraversal(GremlinParser.RootTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitShortestPathConstants(GremlinParser.ShortestPathConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants(GremlinParser.ShortestPathConstantsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants_distance(GremlinParser.ShortestPathConstants_distanceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants_edges(GremlinParser.ShortestPathConstants_edgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants_includeEdges(GremlinParser.ShortestPathConstants_includeEdgesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants_maxDistance(GremlinParser.ShortestPathConstants_maxDistanceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitShortestPathConstants_target(GremlinParser.ShortestPathConstants_targetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitShortestPathStringConstant(GremlinParser.ShortestPathStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringArgument(GremlinParser.StringArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitStringArgument(GremlinParser.StringArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringLiteral(GremlinParser.StringLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringLiteral(GremlinParser.StringLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitStringLiteralExpr(GremlinParser.StringLiteralExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringLiteralList(GremlinParser.StringLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringLiteralList(GremlinParser.StringLiteralListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
visitStringLiteralVarargs(GremlinParser.StringLiteralVarargsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringNullableArgument(GremlinParser.StringNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitStringNullableArgument(GremlinParser.StringNullableArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringNullableLiteral(GremlinParser.StringNullableLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStringNullableLiteral(GremlinParser.StringNullableLiteralContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
visitStructureVertex(GremlinParser.StructureVertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitStructureVertex(GremlinParser.StructureVertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
visitStructureVertex(GremlinParser.StructureVertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.StructureElementVisitor
 
visitStructureVertexArgument(GremlinParser.StructureVertexArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitStructureVertexArgument(GremlinParser.StructureVertexArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTerminatedTraversal(GremlinParser.TerminatedTraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTransactionPart(GremlinParser.TransactionPartContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTransactionPart(GremlinParser.TransactionPartContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceTxVisitor
 
visitTraversalBiFunction(GremlinParser.TraversalBiFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalBiFunctionArgument(GremlinParser.TraversalBiFunctionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalBiFunctionArgument(GremlinParser.TraversalBiFunctionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalCardinality(GremlinParser.TraversalCardinalityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalCardinality(GremlinParser.TraversalCardinalityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTraversalCardinalityArgument(GremlinParser.TraversalCardinalityArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalCardinalityArgument(GremlinParser.TraversalCardinalityArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalColumn(GremlinParser.TraversalColumnContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalColumnArgument(GremlinParser.TraversalColumnArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalColumnArgument(GremlinParser.TraversalColumnArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalComparator(GremlinParser.TraversalComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalComparatorArgument(GremlinParser.TraversalComparatorArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalComparatorArgument(GremlinParser.TraversalComparatorArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalDirection(GremlinParser.TraversalDirectionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalDirection(GremlinParser.TraversalDirectionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTraversalDirectionArgument(GremlinParser.TraversalDirectionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalDirectionArgument(GremlinParser.TraversalDirectionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalFunction(GremlinParser.TraversalFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalFunctionArgument(GremlinParser.TraversalFunctionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalFunctionArgument(GremlinParser.TraversalFunctionArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMerge(GremlinParser.TraversalMergeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMerge(GremlinParser.TraversalMergeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTraversalMergeArgument(GremlinParser.TraversalMergeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalMergeArgument(GremlinParser.TraversalMergeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod(GremlinParser.TraversalMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod(GremlinParser.TraversalMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_addE_String(GremlinParser.TraversalMethod_addE_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_addE_Traversal(GremlinParser.TraversalMethod_addE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_addV_Empty(GremlinParser.TraversalMethod_addV_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_addV_String(GremlinParser.TraversalMethod_addV_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_addV_Traversal(GremlinParser.TraversalMethod_addV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_aggregate_Scope_String(GremlinParser.TraversalMethod_aggregate_Scope_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_aggregate_String(GremlinParser.TraversalMethod_aggregate_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_and(GremlinParser.TraversalMethod_andContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_as(GremlinParser.TraversalMethod_asContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_barrier_Consumer(GremlinParser.TraversalMethod_barrier_ConsumerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_barrier_Empty(GremlinParser.TraversalMethod_barrier_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_barrier_int(GremlinParser.TraversalMethod_barrier_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_both(GremlinParser.TraversalMethod_bothContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_bothE(GremlinParser.TraversalMethod_bothEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_bothV(GremlinParser.TraversalMethod_bothVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_branch(GremlinParser.TraversalMethod_branchContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Comparator(GremlinParser.TraversalMethod_by_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Empty(GremlinParser.TraversalMethod_by_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Function(GremlinParser.TraversalMethod_by_FunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Function_Comparator(GremlinParser.TraversalMethod_by_Function_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Order(GremlinParser.TraversalMethod_by_OrderContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_String(GremlinParser.TraversalMethod_by_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_String_Comparator(GremlinParser.TraversalMethod_by_String_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_T(GremlinParser.TraversalMethod_by_TContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Traversal(GremlinParser.TraversalMethod_by_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_by_Traversal_Comparator(GremlinParser.TraversalMethod_by_Traversal_ComparatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_call_string(GremlinParser.TraversalMethod_call_stringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_call_string_map(GremlinParser.TraversalMethod_call_string_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_call_string_map_traversal(GremlinParser.TraversalMethod_call_string_map_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_call_string_traversal(GremlinParser.TraversalMethod_call_string_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_cap(GremlinParser.TraversalMethod_capContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Function(GremlinParser.TraversalMethod_choose_FunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Predicate_Traversal(GremlinParser.TraversalMethod_choose_Predicate_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Predicate_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Predicate_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Traversal(GremlinParser.TraversalMethod_choose_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_choose_Traversal_Traversal_Traversal(GremlinParser.TraversalMethod_choose_Traversal_Traversal_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_coalesce(GremlinParser.TraversalMethod_coalesceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_coin(GremlinParser.TraversalMethod_coinContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_concat_String(GremlinParser.TraversalMethod_concat_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_concat_Traversal(GremlinParser.TraversalMethod_concat_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_concat_Traversal(GremlinParser.TraversalMethod_concat_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_connectedComponent(GremlinParser.TraversalMethod_connectedComponentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_constant(GremlinParser.TraversalMethod_constantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_count_Empty(GremlinParser.TraversalMethod_count_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_count_Scope(GremlinParser.TraversalMethod_count_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_cyclicPath(GremlinParser.TraversalMethod_cyclicPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_dedup_Scope_String(GremlinParser.TraversalMethod_dedup_Scope_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_dedup_String(GremlinParser.TraversalMethod_dedup_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_drop(GremlinParser.TraversalMethod_dropContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_E(GremlinParser.TraversalMethod_EContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_E(GremlinParser.TraversalMethod_EContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_element(GremlinParser.TraversalMethod_elementContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_elementMap(GremlinParser.TraversalMethod_elementMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_emit_Empty(GremlinParser.TraversalMethod_emit_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_emit_Predicate(GremlinParser.TraversalMethod_emit_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_emit_Traversal(GremlinParser.TraversalMethod_emit_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_fail_Empty(GremlinParser.TraversalMethod_fail_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_fail_String(GremlinParser.TraversalMethod_fail_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_filter_Predicate(GremlinParser.TraversalMethod_filter_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_filter_Traversal(GremlinParser.TraversalMethod_filter_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_flatMap(GremlinParser.TraversalMethod_flatMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_fold_Empty(GremlinParser.TraversalMethod_fold_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_fold_Object_BiFunction(GremlinParser.TraversalMethod_fold_Object_BiFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_from_String(GremlinParser.TraversalMethod_from_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_from_Traversal(GremlinParser.TraversalMethod_from_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_from_Vertex(GremlinParser.TraversalMethod_from_VertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_from_Vertex(GremlinParser.TraversalMethod_from_VertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_group_Empty(GremlinParser.TraversalMethod_group_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_group_String(GremlinParser.TraversalMethod_group_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_groupCount_Empty(GremlinParser.TraversalMethod_groupCount_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_groupCount_String(GremlinParser.TraversalMethod_groupCount_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String(GremlinParser.TraversalMethod_has_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String_Object(GremlinParser.TraversalMethod_has_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String_P(GremlinParser.TraversalMethod_has_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String_String_Object(GremlinParser.TraversalMethod_has_String_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String_String_P(GremlinParser.TraversalMethod_has_String_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_String_Traversal(GremlinParser.TraversalMethod_has_String_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_T_Object(GremlinParser.TraversalMethod_has_T_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_T_P(GremlinParser.TraversalMethod_has_T_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_has_T_Traversal(GremlinParser.TraversalMethod_has_T_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasId_Object_Object(GremlinParser.TraversalMethod_hasId_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasId_P(GremlinParser.TraversalMethod_hasId_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasKey_P(GremlinParser.TraversalMethod_hasKey_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasKey_String_String(GremlinParser.TraversalMethod_hasKey_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasLabel_P(GremlinParser.TraversalMethod_hasLabel_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasLabel_String_String(GremlinParser.TraversalMethod_hasLabel_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasNot(GremlinParser.TraversalMethod_hasNotContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasValue_Object_Object(GremlinParser.TraversalMethod_hasValue_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_hasValue_P(GremlinParser.TraversalMethod_hasValue_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_id(GremlinParser.TraversalMethod_idContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_identity(GremlinParser.TraversalMethod_identityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_in(GremlinParser.TraversalMethod_inContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_index(GremlinParser.TraversalMethod_indexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_inE(GremlinParser.TraversalMethod_inEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_inject(GremlinParser.TraversalMethod_injectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_inV(GremlinParser.TraversalMethod_inVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_is_Object(GremlinParser.TraversalMethod_is_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_is_P(GremlinParser.TraversalMethod_is_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_key(GremlinParser.TraversalMethod_keyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_label(GremlinParser.TraversalMethod_labelContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_limit_long(GremlinParser.TraversalMethod_limit_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_limit_Scope_long(GremlinParser.TraversalMethod_limit_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_local(GremlinParser.TraversalMethod_localContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_loops_Empty(GremlinParser.TraversalMethod_loops_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_loops_String(GremlinParser.TraversalMethod_loops_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_map(GremlinParser.TraversalMethod_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_match(GremlinParser.TraversalMethod_matchContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_math(GremlinParser.TraversalMethod_mathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_max_Empty(GremlinParser.TraversalMethod_max_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_max_Scope(GremlinParser.TraversalMethod_max_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mean_Empty(GremlinParser.TraversalMethod_mean_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mean_Scope(GremlinParser.TraversalMethod_mean_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeE_empty(GremlinParser.TraversalMethod_mergeE_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeE_Map(GremlinParser.TraversalMethod_mergeE_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeE_Traversal(GremlinParser.TraversalMethod_mergeE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeV_empty(GremlinParser.TraversalMethod_mergeV_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeV_Map(GremlinParser.TraversalMethod_mergeV_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_mergeV_Traversal(GremlinParser.TraversalMethod_mergeV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_min_Empty(GremlinParser.TraversalMethod_min_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_min_Scope(GremlinParser.TraversalMethod_min_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_not(GremlinParser.TraversalMethod_notContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Merge_Map(GremlinParser.TraversalMethod_option_Merge_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Merge_Map_Cardinality(GremlinParser.TraversalMethod_option_Merge_Map_CardinalityContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Merge_Traversal(GremlinParser.TraversalMethod_option_Merge_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Object_Traversal(GremlinParser.TraversalMethod_option_Object_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Predicate_Traversal(GremlinParser.TraversalMethod_option_Predicate_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_option_Traversal(GremlinParser.TraversalMethod_option_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_optional(GremlinParser.TraversalMethod_optionalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_or(GremlinParser.TraversalMethod_orContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_order_Empty(GremlinParser.TraversalMethod_order_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_order_Scope(GremlinParser.TraversalMethod_order_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_otherV(GremlinParser.TraversalMethod_otherVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_out(GremlinParser.TraversalMethod_outContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_outE(GremlinParser.TraversalMethod_outEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_outV(GremlinParser.TraversalMethod_outVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_pageRank_double(GremlinParser.TraversalMethod_pageRank_doubleContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_pageRank_Empty(GremlinParser.TraversalMethod_pageRank_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_path(GremlinParser.TraversalMethod_pathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_peerPressure(GremlinParser.TraversalMethod_peerPressureContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_profile_Empty(GremlinParser.TraversalMethod_profile_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_profile_String(GremlinParser.TraversalMethod_profile_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_project(GremlinParser.TraversalMethod_projectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_properties(GremlinParser.TraversalMethod_propertiesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_property_Cardinality_Object(GremlinParser.TraversalMethod_property_Cardinality_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_property_Cardinality_Object_Object_Object(GremlinParser.TraversalMethod_property_Cardinality_Object_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_property_Object(GremlinParser.TraversalMethod_property_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_property_Object_Object_Object(GremlinParser.TraversalMethod_property_Object_Object_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_propertyMap(GremlinParser.TraversalMethod_propertyMapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_range_long_long(GremlinParser.TraversalMethod_range_long_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_range_Scope_long_long(GremlinParser.TraversalMethod_range_Scope_long_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_read(GremlinParser.TraversalMethod_readContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_repeat_String_Traversal(GremlinParser.TraversalMethod_repeat_String_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_repeat_Traversal(GremlinParser.TraversalMethod_repeat_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sack_BiFunction(GremlinParser.TraversalMethod_sack_BiFunctionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sack_Empty(GremlinParser.TraversalMethod_sack_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sample_int(GremlinParser.TraversalMethod_sample_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sample_Scope_int(GremlinParser.TraversalMethod_sample_Scope_intContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_Column(GremlinParser.TraversalMethod_select_ColumnContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_Pop_String(GremlinParser.TraversalMethod_select_Pop_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_Pop_String_String_String(GremlinParser.TraversalMethod_select_Pop_String_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_Pop_Traversal(GremlinParser.TraversalMethod_select_Pop_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_String(GremlinParser.TraversalMethod_select_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_String_String_String(GremlinParser.TraversalMethod_select_String_String_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_select_Traversal(GremlinParser.TraversalMethod_select_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_shortestPath(GremlinParser.TraversalMethod_shortestPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sideEffect(GremlinParser.TraversalMethod_sideEffectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_simplePath(GremlinParser.TraversalMethod_simplePathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_skip_long(GremlinParser.TraversalMethod_skip_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_skip_Scope_long(GremlinParser.TraversalMethod_skip_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_store(GremlinParser.TraversalMethod_storeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_subgraph(GremlinParser.TraversalMethod_subgraphContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sum_Empty(GremlinParser.TraversalMethod_sum_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_sum_Scope(GremlinParser.TraversalMethod_sum_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tail_Empty(GremlinParser.TraversalMethod_tail_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tail_long(GremlinParser.TraversalMethod_tail_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tail_Scope(GremlinParser.TraversalMethod_tail_ScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tail_Scope_long(GremlinParser.TraversalMethod_tail_Scope_longContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_timeLimit(GremlinParser.TraversalMethod_timeLimitContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_times(GremlinParser.TraversalMethod_timesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_to_Direction_String(GremlinParser.TraversalMethod_to_Direction_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_to_String(GremlinParser.TraversalMethod_to_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_to_Traversal(GremlinParser.TraversalMethod_to_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_to_Vertex(GremlinParser.TraversalMethod_to_VertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_to_Vertex(GremlinParser.TraversalMethod_to_VertexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_toE(GremlinParser.TraversalMethod_toEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_toV(GremlinParser.TraversalMethod_toVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tree_Empty(GremlinParser.TraversalMethod_tree_EmptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_tree_String(GremlinParser.TraversalMethod_tree_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_unfold(GremlinParser.TraversalMethod_unfoldContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_union(GremlinParser.TraversalMethod_unionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_until_Predicate(GremlinParser.TraversalMethod_until_PredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_until_Traversal(GremlinParser.TraversalMethod_until_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_V(GremlinParser.TraversalMethod_VContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_value(GremlinParser.TraversalMethod_valueContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_valueMap_boolean_String(GremlinParser.TraversalMethod_valueMap_boolean_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_valueMap_String(GremlinParser.TraversalMethod_valueMap_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_values(GremlinParser.TraversalMethod_valuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_where_P(GremlinParser.TraversalMethod_where_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_where_String_P(GremlinParser.TraversalMethod_where_String_PContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_where_Traversal(GremlinParser.TraversalMethod_where_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_with_String(GremlinParser.TraversalMethod_with_StringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_with_String_Object(GremlinParser.TraversalMethod_with_String_ObjectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalMethod_write(GremlinParser.TraversalMethod_writeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalMethodVisitor
 
visitTraversalOperator(GremlinParser.TraversalOperatorContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalOrder(GremlinParser.TraversalOrderContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalOrderArgument(GremlinParser.TraversalOrderArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalOrderArgument(GremlinParser.TraversalOrderArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPick(GremlinParser.TraversalPickContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPick(GremlinParser.TraversalPickContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTraversalPop(GremlinParser.TraversalPopContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPopArgument(GremlinParser.TraversalPopArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalPopArgument(GremlinParser.TraversalPopArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate(GremlinParser.TraversalPredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate(GremlinParser.TraversalPredicateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
 
visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalPredicateVisitor
visitTraversalSackMethod(GremlinParser.TraversalSackMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSackMethodArgument(GremlinParser.TraversalSackMethodArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalSackMethodArgument(GremlinParser.TraversalSackMethodArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalScope(GremlinParser.TraversalScopeContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalScopeArgument(GremlinParser.TraversalScopeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalScopeArgument(GremlinParser.TraversalScopeArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSelfMethod(GremlinParser.TraversalSelfMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSelfMethod_none(GremlinParser.TraversalSelfMethod_noneContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalRootVisitor
visitTraversalSource(GremlinParser.TraversalSourceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSource(GremlinParser.TraversalSourceContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GraphTraversalSourceVisitor
visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod(GremlinParser.TraversalSourceSelfMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_with(GremlinParser.TraversalSourceSelfMethod_withContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_withBulk(GremlinParser.TraversalSourceSelfMethod_withBulkContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_withPath(GremlinParser.TraversalSourceSelfMethod_withPathContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_withSack(GremlinParser.TraversalSourceSelfMethod_withSackContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_withSideEffect(GremlinParser.TraversalSourceSelfMethod_withSideEffectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSelfMethod_withStrategies(GremlinParser.TraversalSourceSelfMethod_withStrategiesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSelfMethodVisitor
 
visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod(GremlinParser.TraversalSourceSpawnMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_addE(GremlinParser.TraversalSourceSpawnMethod_addEContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_addV(GremlinParser.TraversalSourceSpawnMethod_addVContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_call_empty(GremlinParser.TraversalSourceSpawnMethod_call_emptyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_call_string(GremlinParser.TraversalSourceSpawnMethod_call_stringContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_call_string_map(GremlinParser.TraversalSourceSpawnMethod_call_string_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_call_string_map_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_map_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_call_string_traversal(GremlinParser.TraversalSourceSpawnMethod_call_string_traversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_E(GremlinParser.TraversalSourceSpawnMethod_EContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_inject(GremlinParser.TraversalSourceSpawnMethod_injectContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_io(GremlinParser.TraversalSourceSpawnMethod_ioContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_mergeE_Map(GremlinParser.TraversalSourceSpawnMethod_mergeE_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_mergeE_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeE_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_mergeV_Map(GremlinParser.TraversalSourceSpawnMethod_mergeV_MapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_mergeV_Traversal(GremlinParser.TraversalSourceSpawnMethod_mergeV_TraversalContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_union(GremlinParser.TraversalSourceSpawnMethod_unionContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalSourceSpawnMethod_V(GremlinParser.TraversalSourceSpawnMethod_VContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalSourceSpawnMethodVisitor
visitTraversalStrategy(GremlinParser.TraversalStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategy(GremlinParser.TraversalStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
 
visitTraversalStrategy(GremlinParser.TraversalStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitor
 
visitTraversalStrategyArgs_EdgeLabelVerificationStrategy(GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyArgs_PartitionStrategy(GremlinParser.TraversalStrategyArgs_PartitionStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyArgs_ProductiveByStrategy(GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyArgs_ReservedKeysVerificationStrategy(GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyArgs_SubgraphStrategy(GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyExpr(GremlinParser.TraversalStrategyExprContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalStrategyList(GremlinParser.TraversalStrategyListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
visitTraversalTerminalMethod(GremlinParser.TraversalTerminalMethodContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method explain step
visitTraversalTerminalMethod_explain(GremlinParser.TraversalTerminalMethod_explainContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method explain step
visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method has next step
visitTraversalTerminalMethod_hasNext(GremlinParser.TraversalTerminalMethod_hasNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method has next step
visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method iterate step
visitTraversalTerminalMethod_iterate(GremlinParser.TraversalTerminalMethod_iterateContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method iterate step
visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method next step
visitTraversalTerminalMethod_next(GremlinParser.TraversalTerminalMethod_nextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method next step
visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method to bulk set step
visitTraversalTerminalMethod_toBulkSet(GremlinParser.TraversalTerminalMethod_toBulkSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method to bulk set step
visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method to list step
visitTraversalTerminalMethod_toList(GremlinParser.TraversalTerminalMethod_toListContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method to list step
visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method to set step
visitTraversalTerminalMethod_toSet(GremlinParser.TraversalTerminalMethod_toSetContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method to set step
visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TerminalMethodToBytecodeVisitor
Traversal terminal method try next step
visitTraversalTerminalMethod_tryNext(GremlinParser.TraversalTerminalMethod_tryNextContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.TraversalTerminalMethodVisitor
Traversal terminal method try next step
visitTraversalToken(GremlinParser.TraversalTokenContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitTraversalToken(GremlinParser.TraversalTokenContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.GenericLiteralVisitor
visitTraversalTokenArgument(GremlinParser.TraversalTokenArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitTraversalTokenArgument(GremlinParser.TraversalTokenArgumentContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitVariable(GremlinParser.VariableContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.ArgumentVisitor
 
visitVariable(GremlinParser.VariableContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionKeys(GremlinParser.WithOptionKeysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionKeys(GremlinParser.WithOptionKeysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_all(GremlinParser.WithOptionsConstants_allContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_ids(GremlinParser.WithOptionsConstants_idsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_indexer(GremlinParser.WithOptionsConstants_indexerContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_keys(GremlinParser.WithOptionsConstants_keysContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_labels(GremlinParser.WithOptionsConstants_labelsContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_list(GremlinParser.WithOptionsConstants_listContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_map(GremlinParser.WithOptionsConstants_mapContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_none(GremlinParser.WithOptionsConstants_noneContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_tokens(GremlinParser.WithOptionsConstants_tokensContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsConstants_values(GremlinParser.WithOptionsConstants_valuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 
visitWithOptionsStringConstant(GremlinParser.WithOptionsStringConstantContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsValues(GremlinParser.WithOptionsValuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.DefaultGremlinBaseVisitor
visitWithOptionsValues(GremlinParser.WithOptionsValuesContext) - Method in class org.apache.tinkerpop.gremlin.language.grammar.WithOptionsVisitor
 

W

where - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
where(String, P<String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
where(String, P<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the current object based on the object itself or the path history.
where(P<String>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
where(P<String>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the current object based on the object itself or the path history.
where(Traversal<?, ?>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
where(Traversal<?, ?>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Filters the current object based on the object itself or the path history.
WHERE_PREDICATE - org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
 
WHERE_TRAVERSAL - org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
 
WhereEndStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereEndStep
 
WherePredicateStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
WherePredicateStep(Traversal.Admin, Optional<String>, P<String>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WherePredicateStep
 
WhereStartStep(Traversal.Admin, String) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep.WhereStartStep
 
whereTraversal - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
WhereTraversalStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
WhereTraversalStep(Traversal.Admin, Traversal<?, ?>) - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.filter.WhereTraversalStep
 
WhereTraversalStep.WhereEndStep - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
WhereTraversalStep.WhereStartStep<S> - Class in org.apache.tinkerpop.gremlin.process.traversal.step.filter
 
willAllowId(Object) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an identifier will be accepted by the Graph.
willAllowId(Object) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an identifier will be accepted by the Graph.
with - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
with - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
with(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provides a configuration to a step in the form of a key which is the same as with(key, true).
with(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Provides a configuration to a traversal in the form of a key which is the same as with(key, true).
with(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy.Builder
Adds an key to the configuration with the value of true.
with(String) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Provides a configuration to a traversal in the form of a key which is the same as with(key, true).
with(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
Provides a configuration to a step in the form of a key and value pair.
with(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Provides a configuration to a traversal in the form of a key value pair.
with(String, Object) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy.Builder
Adds an option to the configuration.
with(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Provides a configuration to a traversal in the form of a key value pair.
with(Direction) - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGryoSerializer
Gets a serializer from the cache.
withBulk - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.Symbols
 
withBulk(boolean) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
withComputer - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withComputer() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add the standard GraphComputer of the graph that will be used to execute the traversal.
withComputer() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add the standard GraphComputer of the graph that will be used to execute the traversal.
withComputer(Class<? extends GraphComputer>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a GraphComputer class used to execute the traversal.
withComputer(Class<? extends GraphComputer>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a GraphComputer class used to execute the traversal.
withComputer(Computer) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a Computer that will generate a GraphComputer from the Graph that will be used to execute the traversal.
withComputer(Computer) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a Computer that will generate a GraphComputer from the Graph that will be used to execute the traversal.
withEmbedded(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Creates the specified TraversalSource binding an embedded Graph as its reference such that traversals spawned from it will execute over that reference.
withFallbackResolver(Function<Class<?>, TypeSerializer<?>>) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializerRegistry.Builder
Provides a way to resolve the type serializer to use when there isn't any direct match.
withGraph(Graph) - Method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Deprecated.
As of release 3.4.9, replaced by AnonymousTraversalSource.withEmbedded(Graph)
withGraphFilter(GraphFilter) - Static method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphGryoSerializer
 
within - org.apache.tinkerpop.gremlin.process.traversal.Contains
The first object is within the Collection provided in the second object.
within(Collection<V>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is within the specified list of values.
within(V...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is within the specified list of values.
WithOptions - Class in org.apache.tinkerpop.gremlin.process.traversal.step.util
Configuration options to be passed to the GraphTraversal.with(String, Object).
WithOptions() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.step.util.WithOptions
 
WithOptionsVisitor - Class in org.apache.tinkerpop.gremlin.language.grammar
Covers String oriented constants used as arguments to GraphTraversal.with(String) steps.
without - org.apache.tinkerpop.gremlin.process.traversal.Contains
The first object is not within the Collection provided in the second object.
without(Collection<V>) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is not within the specified list of values.
without(V...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.P
Determines if a value is not within the specified list of values.
withoutStrategies - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withoutStrategies(Class<? extends TraversalStrategy>...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Remove an arbitrary collection of TraversalStrategy classes from the traversal source.
withoutStrategies(Class<? extends TraversalStrategy>...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Remove an arbitrary collection of TraversalStrategy classes from the traversal source.
withParameters - Variable in class org.apache.tinkerpop.gremlin.process.traversal.Translator.ScriptTranslator.AbstractTypeTranslator
 
withPath - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.Symbols
 
withPath() - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
 
withRemote - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withRemote(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Creates a TraversalSource binding a RemoteConnection to a remote Graph instances as its reference so that traversals spawned from it will execute over that reference.
withRemote(Configuration) - Method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Creates a TraversalSource binding a RemoteConnection to a remote Graph instances as its reference so that traversals spawned from it will execute over that reference.
withRemote(RemoteConnection) - Method in class org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource
Creates a TraversalSource binding a RemoteConnection to a remote Graph instances as its reference so that traversals spawned from it will execute over that reference.
withSack - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withSack(A) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, UnaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, UnaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, UnaryOperator<A>, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(A, UnaryOperator<A>, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, UnaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, UnaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, UnaryOperator<A>, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSack(Supplier<A>, UnaryOperator<A>, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sack to be used throughout the life of a spawned Traversal.
withSideEffect - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withSideEffect(String, A) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, A) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, A, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, A, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, Supplier<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, Supplier<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, Supplier<A>, BinaryOperator<A>) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withSideEffect(String, Supplier<A>, BinaryOperator<A>) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add a sideEffect to be used throughout the life of a spawned Traversal.
withStrategies - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.Symbols
 
withStrategies(TraversalStrategy...) - Method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
Add an arbitrary collection of TraversalStrategy instances to the traversal source.
withStrategies(TraversalStrategy...) - Method in interface org.apache.tinkerpop.gremlin.process.traversal.TraversalSource
Add an arbitrary collection of TraversalStrategy instances to the traversal source.
WORKER_ITERATION_END - org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
WORKER_ITERATION_START - org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
workerEnd(MapReduce.Stage) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
This method is called at the end of the respective MapReduce.Stage for a particular "chunk of vertices." The set of vertices in the graph are typically not processed with full parallelism.
workerIterationEnd(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
workerIterationEnd(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool
 
workerIterationEnd(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
This method is called at the end of each iteration of each "computational chunk." The set of vertices in the graph are typically not processed with full parallelism.
workerIterationStart(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
workerIterationStart(Memory) - Method in class org.apache.tinkerpop.gremlin.process.computer.util.VertexProgramPool
 
workerIterationStart(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
This method is called at the start of each iteration of each "computational chunk." The set of vertices in the graph are typically not processed with full parallelism.
workers(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.Computer
 
workers(int) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
Set the desired number of workers to execute the VertexProgram and MapReduce jobs.
workers(int) - Method in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy.Builder
 
WORKERS - Static variable in class org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration.VertexProgramStrategy
 
workerStart(MapReduce.Stage) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
This method is called at the start of the respective MapReduce.Stage for a particular "chunk of vertices." The set of vertices in the graph are typically not processed with full parallelism.
workerState() - Method in enum org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
 
wrap(ByteBuffer) - Method in interface org.apache.tinkerpop.gremlin.structure.io.BufferFactory
Wraps a NIO buffer.
wrapAdjacencyList(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
wrapBiConsumer(ThrowingBiConsumer<T, U>) - Static method in class org.apache.tinkerpop.gremlin.util.function.FunctionUtils
 
wrapConsumer(ThrowingConsumer<T>) - Static method in class org.apache.tinkerpop.gremlin.util.function.FunctionUtils
 
wrapFunction(ThrowingFunction<T, U>) - Static method in class org.apache.tinkerpop.gremlin.util.function.FunctionUtils
 
WrappedEdge<E> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
WrappedElement<E> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
WrappedGraph<G> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
Graph implementations that don't natively implement the TinkerPop interfaces should implement the "wrapped" classes to provide a standard way for users to get the vendor's "raw" object that represents their graph.
WrappedProperty<P> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVariables<V> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVertex<V> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVertexProperty<P> - Interface in org.apache.tinkerpop.gremlin.structure.util.wrapped
 
wrapSupplier(ThrowingSupplier<T>) - Static method in class org.apache.tinkerpop.gremlin.util.function.FunctionUtils
 
write - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
write() - Method in interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal
This step is technically a step modulator for the the GraphTraversalSource.io(String) step which instructs the step to perform a write with its given configuration.
write(File) - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.IoStep
 
write(KryoShim<?, O>, O, DefaultRemoteTraverser) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.DefaultRemoteTraverserSerializer
 
write(KryoShim<?, O>, O, DefaultRemoteTraverser) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.DefaultRemoteTraverserSerializer
 
write(KryoShim<?, O>, O, Bytecode) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BytecodeSerializer
 
write(KryoShim<?, O>, O, Bytecode) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BytecodeSerializer
 
write(KryoShim<?, O>, O, Bytecode.Binding) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.BindingSerializer
 
write(KryoShim<?, O>, O, Bytecode.Binding) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.BindingSerializer
 
write(KryoShim<?, O>, O, P) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PSerializer
 
write(KryoShim<?, O>, O, P) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PSerializer
 
write(KryoShim<?, O>, O, Path) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PathSerializer
 
write(KryoShim<?, O>, O, Path) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PathSerializer
 
write(KryoShim<?, O>, O, TextP) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.TextPSerializer
 
write(KryoShim<?, O>, O, TextP) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TextPSerializer
 
write(KryoShim<?, O>, O, Metrics) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.MetricsSerializer
 
write(KryoShim<?, O>, O, TraversalMetrics) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.TraversalMetricsSerializer
 
write(KryoShim<?, O>, O, Edge) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.EdgeSerializer
 
write(KryoShim<?, O>, O, Edge) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.EdgeSerializer
 
write(KryoShim<?, O>, O, Property) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.PropertySerializer
 
write(KryoShim<?, O>, O, Property) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.PropertySerializer
 
write(KryoShim<?, O>, O, StarGraph) - Method in class org.apache.tinkerpop.gremlin.structure.util.star.StarGraphSerializer
 
write(KryoShim<?, O>, O, Vertex) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexSerializer
 
write(KryoShim<?, O>, O, Vertex) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexSerializer
 
write(KryoShim<?, O>, O, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.VertexPropertySerializer
 
write(KryoShim<?, O>, O, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.VertexPropertySerializer
 
write(KryoShim<?, O>, O, Lambda) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV1.LambdaSerializer
 
write(KryoShim<?, O>, O, Lambda) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoSerializersV3.LambdaSerializer
 
write(KryoShim<?, O>, O, T) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.SerializerShim
 
write(Kryo, Output, T) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedSerializerAdapter
 
write(T, Buffer) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
Writes an object in fully-qualified format, containing {type_code}{type_info}{value_flag}{value}.
write(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
write(T, Buffer, GraphBinaryWriter) - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
Writes the type code, information and value to a buffer using the provided allocator.
WRITE_PARTITION - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy
 
writeBoolean(boolean) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified boolean at the current writer index and advances the index.
writeBoolean(boolean) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeBoolean(boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeByte(byte) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeByte(byte) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeByte(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified byte at the current writer index and advances the index.
writeBytes(byte[]) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers the specified source array's data to this buffer starting at the current writer index and advances the index.
writeBytes(byte[], int, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers the specified source array's data to this buffer starting at the current writer index and advances the index.
writeBytes(byte[], int, int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeBytes(byte[], int, int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeBytes(ByteBuffer) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Transfers the specified source byte data to this buffer starting at the current writer index and advances the index.
writeClass(Output, Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
writeClassAndObject(Object, OutputStream) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimService
Serializes an object to an output stream.
writeClassAndObject(ShadedOutputAdapter, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
writeClassAndObject(O, Object) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
writeClassAndObjectToBytes(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShimServiceLoader
A loose abstraction of Kryo.writeClassAndObject(org.apache.tinkerpop.shaded.kryo.io.Output, java.lang.Object), where the output parameter is an internally-created ByteArrayOutputStream.
writeDouble(double) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified 64-bit floating point number at the current writer index and advances the index.
writeDouble(double) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeDouble(double) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeEdge(OutputStream, Edge) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeEdge(OutputStream, Edge) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes an Edge object to the stream.
writeEdge(OutputStream, Edge) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write an edge to a stream.
writeEdge(OutputStream, Edge) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write an edge to a stream.
writeEndArray(Object, JsonGenerator, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
writeEndObject(Object, JsonGenerator, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
writeFloat(float) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified 32-bit floating point number at the current writer index and advances the index.
writeFullyQualifiedNull(Class<T>, Buffer, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
Represents a null value of a specific type, useful when the parent type contains a type parameter that must be specified.
writeGraph(OutputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
Write the data in a Graph to a GraphML OutputStream.
writeGraph(OutputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes a Graph to stream in an adjacency list format where vertices are written with edges from both directions.
writeGraph(OutputStream, Graph) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write the entire graph to a stream.
writeGraph(OutputStream, Graph) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write the entire graph to a stream.
writeGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
writeGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
Write a Graph to file using the default configuration of the Io.writer() and its supplied Io.mapper().
writeGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Write a Graph to file using the default configuration of the Io.writer() and its supplied Io.mapper().
writeGraph(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Write a Graph to file using the default configuration of the Io.writer() and its supplied Io.mapper().
writeGraph(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io
Write a Graph to file using the default configuration of the Io.writer() and its supplied Io.mapper().
writeInt(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified 32-bit integer at the current writer index and advances the index.
writeInt(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeInt(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeLong(long) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified 64-bit long integer at the current writer index and advances the index.
writeLong(long) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeLong(long) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeName(Output, Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.AbstractGryoClassResolver
 
writeObject(OutputStream, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeObject(OutputStream, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes an arbitrary object to the stream.
writeObject(OutputStream, Object) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Writes an arbitrary object to the stream.
writeObject(OutputStream, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Writes an arbitrary object to the stream.
writeObject(ShadedOutputAdapter, Object) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
writeObject(O, Object) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
writeObjectOrNull(ShadedOutputAdapter, Object, Class) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
 
writeObjectOrNull(O, Object, Class) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
 
writePartition(String) - Method in class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder
Specifies the name of the partition to write when adding vertices, edges and vertex properties.
writeProperty(OutputStream, Property) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeProperty(OutputStream, Property) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Write a Property object to the stream.
writeProperty(OutputStream, Property) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a property to a stream.
writeProperty(OutputStream, Property) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a property to a stream.
writer - Static variable in class org.apache.tinkerpop.gremlin.process.traversal.IO
The specific GraphWriter instance to use, the name of the fully qualified classname of such an instance or one of IO.graphson, IO.gryo or IO.graphml.
writer() - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryIo
 
writer() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
Creates a GraphWriter.WriterBuilder implementation .
writer() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo
Creates a GraphWriter.WriterBuilder implementation .
writer() - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
Creates a GraphWriter.WriterBuilder implementation .
writer() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Io
Creates a GraphWriter.WriterBuilder implementation .
WRITER - org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
 
writerFormatIsForFullGraphSerializationOnly(Class<? extends GraphWriter>) - Static method in class org.apache.tinkerpop.gremlin.structure.io.Io.Exceptions
 
writerIndex() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Returns the writer index of this buffer.
writerIndex(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the writer index of this buffer.
writeShort(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.Buffer
Sets the specified 16-bit short integer at the current writer index and advances the index.
writeShort(int) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeShort(int) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeStartArray(Object, JsonGenerator, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
writeStartObject(Object, JsonGenerator, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
writeString(String) - Method in interface org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.OutputShim
 
writeString(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedOutputAdapter
 
writeTypePrefix(JsonGenerator, String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
writeTypePrefix(JsonGenerator, WritableTypeId) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV2
 
writeTypePrefix(JsonGenerator, WritableTypeId) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV3
 
writeTypeSuffix(JsonGenerator) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.AbstractGraphSONTypeSerializer
 
writeTypeSuffix(JsonGenerator, WritableTypeId) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV2
 
writeTypeSuffix(JsonGenerator, WritableTypeId) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTypeSerializerV3
 
writeValue(E, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EnumSerializer
 
writeValue(Character, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.CharSerializer
 
writeValue(Class, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ClassSerializer
 
writeValue(String, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.StringSerializer
 
writeValue(BigDecimal, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigDecimalSerializer
 
writeValue(BigInteger, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BigIntegerSerializer
 
writeValue(ByteBuffer, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteBufferSerializer
 
writeValue(Duration, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DurationSerializer
 
writeValue(Instant, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.InstantSerializer
 
writeValue(LocalDate, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateSerializer
 
writeValue(LocalDateTime, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalDateTimeSerializer
 
writeValue(LocalTime, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LocalTimeSerializer
 
writeValue(MonthDay, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MonthDaySerializer
 
writeValue(OffsetDateTime, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetDateTimeSerializer
 
writeValue(OffsetTime, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.OffsetTimeSerializer
 
writeValue(Period, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PeriodSerializer
 
writeValue(YearMonth, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.YearMonthSerializer
 
writeValue(ZonedDateTime, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZonedDateTimeSerializer
 
writeValue(ZoneOffset, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZoneOffsetSerializer
 
writeValue(List, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ListSerializer
 
writeValue(Map.Entry, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapEntrySerializer
 
writeValue(Map, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MapSerializer
 
writeValue(Set, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SetSerializer
 
writeValue(UUID, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.UUIDSerializer
 
writeValue(Bytecode.Binding, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BindingSerializer
 
writeValue(Bytecode, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.ByteCodeSerializer
 
writeValue(Path, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PathSerializer
 
writeValue(BulkSet, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.BulkSetSerializer
 
writeValue(Tree, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TreeSerializer
 
writeValue(TraversalStrategy, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalStrategySerializer
 
writeValue(Traverser, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraverserSerializer
 
writeValue(Metrics, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.MetricsSerializer
 
writeValue(TraversalExplanation, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalExplanationSerializer
 
writeValue(TraversalMetrics, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.TraversalMetricsSerializer
 
writeValue(Edge, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.EdgeSerializer
 
writeValue(Graph, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.GraphSerializer
 
writeValue(Property, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PropertySerializer
 
writeValue(VertexProperty, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexPropertySerializer
 
writeValue(Vertex, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.VertexSerializer
 
writeValue(Lambda, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.LambdaSerializer
 
writeValue(T, Buffer, boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
Writes a value without including type information.
writeValue(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.DateSerializer
 
writeValue(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.InetAddressSerializer
 
writeValue(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.PSerializer
 
writeValue(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
Writes a non-nullable value into a buffer using the provided allocator.
writeValue(T, Buffer, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
writeValue(T, Buffer, GraphBinaryWriter, boolean) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SimpleTypeSerializer
 
writeValue(T, Buffer, GraphBinaryWriter, boolean) - Method in interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
Writes the value to a buffer, composed by the value flag and the sequence of bytes.
writeValueFlagNone(Buffer) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
Writes a single byte with value 0, representing an unset value_flag.
writeValueFlagNull(Buffer) - Method in class org.apache.tinkerpop.gremlin.structure.io.binary.GraphBinaryWriter
Writes a single byte representing the null value_flag.
writeVertex(OutputStream, Vertex) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeVertex(OutputStream, Vertex) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes a single Vertex with no edges serialized.
writeVertex(OutputStream, Vertex) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream without writing its edges.
writeVertex(OutputStream, Vertex) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a vertex to a stream without writing its edges.
writeVertex(OutputStream, Vertex, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeVertex(OutputStream, Vertex, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes a single Vertex to stream where edges only from the specified direction are written.
writeVertex(OutputStream, Vertex, Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream with its associated edges.
writeVertex(OutputStream, Vertex, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a vertex to a stream with its associated edges.
writeVertexProperty(OutputStream, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeVertexProperty(OutputStream, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Write a VertexProperty object to the stream.
writeVertexProperty(OutputStream, VertexProperty) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex property to a stream.
writeVertexProperty(OutputStream, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a vertex property to a stream.
writeVertices(OutputStream, Iterator<Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeVertices(OutputStream, Iterator<Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes a list of vertices without edges.
writeVertices(OutputStream, Iterator<Vertex>) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream without writing its edges.
writeVertices(OutputStream, Iterator<Vertex>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a vertex to a stream without writing its edges.
writeVertices(OutputStream, Iterator<Vertex>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
This method is not supported for this writer.
writeVertices(OutputStream, Iterator<Vertex>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
Writes a list of vertices in adjacency list format where vertices are written with edges from both directions.
writeVertices(OutputStream, Iterator<Vertex>, Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Write a list of vertices from a Traversal to a stream with its associated edges.
writeVertices(OutputStream, Iterator<Vertex>, Direction) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
Write a list of vertices from a Traversal to a stream with its associated edges.
writeWithKryo(Consumer<Kryo>) - Method in class org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool
 
writeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
writeWithType(String, Object, JsonGenerator, SerializerProvider, TypeSerializer) - Static method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUtil
 
Writing<E extends Event> - Interface in org.apache.tinkerpop.gremlin.process.traversal.step
A marker interface for steps that writes the graph data.
WRITING - org.apache.tinkerpop.gremlin.process.traversal.step.ReadWriting.Mode
 

X

x - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
xmlInputFactory(XMLInputFactory) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
A custom XMLInputFactory.
xmlSchemaLocation(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Location of the GraphML schema which is defaulted to GraphMLTokens.DEFAULT_GRAPHML_SCHEMA_LOCATION.

Y

y - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
YEAR - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
YEARMONTH - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
YearMonthSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
YearMonthSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.YearMonthSerializer
 
YearSerializer - Static variable in class org.apache.tinkerpop.gremlin.structure.io.binary.types.SingleTypeSerializer
 
YES - org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
 

Z

z - Variable in class org.apache.tinkerpop.gremlin.process.traversal.util.StepPosition
 
ZeroArgLambda(String, String) - Constructor for class org.apache.tinkerpop.gremlin.util.function.Lambda.ZeroArgLambda
 
ZONEDATETIME - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ZonedDateTimeSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ZonedDateTimeSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZonedDateTimeSerializer
 
ZONEOFFSET - org.apache.tinkerpop.gremlin.structure.io.binary.DataType
 
ZoneOffsetSerializer - Class in org.apache.tinkerpop.gremlin.structure.io.binary.types
 
ZoneOffsetSerializer() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.binary.types.ZoneOffsetSerializer
 

_

__ - Class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
An anonymous GraphTraversal.
__() - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
__(A...) - Static method in class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__
 
_ID - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
_IN_V - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
_LABEL - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
_OUT_V - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
_TYPE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokensTP2
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z _ 
All Classes All Packages