Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z _ 

A

AbstractPathTraverser<T> - Class in com.tinkerpop.gremlin.process.traverser.util
 
AbstractPathTraverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
AbstractPathTraverser(T, Step<T, ?>) - Constructor for class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
AbstractStep<S,E> - Class in com.tinkerpop.gremlin.process.util
 
AbstractStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.util.AbstractStep
 
AbstractTraversalStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
AbstractTraversalStrategy() - Constructor for class com.tinkerpop.gremlin.process.graph.strategy.AbstractTraversalStrategy
 
AbstractTraverser<T> - Class in com.tinkerpop.gremlin.process.traverser.util
 
AbstractTraverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
AbstractTraverser(T) - Constructor for class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
AbstractVertexProgramBuilder<B extends VertexProgram.Builder> - Class in com.tinkerpop.gremlin.process.computer.util
 
AbstractVertexProgramBuilder() - Constructor for class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
AbstractVertexProgramBuilder(Class<? extends VertexProgram>) - Constructor for class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
accept(Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
accept(Object, Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
accept(Object, Object, Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
accept(A, B) - Method in interface com.tinkerpop.gremlin.util.function.ThrowingBiConsumer
 
accept(A) - Method in interface com.tinkerpop.gremlin.util.function.ThrowingConsumer
 
accept(A, B, C) - Method in interface com.tinkerpop.gremlin.util.function.TriConsumer
Performs this operation on the given arguments.
add(S) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
add(S, long) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
add(Iterator<Traverser.Admin<E>>) - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
add(Traverser.Admin<E>) - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
add(Traverser.Admin<S>) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
addAll(Collection<? extends S>) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
addBothE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
addBothE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
addBothE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
addComparator(Comparator<S>) - Method in interface com.tinkerpop.gremlin.process.graph.marker.ComparatorHolder
 
addComparator(Comparator<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.OrderStep
 
addComparator(Comparator<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.ShuffleStep
 
addCustom(Class...) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
Add mapper classes to serializes with kryo using standard serialization.
addCustom(Class, Serializer) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
Add mapper class to serializes with mapper serialization.
addCustom(Class, Function<Kryo, Serializer>) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
Add mapper class to serializes with mapper serialization as returned from a Function.
addCustom(Class...) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
Add mapper classes to serializes with kryo using standard serialization.
addCustom(Class, Serializer) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
Add mapper class to serializes with mapper serialization.
addCustom(Class, Function<Kryo, Serializer>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
Add mapper class to serializes with mapper serialization as returned from a Function.
addCustomModule(SimpleModule) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Supply a mapper module for serialization/deserialization.
addCustomModule(SimpleModule) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Supply a mapper module for serialization/deserialization.
addE(Direction, String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
addE(Direction, String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
addE(Direction, String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
addEdge(String, Vertex, Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
addEdge(String, Vertex, Object...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
addEdge(String, Vertex, Object...) - Method in interface com.tinkerpop.gremlin.structure.Vertex
Add an outgoing edge to the vertex with provided label and edge properties as key/value pairs.
AddEdgeStep - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
AddEdgeStep(Traversal, Direction, String, String, Object...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.AddEdgeStep
 
addEmitToTraversal(C, Predicate<Traverser<B>>) - Static method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
addFunction(Function<A, B>) - Method in interface com.tinkerpop.gremlin.process.graph.marker.FunctionHolder
 
addFunction(Function<S, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
addFunction(Function<S, Number>) - Method in class com.tinkerpop.gremlin.process.graph.step.filter.SampleStep
 
addFunction(Function<Object, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
addFunction(Function<Object, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
addFunction(Function<S, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
addFunction(Function<S, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
addFunction(Function<Object, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
addFunction(Function<S, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
addFunction(Function<Object, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
addFunction(Function<A, B>) - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
addInE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
addInE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
addInE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
addIterator(Iterator<T>) - Method in class com.tinkerpop.gremlin.process.util.MultiIterator
 
addLabel(String) - Method in interface com.tinkerpop.gremlin.process.Path
Add label to the current head of the path.
addLabel(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
addLabel(String) - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
addLabel(String) - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
addLabel(String) - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
addMapReduceMemoryKey(MapReduce) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
addOutE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
addOutE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
addOutE(String, String, Object...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
addReadPartition(String) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
addRepeatToTraversal(C, Traversal<B, B>) - Static method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
addResultToMemory(Memory.Admin, Iterator<KeyValue<RK, RV>>) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
The final result can be generated and added to Memory and accessible via ComputerResult.
addStart(Traverser<S>) - Method in interface com.tinkerpop.gremlin.process.Step
Add a single Traverser to the step.
addStart(Traverser<S>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Add a single Traverser object to the head of the traversal.
addStart(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
addStart(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
addStart(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
addStart(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
addStarts(Iterator<Traverser<S>>) - Method in interface com.tinkerpop.gremlin.process.Step
Add a iterator of Traverser objects of type S to the step.
addStarts(Iterator<Traverser<S>>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Add an iterator of Traverser objects to the head/start of the traversal.
addStarts(Iterator<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
addStarts(Iterator<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
addStarts(Iterator<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
addStarts(Iterator<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
addStep(Step<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal.Admin
 
addStep(Step<?, E2>) - Method in class com.tinkerpop.gremlin.process.graph.util.EmptyGraphTraversal
 
addStep(Step<?, E2>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Add a Step to the end of the traversal.
addStep(int, Step<?, ?>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
 
addStep(int, Step<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
addStep(Step<?, E2>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
addStep(int, Step<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
addStrategies(TraversalStrategy...) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Add all the provided TraversalStrategy instances to the current collection.
addStrategies(TraversalStrategy...) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
addStrategies(TraversalStrategy...) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
addTo(Graph, DetachedEdge) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
addTo(Graph, DetachedVertex) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
addToCollection(Collection<S>, S, long) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
addToCollectionUnrollIterator(Collection<S>, S, long) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
addTraversal(Traversal<S, S>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
Adds an individual traversal to an already-constructed MatchStep.
addTree(Tree<T>) - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
addUntilToTraversal(C, Predicate<Traverser<B>>) - Static method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
addVertex(Object...) - Method in interface com.tinkerpop.gremlin.structure.Graph
Add a Vertex to the graph given an optional series of key/value pairs.
addVertex(String) - Method in interface com.tinkerpop.gremlin.structure.Graph
Add a Vertex to the graph with provided vertex label.
addVertex(Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
addVertex(Object...) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
addVertex(Object...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
addVertexProgramMemoryComputeKeys(VertexProgram<?>) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
adjacentElementPropertiesCanNotBeRead() - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
adjacentElementPropertiesCanNotBeWritten() - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
adjacentVerticesCanNotBeQueried() - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
aggregate(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
aggregate() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
aggregate(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
aggregate() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
aggregate(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
aggregate() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
aggregate(StepTimer) - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
AGGREGATE_STEP_SIDE_EFFECT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
AggregateMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
AggregateMapReduce(AggregateStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
AggregateStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
AggregateStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
alpha(double) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
and(String, boolean) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Logically AND the provided boolean value with the boolean value currently stored at the key.
and(String, boolean) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
and(String, boolean) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.tinkerpop.gremlin.util.function.TriConsumer
Returns a composed @{link TriConsumer} that performs, in sequence, this operation followed by the after operation.
andThen(Function<? super R, ? extends V>) - Method in interface com.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.
AnonymousGraphTraversal - Interface in com.tinkerpop.gremlin.process.graph
 
AnonymousGraphTraversal.Tokens - Enum in com.tinkerpop.gremlin.process.graph
 
apply(Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
apply(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep.GoToLabels
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.ComparatorHolderRemovalStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.DedupOptimizerStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.EngineDependentStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.IdentityRemovalStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.LabeledEndStepStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.MatchWhereStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.ReducingStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.RouteStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectCapStrategy
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectRegistrationStrategy
 
apply(Element) - Method in enum com.tinkerpop.gremlin.process.T
 
apply(Traversal.Admin<?, ?>, TraversalEngine) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategy
 
apply(Element) - Method in class com.tinkerpop.gremlin.process.util.ElementValueFunction
 
apply(T) - Method in interface com.tinkerpop.gremlin.util.function.ThrowingFunction
 
apply(A, B, C) - Method in interface com.tinkerpop.gremlin.util.function.TriFunction
Applies this function to the given arguments.
applyPost() - Method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectCapStrategy
 
applyPost() - Method in interface com.tinkerpop.gremlin.process.TraversalStrategy
 
applyPrior() - Method in class com.tinkerpop.gremlin.process.graph.strategy.MatchWhereStrategy
 
applyPrior() - Method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectRegistrationStrategy
 
applyPrior() - Method in interface com.tinkerpop.gremlin.process.TraversalStrategy
 
applyStrategies(TraversalEngine) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Apply the registered TraversalStrategies to the traversal.
applyStrategies(Traversal.Admin<?, ?>, TraversalEngine) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Apply all the TraversalStrategy optimizers to the Traversal for the stated TraversalEngine.
applyStrategies(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
applyStrategies(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
applyStrategies(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
applyStrategies(Traversal.Admin<?, ?>, TraversalEngine) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
areEqual(MapReduce, Object) - Static method in class com.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
areEqual(Iterator, Iterator) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
areEqual(Element, Object) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two Element objects are equal.
areEqual(VertexProperty, Object) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two VertexProperty objects are equal.
areEqual(Property, Object) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
A standard method for determining if two Property objects are equal.
argumentCanNotBeNull(String) - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
ArrayIterator<T> - Class in com.tinkerpop.gremlin.util.iterator
 
ArrayIterator(T[]) - Constructor for class com.tinkerpop.gremlin.util.iterator.ArrayIterator
 
as(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
as(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
as(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
asAdmin() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
asAdmin() - Method in class com.tinkerpop.gremlin.process.graph.util.DefaultGraphTraversal
 
asAdmin() - Method in class com.tinkerpop.gremlin.process.graph.util.EmptyGraphTraversal
 
asAdmin() - Method in interface com.tinkerpop.gremlin.process.Traversal
Get access to administrative methods of the traversal via its accompanying Traversal.Admin.
asAdmin() - Method in interface com.tinkerpop.gremlin.process.Traverser
Typecast the traverser to a "system traverser" so Traverser.Admin methods can be accessed.
asAdmin() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
asAdmin() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
asImmutable() - Method in interface com.tinkerpop.gremlin.process.computer.Memory.Admin
 
asMap() - Method in interface com.tinkerpop.gremlin.process.computer.Memory
A helper method that generates a Map of the memory key/values.
asMap() - Method in interface com.tinkerpop.gremlin.structure.Graph.Variables
Gets the variables of the Graph as a Map.
asMap() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
asMap(Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Converts a set of key values to a Map.
asPairs(Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Convert a set of key values to a list of Pair objects.
asStep() - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
asString() - Method in enum com.tinkerpop.gremlin.structure.Compare
Gets the operator representation of the Compare object.
attach(Vertex) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Regenerate the detached traverser given its location at a particular vertex.
attach(Graph) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Traversers can not attach to graphs and thus, an UnsupportedOperationException is thrown.
attach(Vertex) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_Traverser
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
attach(Vertex) - Method in interface com.tinkerpop.gremlin.structure.util.detached.Attachable
 
attach(Graph) - Method in interface com.tinkerpop.gremlin.structure.util.detached.Attachable
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
attach(Graph) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
attach(Graph) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
attach(Graph) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
attach(Graph) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
attach(Vertex) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
attach(Graph) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
Attachable<T> - Interface in com.tinkerpop.gremlin.structure.util.detached
An interface that provides methods for detached properties and elements to be re-attached to the Graph.
attachProperties(Element, Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Assign key/value pairs as properties to an Element.
attachSingleProperties(Vertex, Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Assign key/value pairs as properties to an Vertex.
attempt(BiFunction<Graph, Function<Graph, R>, R>) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Try to execute a Transaction.Workload with a mapper retry strategy.

B

B_O_P_PA_S_SE_SL_Traverser<T> - Class in com.tinkerpop.gremlin.process.traverser
 
B_O_P_PA_S_SE_SL_Traverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_Traverser
 
B_O_P_PA_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_Traverser
 
B_O_P_PA_S_SE_SL_TraverserGenerator - Class in com.tinkerpop.gremlin.process.traverser
 
B_O_PA_S_SE_SL_Traverser<T> - Class in com.tinkerpop.gremlin.process.traverser
 
B_O_PA_S_SE_SL_Traverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_Traverser
 
B_O_PA_S_SE_SL_Traverser(T, Step<T, ?>) - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_Traverser
 
B_O_PA_S_SE_SL_TraverserGenerator - Class in com.tinkerpop.gremlin.process.traverser
 
B_O_Traverser<T> - Class in com.tinkerpop.gremlin.process.traverser
 
B_O_Traverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
B_O_Traverser(T, long) - Constructor for class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
B_O_TraverserGenerator - Class in com.tinkerpop.gremlin.process.traverser
 
back(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
back(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
back(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
BackStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
BackStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.BackStep
 
Barrier - Interface in com.tinkerpop.gremlin.process.graph.marker
 
BarrierStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.util
 
BarrierStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
baseElement - Variable in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
BatchGraph<G extends Graph> - Class in com.tinkerpop.gremlin.structure.util.batch
BatchGraph is a wrapper that enables batch loading of a large number of edges and vertices by chunking the entire load into smaller batches and maintaining a sideEffects-efficient vertex cache so that the entire transactional state can be flushed after each chunk is loaded.
BatchGraph.Builder<G extends Graph> - Class in com.tinkerpop.gremlin.structure.util.batch
 
batchSize(long) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
Number of mutations to perform before a commit is executed.
batchSize(long) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
Number of mutations to perform before a commit is executed.
batchSize(long) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Number of mutations to perform before a commit is executed.
batchSize(long) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
Set the size between commits when reading into the Graph instance.
between(String, Comparable, Comparable) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
between(String, Comparable, Comparable) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
between(String, Comparable, Comparable) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Bindings<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
 
Bindings() - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings
 
Bindings(Map<String, T>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings
 
Bindings.BindingsComparator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
 
BindingsComparator(Function<T, String>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings.BindingsComparator
 
both(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
both(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
both(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
bothE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
bothE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
bothE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
bothV() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
bothV() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
bothV() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
branch(Function<Traverser<A>, Collection<String>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
branch(Function<Traverser<A>, Collection<String>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
branch(Function<Traverser<E>, Collection<String>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
BranchStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
BranchStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
BranchStep.GoToLabels<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
bufferSize(long) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Number of mutations to perform between calls to Transaction.commit().
build() - Static method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
build() - Static method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
build(KryoMapper.Version) - Static method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
Use a specific version of Gremlin Kryo.
build() - Static method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
Use the most current version of Gremlin Kryo.
build() - Static method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
build() - Static method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
build(String) - Static method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
Create the IdStrategy.Builder to create a IdStrategy.
build() - Static method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
build() - Static method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
build() - Static method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
build(T) - Static method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
Builder() - Constructor for class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
Builder() - Constructor for class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
BuilderV1d0() - Constructor for class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
 
bulk - Variable in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
bulk() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
bulk() - Method in interface com.tinkerpop.gremlin.process.Traverser
A traverser may represent a grouping of traversers to allow for more efficient data propagation.
bulk - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
bulk() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
bulk() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
bulk() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
BulkSet<S> - Class in com.tinkerpop.gremlin.process.util
BulkSet is a weighted set (i.e.
BulkSet() - Constructor for class com.tinkerpop.gremlin.process.util.BulkSet
 
bulkSize() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
by() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(Function<V, Object>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(T) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(Comparator<E>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(Function<Element, V>, Comparator<V>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(T, Comparator<V>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
by(String, Comparator<V>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 

C

cap(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
cap() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
cap(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
cap() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
cap(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
cap() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
chainComparators(List<Comparator<T>>) - Static method in class com.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
choose(Predicate<A>, Traversal<?, E2>, Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
choose(Function<A, M>, Map<M, Traversal<?, E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
choose(Predicate<A>, Traversal<?, E2>, Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
choose(Function<A, M>, Map<M, Traversal<?, E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
choose(Predicate<E>, Traversal<?, E2>, Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
choose(Function<E, M>, Map<M, Traversal<?, E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
ChooseStep<S,E,M> - Class in com.tinkerpop.gremlin.process.graph.step.branch
A step which offers a choice of two or more Traversals to take.
ChooseStep(Traversal, Predicate<S>, Traversal<S, E>, Traversal<S, E>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
ChooseStep(Traversal, Function<S, M>, Map<M, Traversal<S, E>>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
CLASS - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
clear() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
clear() - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
clear() - Method in class com.tinkerpop.gremlin.process.util.MultiIterator
 
clear() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
clearReadPartitions() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
clone() - Method in interface com.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 com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
clone() - Method in class com.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
clone() - Method in interface com.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 com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.TraversalPredicate
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectOneStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
clone() - Method in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
clone() - Method in interface com.tinkerpop.gremlin.process.Path
clone() - Method in interface com.tinkerpop.gremlin.process.Step
Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication.
clone() - Method in interface com.tinkerpop.gremlin.process.Traversal
Cloning is used to duplicate the traversal typically in OLAP environments.
clone() - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Cloning is used to duplicate the sideEffects typically in OLAP environments.
clone() - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
clone() - Method in interface com.tinkerpop.gremlin.process.Traverser
Traverser cloning is important when splitting a traverser at a bifurcation point in a traversal.
clone() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
clone() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
clone() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
clone() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
clone() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
clone() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
clone() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
clone() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
clone() - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
clone() - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
clone() - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
clone() - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
clone() - Method in interface com.tinkerpop.gremlin.util.function.CloneableFunction
 
clone(CloneableFunction<A, B>) - Static method in interface com.tinkerpop.gremlin.util.function.CloneableFunction
 
clone() - Method in interface com.tinkerpop.gremlin.util.function.CloneablePredicate
 
clone(CloneablePredicate<A>) - Static method in interface com.tinkerpop.gremlin.util.function.CloneablePredicate
 
CloneableFunction<A,B> - Interface in com.tinkerpop.gremlin.util.function
 
CloneablePredicate<A> - Interface in com.tinkerpop.gremlin.util.function
 
close() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
close() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Closes the transaction where the default close behavior will be executed.
close() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
close() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
CLUSTER - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
CLUSTER_COUNT_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
CLUSTER_POPULATION_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
ClusterAware<V extends java.lang.Comparable<V>> - Interface in com.tinkerpop.gremlin.structure.server
 
ClusterCountMapReduce - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterCountMapReduce.Builder - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterPopulationMapReduce - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
ClusterPopulationMapReduce.Builder - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
coin(double) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
coin(double) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
coin(double) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
CoinStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
CoinStep(Traversal, double) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.CoinStep
 
collectMap(Iterator<S>, Function<S, K>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
collectMap(Iterator<S>, Function<S, K>, Function<S, V>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
com.tinkerpop.gremlin.process - package com.tinkerpop.gremlin.process
 
com.tinkerpop.gremlin.process.computer - package com.tinkerpop.gremlin.process.computer
 
com.tinkerpop.gremlin.process.computer.clustering.peerpressure - package com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
com.tinkerpop.gremlin.process.computer.lambda - package com.tinkerpop.gremlin.process.computer.lambda
 
com.tinkerpop.gremlin.process.computer.ranking.pagerank - package com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
com.tinkerpop.gremlin.process.computer.traversal - package com.tinkerpop.gremlin.process.computer.traversal
 
com.tinkerpop.gremlin.process.computer.traversal.step.map - package com.tinkerpop.gremlin.process.computer.traversal.step.map
 
com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce - package com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce
 
com.tinkerpop.gremlin.process.computer.util - package com.tinkerpop.gremlin.process.computer.util
 
com.tinkerpop.gremlin.process.graph - package com.tinkerpop.gremlin.process.graph
 
com.tinkerpop.gremlin.process.graph.marker - package com.tinkerpop.gremlin.process.graph.marker
 
com.tinkerpop.gremlin.process.graph.step.branch - package com.tinkerpop.gremlin.process.graph.step.branch
 
com.tinkerpop.gremlin.process.graph.step.branch.util - package com.tinkerpop.gremlin.process.graph.step.branch.util
 
com.tinkerpop.gremlin.process.graph.step.filter - package com.tinkerpop.gremlin.process.graph.step.filter
 
com.tinkerpop.gremlin.process.graph.step.map - package com.tinkerpop.gremlin.process.graph.step.map
 
com.tinkerpop.gremlin.process.graph.step.map.match - package com.tinkerpop.gremlin.process.graph.step.map.match
 
com.tinkerpop.gremlin.process.graph.step.sideEffect - package com.tinkerpop.gremlin.process.graph.step.sideEffect
 
com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce - package com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
com.tinkerpop.gremlin.process.graph.step.util - package com.tinkerpop.gremlin.process.graph.step.util
 
com.tinkerpop.gremlin.process.graph.strategy - package com.tinkerpop.gremlin.process.graph.strategy
 
com.tinkerpop.gremlin.process.graph.util - package com.tinkerpop.gremlin.process.graph.util
 
com.tinkerpop.gremlin.process.traverser - package com.tinkerpop.gremlin.process.traverser
 
com.tinkerpop.gremlin.process.traverser.util - package com.tinkerpop.gremlin.process.traverser.util
 
com.tinkerpop.gremlin.process.util - package com.tinkerpop.gremlin.process.util
 
com.tinkerpop.gremlin.structure - package com.tinkerpop.gremlin.structure
 
com.tinkerpop.gremlin.structure.io - package com.tinkerpop.gremlin.structure.io
 
com.tinkerpop.gremlin.structure.io.graphml - package com.tinkerpop.gremlin.structure.io.graphml
 
com.tinkerpop.gremlin.structure.io.graphson - package com.tinkerpop.gremlin.structure.io.graphson
 
com.tinkerpop.gremlin.structure.io.kryo - package com.tinkerpop.gremlin.structure.io.kryo
 
com.tinkerpop.gremlin.structure.server - package com.tinkerpop.gremlin.structure.server
 
com.tinkerpop.gremlin.structure.strategy - package com.tinkerpop.gremlin.structure.strategy
 
com.tinkerpop.gremlin.structure.strategy.process.graph.step.sideEffect - package com.tinkerpop.gremlin.structure.strategy.process.graph.step.sideEffect
 
com.tinkerpop.gremlin.structure.util - package com.tinkerpop.gremlin.structure.util
 
com.tinkerpop.gremlin.structure.util.batch - package com.tinkerpop.gremlin.structure.util.batch
 
com.tinkerpop.gremlin.structure.util.batch.cache - package com.tinkerpop.gremlin.structure.util.batch.cache
 
com.tinkerpop.gremlin.structure.util.detached - package com.tinkerpop.gremlin.structure.util.detached
 
com.tinkerpop.gremlin.structure.util.empty - package com.tinkerpop.gremlin.structure.util.empty
 
com.tinkerpop.gremlin.structure.util.wrapped - package com.tinkerpop.gremlin.structure.util.wrapped
 
com.tinkerpop.gremlin.util - package com.tinkerpop.gremlin.util
 
com.tinkerpop.gremlin.util.config - package com.tinkerpop.gremlin.util.config
 
com.tinkerpop.gremlin.util.function - package com.tinkerpop.gremlin.util.function
 
com.tinkerpop.gremlin.util.iterator - package com.tinkerpop.gremlin.util.iterator
 
com.tinkerpop.gremlin.util.tools - package com.tinkerpop.gremlin.util.tools
 
combine(MapReduce.NullObject, Iterator<Serializable>, MapReduce.ReduceEmitter<MapReduce.NullObject, Integer>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
combine(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
combine(TriConsumer<MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
combine(Class<? extends TriConsumer<MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
combine(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
combine(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
combine(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
combine(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
The combine() method is logically executed at all "machines" in parallel.
combine(M, M) - Method in interface com.tinkerpop.gremlin.process.computer.MessageCombiner
Combine two messages and return a message containing the combination.
combine(Double, Double) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMessageCombiner
 
combine(TraverserSet<?>, TraverserSet<?>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgramMessageCombiner
 
combine(MapReduce.NullObject, Iterator<Long>, MapReduce.ReduceEmitter<MapReduce.NullObject, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
combine(Object, Iterator<Long>, MapReduce.ReduceEmitter<Object, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
combine(MapReduce.NullObject, Iterator<TraversalMetrics>, MapReduce.ReduceEmitter<MapReduce.NullObject, TraversalMetrics>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
combine(MapReduce.NullObject, Iterator<Double>, MapReduce.ReduceEmitter<MapReduce.NullObject, Double>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
COMBINE_LAMBDA - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
commit() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Commits a transaction.
ComparatorHolder<S> - Interface in com.tinkerpop.gremlin.process.graph.marker
 
ComparatorHolderRemovalStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
Comparators - Class in com.tinkerpop.gremlin.structure.util
 
Comparators() - Constructor for class com.tinkerpop.gremlin.structure.util.Comparators
 
compare(Bindings<T>, Bindings<T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings.BindingsComparator
 
compare(Element, Element) - Method in class com.tinkerpop.gremlin.process.util.ElementFunctionComparator
 
compare(Element, Element) - Method in class com.tinkerpop.gremlin.process.util.ElementValueComparator
 
Compare - Enum in com.tinkerpop.gremlin.structure
Compare is a BiPredicate that determines whether the first argument is ==, !=, >, >=, <, <= to the second argument.
compare(Comparable, Comparable) - Method in enum com.tinkerpop.gremlin.structure.Order
compareTo(MapReduce.NullObject) - Method in class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
compareTo(MatchStep.TraversalWrapper<A, B>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
compareTo(Traverser<T>) - Method in interface com.tinkerpop.gremlin.process.Traverser
If the underlying object of the traverser is comparable, compare it with the other traverser.
compliant(BiPredicate<Byte, Byte>) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
By default the KryoMapper.Builder.extendedVersion(byte) is checked against what is read from an input source and if those values are equal the version being read is considered "compliant".
compliant(BiPredicate<Byte, Byte>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
By default the KryoMapper.Builder.extendedVersion(byte) is checked against what is read from an input source and if those values are equal the version being read is considered "compliant".
compose(Function<GraphStrategy, UnaryOperator<T>>, T) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
Return a GraphStrategy function that takes the base function of the form denoted by T as an argument and returns back a function with T.
compress(String) - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.StringCompression
 
compress(String) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.URLCompression
 
compute(Class...) - Method in interface com.tinkerpop.gremlin.structure.Graph
Create an OLAP GraphComputer to execute a vertex program over this graph.
compute(Class...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
compute(Class...) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
compute(Class...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
computerAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
computerAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
computerAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
computerAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
ComputerAwareStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.util
 
ComputerAwareStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
ComputerDataStrategy - Class in com.tinkerpop.gremlin.process.computer.util
 
ComputerDataStrategy(Set<String>) - Constructor for class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
computerHasAlreadyBeenSubmittedAVertexProgram() - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
computerHasNoVertexProgramNorMapReducers() - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
ComputerResult - Class in com.tinkerpop.gremlin.process.computer
The result of the GraphComputer's computation.
ComputerResult(Graph, Memory) - Constructor for class com.tinkerpop.gremlin.process.computer.ComputerResult
 
ComputerResultStep<S> - Class in com.tinkerpop.gremlin.process.computer.traversal.step.map
 
ComputerResultStep(Traversal, ComputerResult, TraversalVertexProgram, boolean) - Constructor for class com.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
concat(Iterator<S>...) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
configuration - Variable in class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
configuration() - Method in interface com.tinkerpop.gremlin.structure.Graph
Get the Configuration associated with the construction of this graph.
configuration() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
configuration() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
configuration() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
configure(Object...) - Method in class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
configure(Object...) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Builder
 
contains(Object) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
contains(Object) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
Contains - Enum in com.tinkerpop.gremlin.structure
Contains is a BiPredicate that evaluates whether the first object is contained within (or not within) the second collection object.
contains(V) - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
contains(V) - Method in interface com.tinkerpop.gremlin.structure.server.VertexRange
 
contains(Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
contains(Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
contains(Object) - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.VertexCache
 
containsEntry(Map<K, Set<V>>, K, V) - Static method in class com.tinkerpop.gremlin.util.tools.MultiMap
 
convertToIterator(Object) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
convertToList(Object) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
count() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
count() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
count() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
count(Iterator) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
COUNT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
CountMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
CountMapReduce(CountStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
CountStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
CountStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
create() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce.Builder
 
create() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce.Builder
 
create() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
create() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce.Builder
 
create() - Method in class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
create() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
 
create() - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
 
create() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter.Builder
Create the KryoWriter.
create() - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy.Builder
 
create() - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy.Builder
 
create() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Creates a transaction that can be executed across multiple threads.
create() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
 
createMapper() - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
 
createMapper() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
 
createMapper() - Method in interface com.tinkerpop.gremlin.structure.io.Mapper
Create a new instance of the internal object mapper that an implementation represents.
createMapReduce(Configuration) - Static method in interface com.tinkerpop.gremlin.process.computer.MapReduce
A helper method to construct a MapReduce given the content of the supplied configuration.
createVertexProgram(Configuration) - Static method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
A helper method to construct a VertexProgram given the content of the supplied configuration.
CrossJoinEnumerator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
An Enumerator which finds the Cartesian product of two other Enumerators, expanding at the same rate in either dimension.
CrossJoinEnumerator(Enumerator<T>, Enumerator<T>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.CrossJoinEnumerator
 
cyclicPath() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
cyclicPath() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
cyclicPath() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
CyclicPathStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
CyclicPathStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.CyclicPathStep
 

D

dataTypeOfMemoryValueNotSupported(Object) - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
dataTypeOfPropertyValueNotSupported(Object) - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
dataTypeOfSideEffectValueNotSupported(Object) - Static method in class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
dataTypeOfVariableValueNotSupported(Object) - Static method in class com.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
dedup() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
dedup() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
dedup() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
DedupOptimizerStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
DedupStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
DedupStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
DEFAULT_BUFFER_SIZE - Static variable in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
Default buffer size is 10000.
DEFAULT_DELAY_MS - Static variable in class com.tinkerpop.gremlin.structure.Transaction.Workload
 
DEFAULT_EXTENDED_VERSION - Static variable in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
 
DEFAULT_IDENT - Static variable in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
DEFAULT_LABEL - Static variable in interface com.tinkerpop.gremlin.structure.Edge
The default label to use for an edge.
DEFAULT_LABEL - Static variable in interface com.tinkerpop.gremlin.structure.Vertex
The default label to use for a vertex.
DEFAULT_LABEL - Static variable in interface com.tinkerpop.gremlin.structure.VertexProperty
 
DEFAULT_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
DEFAULT_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
DEFAULT_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
DEFAULT_SCRIPT_ENGINE - Static variable in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineCache
 
DEFAULT_TRIES - Static variable in class com.tinkerpop.gremlin.structure.Transaction.Workload
 
DefaultGraphTraversal<S,E> - Class in com.tinkerpop.gremlin.process.graph.util
 
DefaultGraphTraversal(Class) - Constructor for class com.tinkerpop.gremlin.process.graph.util.DefaultGraphTraversal
 
DefaultIo - Class in com.tinkerpop.gremlin.structure.io
Default implementation of the Graph.Io interface which overrides none of the default methods.
DefaultIo(Graph) - Constructor for class com.tinkerpop.gremlin.structure.io.DefaultIo
 
DefaultTraversal<S,E> - Class in com.tinkerpop.gremlin.process.util
 
DefaultTraversal(Class) - Constructor for class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
DefaultTraversalSideEffects - Class in com.tinkerpop.gremlin.process.util
 
DefaultTraversalSideEffects() - Constructor for class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
DefaultTraversalStrategies - Class in com.tinkerpop.gremlin.process.util
 
DefaultTraversalStrategies() - Constructor for class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
DefaultTraverserGeneratorFactory - Class in com.tinkerpop.gremlin.process.traverser.util
 
DELIMITER - Static variable in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
deserialize(Configuration, String) - Static method in class com.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
deserializeObject(byte[]) - Static method in class com.tinkerpop.gremlin.util.Serializer
 
detach() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Prepare the traverser for migration across a JVM boundary.
detach() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
detach() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
detach() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
detach(Vertex, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Edge, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(VertexProperty<V>, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Property<V>) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Path, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Element, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
detach(Object, boolean) - Static method in class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
DetachedEdge - Class in com.tinkerpop.gremlin.structure.util.detached
Represents an Edge that is disconnected from a Graph.
DetachedEdge(Edge, boolean) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
DetachedEdge(Object, String, Map<String, Object>, Pair<Object, String>, Pair<Object, String>) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
DetachedElement<E> - Class in com.tinkerpop.gremlin.structure.util.detached
 
DetachedElement() - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedElement(Element) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedElement(Object, String) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
DetachedFactory - Class in com.tinkerpop.gremlin.structure.util.detached
 
DetachedFactory() - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedFactory
 
DetachedPath - Class in com.tinkerpop.gremlin.structure.util.detached
 
DetachedPath(Path, boolean) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
DetachedProperty<V> - Class in com.tinkerpop.gremlin.structure.util.detached
 
DetachedProperty(Property<V>) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
DetachedProperty(String, V, Element) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
DetachedVertex - Class in com.tinkerpop.gremlin.structure.util.detached
Represents a Vertex that is disconnected from a Graph.
DetachedVertex(Vertex, boolean) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
DetachedVertex(Object, String, Map<String, Object>) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
DetachedVertexProperty<V> - Class in com.tinkerpop.gremlin.structure.util.detached
 
DetachedVertexProperty(VertexProperty<V>, boolean) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
DetachedVertexProperty(Object, String, V, Map<String, Object>, Vertex) - Constructor for class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
Direction - Enum in com.tinkerpop.gremlin.structure
Direction is used to denote the direction of an Edge or location of a Vertex on an Edge.
distributeVote(boolean) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
doEmit(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
doStage(MapReduce.Stage) - Method in interface com.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 com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
doStage(MapReduce.Stage) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
doUntil(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 

E

E(Object...) - Method in interface com.tinkerpop.gremlin.structure.Graph
Starts a GraphTraversal over the edges in the graph.
E(Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
E(Object...) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
E(Object...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
Edge - Interface in com.tinkerpop.gremlin.structure
An Edge links two Vertex objects.
edge() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "edge" operation.
EDGE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
Edge.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with an edge.
Edge.Iterators - Interface in com.tinkerpop.gremlin.structure
An interface that provides access to iterators over properties and vertices, without constructing a Traversal object.
EDGE_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
EDGE_COUNT - Static variable in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
edgeAdditionsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
edgeFromJson(JsonNode, Vertex, Vertex) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONUtility
 
edgeFunction - Variable in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
The name of the key to supply to BatchGraph.Builder.edgeIdKey when reading data into the Graph.
edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
The name of the key to supply to BatchGraph.Builder.edgeIdKey when reading data into the Graph.
edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
The name of the key to supply to BatchGraph.Builder.edgeIdKey when reading data into the Graph.
edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Sets the key to be used when setting the edge id as a property on the respective edge.
edgeIdMaker(Supplier<?>) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy.Builder
Provide a function that will provide ids when none are provided explicitly when creating edges.
edgeIterator(Object...) - Method in interface com.tinkerpop.gremlin.structure.Graph.Iterators
Get the Edge objects in this graph with the provided edge ids.
edgeIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
edgeIterator(Direction, String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
edgeIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
edgeIterator(Direction, String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
edgeIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
edgeIterator(Direction, String...) - Method in interface com.tinkerpop.gremlin.structure.Vertex.Iterators
Gets an Iterator of incident edges.
edgeKeyTypes(Map<String, String>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Map of the data types of the edge keys.
edgeLabelKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
The key to use as the edge label.
edgeLabelKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Set the name of the edge label in the GraphML.
EdgeOtherVertexStep - Class in com.tinkerpop.gremlin.process.graph.step.map
 
EdgeOtherVertexStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.EdgeOtherVertexStep
 
edgePredicate(Predicate<Edge>) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy.Builder
 
edgeRemovalNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Edge.Exceptions
 
EDGES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
EDGES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
edgeString(Edge) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Edge.
EdgeTraversal - Interface in com.tinkerpop.gremlin.process.graph
 
EdgeVertexStep - Class in com.tinkerpop.gremlin.process.graph.step.map
 
EdgeVertexStep(Traversal, Direction) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.EdgeVertexStep
 
edgeWithIdAlreadyExists(Object) - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
element() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
Element - Interface in com.tinkerpop.gremlin.structure
An Element is the base class for both Vertex and Edge.
element() - Method in interface com.tinkerpop.gremlin.structure.Property
Get the element that this property is associated with.
element() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
element() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
element() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
element() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
element() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
element() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
element() - Method in interface com.tinkerpop.gremlin.structure.VertexProperty
Gets the Vertex that owns this VertexProperty.
Element.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with an element.
Element.Iterators - Interface in com.tinkerpop.gremlin.structure
An interface that provides access to iterators over properties of an Element, without constructing a Traversal object.
ELEMENT_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
elementAlreadyRemoved(Class<? extends Element>, Object) - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
elementComputeKeys(Set<String>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
elementComputeKeys(String...) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
ElementFunctionComparator<V> - Class in com.tinkerpop.gremlin.process.util
 
ElementFunctionComparator(Function<Element, V>, Comparator<V>) - Constructor for class com.tinkerpop.gremlin.process.util.ElementFunctionComparator
 
ElementHelper - Class in com.tinkerpop.gremlin.structure.util
Utility class supporting common functions for Element.
ElementHelper() - Constructor for class com.tinkerpop.gremlin.structure.util.ElementHelper
 
elementNotFound(Class<? extends Element>, Object) - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
elementStrategyContext - Variable in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
ElementTraversal<A extends Element> - Interface in com.tinkerpop.gremlin.process.graph
 
ElementValueComparator<V> - Class in com.tinkerpop.gremlin.process.util
 
ElementValueComparator(String, Comparator<V>) - Constructor for class com.tinkerpop.gremlin.process.util.ElementValueComparator
 
ElementValueFunction<V> - Class in com.tinkerpop.gremlin.process.util
 
ElementValueFunction(String) - Constructor for class com.tinkerpop.gremlin.process.util.ElementValueFunction
 
embedTypes(boolean) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Embeds Java types into generated JSON to clarify their origins.
emit(K, V) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce.MapEmitter
 
emit(V) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce.MapEmitter
A default method that assumes the key is MapReduce.NullObject.
emit(OK, OV) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitter
 
emit(OV) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitter
A default method that assumes the key is MapReduce.NullObject.
emit(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
emit() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
emit(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
emit(Traversal<?, ?>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
emit() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
emit(Predicate<Traverser<E>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
emit(Traversal<?, ?>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
emit() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
empty() - Static method in interface com.tinkerpop.gremlin.structure.Property
Create an empty property that is not present.
empty() - Static method in interface com.tinkerpop.gremlin.structure.VertexProperty
Constructs an empty VertexProperty.
EmptyGraph - Class in com.tinkerpop.gremlin.structure.util.empty
 
EmptyGraphTraversal<S,E> - Class in com.tinkerpop.gremlin.process.graph.util
 
EmptyPath - Class in com.tinkerpop.gremlin.process.util
 
EmptyProperty<V> - Class in com.tinkerpop.gremlin.structure.util.empty
 
EmptyStep<S,E> - Class in com.tinkerpop.gremlin.process.util
 
EmptyTraversal<S,E> - Class in com.tinkerpop.gremlin.process.util
 
EmptyTraversal() - Constructor for class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
EmptyTraversalSideEffects - Class in com.tinkerpop.gremlin.process.util
 
EmptyTraversalStrategies - Class in com.tinkerpop.gremlin.process.util
 
EmptyTraverser<T> - Class in com.tinkerpop.gremlin.process.util
 
EmptyVertexProperty<V> - Class in com.tinkerpop.gremlin.structure.util.empty
 
EmptyVertexProperty() - Constructor for class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
engine - Variable in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
EngineDependent - Interface in com.tinkerpop.gremlin.process.graph.marker
 
EngineDependentStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
Enumerator<T> - Interface in com.tinkerpop.gremlin.process.graph.step.map.match
An array of key/value maps accessible by index.
equals(Object) - Method in class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.graph.strategy.AbstractTraversalStrategy
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_Traverser
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_Traverser
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
equals(Object) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
equals(Object) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
except(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
except(Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
except(Collection<A>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
except(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
except(Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
except(Collection<A>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
except(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
except(E) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
except(Collection<E>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.process.Path.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.process.Traversal.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Edge.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Element.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Property.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyGraph.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
Exceptions() - Constructor for class com.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
ExceptStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
ExceptStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.ExceptStep
 
ExceptStep(Traversal, Collection<S>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.ExceptStep
 
ExceptStep(Traversal, S) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.ExceptStep
 
execute(Vertex, Messenger<Pair<Serializable, Double>>, Memory) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
execute(TriConsumer<Vertex, Messenger, Memory>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
execute(Class<? extends TriConsumer<Vertex, Messenger, Memory>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
execute(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
execute(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
execute(Vertex, Messenger<M>, Memory) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
execute(Vertex, Messenger<Double>, Memory) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
execute(Vertex, Messenger<TraverserSet<?>>, Memory) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
execute(Vertex, Messenger<TraverserSet<?>>, TraversalMatrix<?, ?>) - Static method in class com.tinkerpop.gremlin.process.computer.traversal.TraverserExecutor
 
execute(Vertex, Messenger<M>, Memory) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
This method denotes the main body of the computation and is executed on each vertex in the graph.
executeTraversalOperations(TraversalHolder.Child...) - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
exists(String) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Whether the key exists in the memory.
exists(String) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Determines if the TraversalSideEffects contains the respective key.
exists(String) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Determines if the TraversalSideEffects contains the respective key.
Exists - Enum in com.tinkerpop.gremlin.structure.util.batch
 
ExpandableStepIterator<E> - Class in com.tinkerpop.gremlin.process.util
 
ExpandableStepIterator(Step<?, E>) - Constructor for class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
exponentialBackoff() - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with the default number of retries and with a exponentially increasing number of milliseconds between each retry using the default retry delay.
exponentialBackoff(int) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with a exponentially increasing number of milliseconds between each retry using the default retry delay.
exponentialBackoff(int, long) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with a exponentially increasing number of milliseconds between each retry.
exponentialBackoff(int, long, Set<Class>) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with a exponentially increasing number of milliseconds between each retry.
extend(Object, String...) - Method in interface com.tinkerpop.gremlin.process.Path
Add a new step to the path with an object and any number of associated labels.
extend(Object, String...) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
extend(Object, String...) - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
extend(Object, String...) - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
extend(Object, String...) - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
extendedVersion(byte) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Builder
If using mapper classes it might be useful to tag the version stamped to the serialization with a mapper value, such that Kryo serialization at 1.0.0 would have a fourth byte for an extended version.
extendedVersion(byte) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
If using mapper classes it might be useful to tag the version stamped to the serialization with a mapper value, such that Kryo serialization at 1.0.0 would have a fourth byte for an extended version.

F

FastNoSuchElementException - Exception in com.tinkerpop.gremlin.process.util
Retrieve a singleton, fast NoSuchElementException without a stack trace.
FEATURE_ADD_EDGES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
 
FEATURE_ADD_PROPERTY - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_ADD_PROPERTY - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_ADD_VERTICES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_ANY_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_ANY_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_BOOLEAN_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BOOLEAN_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BYTE_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_BYTE_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_COMPUTER - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_CUSTOM_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_CUSTOM_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_DOUBLE_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_DOUBLE_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_FLOAT_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_FLOAT_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_INTEGER_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_INTEGER_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_LONG_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_LONG_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_MAP_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_META_PROPERTIES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_MIXED_LIST_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_MULTI_PROPERTIES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_NUMERIC_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_NUMERIC_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_PERSISTENCE - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_PROPERTIES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
 
FEATURE_REMOVE_EDGES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
 
FEATURE_REMOVE_PROPERTY - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_REMOVE_PROPERTY - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_REMOVE_VERTICES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
 
FEATURE_SERIALIZABLE_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_STRING_ARRAY_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_STRING_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_STRING_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_STRING_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_THREADED_TRANSACTIONS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_TRANSACTIONS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
 
FEATURE_UNIFORM_LIST_VALUES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
 
FEATURE_USER_SUPPLIED_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_USER_SUPPLIED_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_UUID_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
 
FEATURE_UUID_IDS - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
 
FEATURE_VARIABLES - Static variable in interface com.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
 
FeatureDescriptor - Annotation Type in com.tinkerpop.gremlin.structure.util
A annotation for feature methods.
features() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer
 
features() - Method in interface com.tinkerpop.gremlin.structure.Graph
Gets the Graph.Features exposed by the underlying Graph implementation.
features() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
features() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
featureString(Graph.Features) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
fill(C) - Method in interface com.tinkerpop.gremlin.process.Traversal
Add all the results of the traversal to the provided collection.
fill(Iterator<T>, S) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
fillInStackTrace() - Method in exception com.tinkerpop.gremlin.process.util.FastNoSuchElementException
 
filter(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
filter(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
filter(Predicate<Traverser<E>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
filter(Iterator<S>, Predicate<S>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
filter(Iterable<S>, Predicate<S>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
FilterStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
FilterStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.FilterStep
 
findBranchFactor() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
findCost(String) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
finish(Traverser.Admin<?>) - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
finish(Step<?, ?>, Traverser.Admin<?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
fireAndForget() - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload committing if possible and rolling back on failure.
first - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
flatMap(Function<Traverser<A>, Iterator<E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
flatMap(Function<Traverser<A>, Iterator<E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
flatMap(Function<Traverser<E>, Iterator<E2>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
FlatMapStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
FlatMapStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.FlatMapStep
 
fold() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
fold(E2, BiFunction<E2, A, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
fold() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
fold(E2, BiFunction<E2, A, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
fold() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
fold(E2, BiFunction<E2, E, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
FoldStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
FoldStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
FoldStep(Traversal, Supplier<E>, BiFunction<E, S, E>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
forEach(Consumer<Object>) - Method in interface com.tinkerpop.gremlin.process.Path
 
forEach(BiConsumer<Object, Set<String>>) - Method in interface com.tinkerpop.gremlin.process.Path
 
forEach(BiConsumer<String, V>) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
 
forEach(BiConsumer<S, Long>) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
forEach(Consumer<Traversal<S, E>>) - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
forEachRemaining(Class<E2>, Consumer<E2>) - Method in interface com.tinkerpop.gremlin.process.Traversal
A traversal can be rewritten such that its defined end type E may yield objects of a different type.
forProperties() - Method in enum com.tinkerpop.gremlin.structure.PropertyType
 
forValues() - Method in enum com.tinkerpop.gremlin.structure.PropertyType
 
fromString(String) - Static method in enum com.tinkerpop.gremlin.process.T
 
fromString(String) - Static method in enum com.tinkerpop.gremlin.structure.Compare
Get the Compare value based on the operator that represents it.
FunctionHolder<A,B> - Interface in com.tinkerpop.gremlin.process.graph.marker
 
functionRing - Variable in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
FunctionRing<A,B> - Class in com.tinkerpop.gremlin.process.util
 
FunctionRing(Function...) - Constructor for class com.tinkerpop.gremlin.process.util.FunctionRing
 
FunctionUtils - Class in com.tinkerpop.gremlin.util.function
 
future - Variable in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
future - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 

G

generate(S, Step<S, ?>, long) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in class com.tinkerpop.gremlin.process.traverser.O_TraverserGenerator
 
generate(S, Step<S, ?>, long) - Method in interface com.tinkerpop.gremlin.process.TraverserGenerator
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Integer>>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
generateFinalResult(Iterator<KeyValue<Serializable, Long>>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
generateFinalResult(Iterator<KeyValue<RK, RV>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
generateFinalResult(Iterator<KeyValue<RK, RV>>) - Method in interface com.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(Iterator<KeyValue<Object, Double>>) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
generateFinalResult(Iterator<KeyValue<Comparable, Object>>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Object>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Long>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
generateFinalResult(Iterator<KeyValue<Object, Long>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
generateFinalResult(Iterator<KeyValue<Object, Object>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, TraversalMetrics>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Object>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Double>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
generateFinalResult(Iterator<KeyValue<Object, Tree>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
generateFunction(FoldStep<S, E>) - Static method in class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
generateIterator(Iterator<S>, Step<S, ?>, long) - Method in interface com.tinkerpop.gremlin.process.TraverserGenerator
 
generatePredicate(TimeLimitStep<S>) - Static method in class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
generateSource(String, String, String, String, String) - Static method in class com.tinkerpop.gremlin.process.util.GraphTraversalSourceGenerator
 
generateTraversers(TraverserGenerator) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
generateTraversers(TraverserGenerator) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
get(String) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Get the value associated with the provided key.
get() - Method in class com.tinkerpop.gremlin.process.computer.MessageScope.Local.ReverseTraversalSupplier
 
get(String) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
get() - Method in class com.tinkerpop.gremlin.process.computer.util.LambdaHolder
 
get(String) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
get(String) - Static method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineCache
 
get() - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
get(String) - Method in interface com.tinkerpop.gremlin.process.Path
Get the object associated with the particular label of the path.
get(int) - Method in interface com.tinkerpop.gremlin.process.Path
Get the object associated with the specified index into the path.
get(String) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Get the sideEffect associated with the provided key.
get() - Method in interface com.tinkerpop.gremlin.process.Traverser
Get the object that the traverser is current at.
get() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
get() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
get(S) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
get(String) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Get the sideEffect associated with the provided key.
get(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
get(int) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
get(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
get() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
get(int) - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
get(int) - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
get(String) - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
get(Traverser.Admin<S>) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
get(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Variables
Gets a variable.
get(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
get() - Method in interface com.tinkerpop.gremlin.util.function.ThrowingSupplier
 
get(Map<K, Set<V>>, K) - Static method in class com.tinkerpop.gremlin.util.tools.MultiMap
 
getAccessor() - Method in enum com.tinkerpop.gremlin.process.T
 
getAddEdgeStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
getAddEdgeStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getAddEdgeStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getAddEdgeStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getAddEdgeStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getAddVertexStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.addVertex(Object...).
getAddVertexStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getAddVertexStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getAddVertexStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getAddVertexStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getBaseEdge() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
getBaseEdge() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedEdge
 
getBaseElement() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
getBaseElement() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedElement
 
getBaseGraph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
Gets the underlying base Graph that is being hosted within this wrapper.
getBaseGraph() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedGraph
 
getBaseProperty() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
getBaseProperty() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedProperty
 
getBaseVariables() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
getBaseVariables() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedVariables
 
getBaseVertex() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
getBaseVertex() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedVertex
 
getBaseVertexProperty() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
getBaseVertexProperty() - Method in interface com.tinkerpop.gremlin.structure.util.wrapped.WrappedVertexProperty
 
getChildStrategies() - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
getChildStrategies() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
getChildStrategies() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
getChildStrategies() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
getComparators() - Method in interface com.tinkerpop.gremlin.process.graph.marker.ComparatorHolder
 
getComparators() - Method in class com.tinkerpop.gremlin.process.graph.step.map.OrderStep
 
getComparators() - Method in class com.tinkerpop.gremlin.process.graph.step.map.ShuffleStep
 
getCount() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getCount() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getCurrent() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyContext
Gets the StrategyWrapped instance that is triggering the GraphStrategy method.
getDirection() - Method in class com.tinkerpop.gremlin.process.graph.step.map.EdgeVertexStep
 
getDirection() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
getEdgeFunction() - Method in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.property(String).
getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeGraphStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.graph().
getEdgeGraphStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeIdStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.id().
getEdgeIdStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getEdgeIdStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Edge.Iterators.propertyIterator(java.lang.String...).
getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...).
getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Edge.Iterators.vertexIterator(com.tinkerpop.gremlin.structure.Direction).
getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
getEdgeKeysStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.keys().
getEdgeKeysStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getEdgeKeysStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeLabels() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
getEdgeLabelStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.label().
getEdgeLabelStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgePropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a BiFunction that enhances the features of Element.property(String, Object).
getEdgePropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getEdgePropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getEdgePropertyStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getEdgeValueStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.value(String).
getEdgeValueStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getElementComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getElementComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
getElementComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getElementComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getElementComputeKeys() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
The Element properties that will be mutated during the computation.
getElementFunction() - Method in class com.tinkerpop.gremlin.process.util.ElementFunctionComparator
 
getEmitPredicate() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
getEnd(Traversal.Admin<S, E>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getEndRange() - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
getEndRange() - Method in interface com.tinkerpop.gremlin.structure.server.VertexRange
 
getEntry(Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
getEntry(Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
getEntry(Object) - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.VertexCache
 
getFeatures() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getFeatures() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getFeatures() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getFeatures() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
 
getFunctions() - Method in interface com.tinkerpop.gremlin.process.graph.marker.FunctionHolder
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.SampleStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
getFunctions() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
getGraph(Class<G>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
getGraphCloseStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of AutoCloseable.close().
getGraphCloseStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphEStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.E(java.lang.Object...).
getGraphEStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getGraphEStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getGraphEStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphEStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
getGraphIteratorsEdgeIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.Iterators.edgeIterator(java.lang.Object...).
getGraphIteratorsEdgeIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getGraphIteratorsEdgeIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphIteratorsVertexIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.Iterators.vertexIterator(java.lang.Object...).
getGraphIteratorsVertexIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getGraphIteratorsVertexIteratorStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphStrategySequence() - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphVStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.V(java.lang.Object...).
getGraphVStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getGraphVStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getGraphVStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getGraphVStrategy(StrategyContext<StrategyGraph>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
getHasContainers() - Method in interface com.tinkerpop.gremlin.process.graph.marker.HasContainerHolder
 
getHasContainers() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.HasStep
 
getHeaderReader() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
 
getHeaderWriter() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
 
getHighRange() - Method in interface com.tinkerpop.gremlin.process.graph.marker.Ranging
 
getHighRange() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
getId() - Method in interface com.tinkerpop.gremlin.process.Step
Get the unique id of this step.
getId() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
getId() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getIdKey() - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
Gets the property name of the key used to lookup graph elements.
getIds() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
getIdValue(Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Extracts the value of the T.id key from the list of arguments.
getIncidentTraversal() - Method in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
getIteration() - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Get the current iteration number.
getIteration() - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
getIteration() - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
getKey() - Method in class com.tinkerpop.gremlin.process.computer.KeyValue
 
getKeys(Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Gets the list of keys from the key values.
getLabel() - Method in interface com.tinkerpop.gremlin.process.Step
Get the label of this step.
getLabel() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
getLabel() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getLabel() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getLabelsUpTo(Step<?, ?>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getLabelValue(Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Extracts the value of the T.label key from the list of arguments.
getLastStepOfAssignableClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getLeafObjects() - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
getLeafTrees() - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
getLowRange() - Method in interface com.tinkerpop.gremlin.process.graph.marker.Ranging
 
getLowRange() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
getMapKeySort() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
getMapKeySort() - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
If a Comparator is provided, then all pairs leaving the MapReduce.MapEmitter are sorted.
getMapKeySort() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
getMapReduce() - Method in interface com.tinkerpop.gremlin.process.graph.marker.MapReducer
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.ProfileStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
getMapReduce() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
getMapReducers() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMapReducers() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
The set of MapReduce jobs that are associated with the VertexProgram.
getMemoryComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getMemoryComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
getMemoryComputeKeys() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMemoryComputeKeys() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
The Memory keys that will be used during the computation.
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
getMemoryKey() - Method in interface com.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 com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
getMemoryKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
getMessageCombiner() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getMessageCombiner() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMessageCombiner() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
Combine the messages in route to a particular vertex.
getMessageScopes(Memory) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
getMessageScopes(Memory) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
getMessageScopes(Memory) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
getMessageScopes(Memory) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getMessageScopes(Memory) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
This method returns all the MessageScope possibilities for a particular iteration of the vertex program.
getName() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getName() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getNextStep() - Method in interface com.tinkerpop.gremlin.process.Step
Get the next step to the current step.
getNextStep() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
getNextStep() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getObjectsAtDepth(int) - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
getOrAddVertex(Graph, Object, String) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Check if the vertex, by ID, exists.
getOrCreate(String, Supplier<V>) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
If the sideEffect contains an object associated with the key, return it.
getOrCreate(String, Supplier<V>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
If the sideEffect contains an object associated with the key, return it.
getPartitionKey() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getPercentageDuration() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getPercentageDuration() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getPreviousStep() - Method in interface com.tinkerpop.gremlin.process.Step
Get the step prior to the current step.
getPreviousStep() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
getPreviousStep() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getPriority() - Method in interface com.tinkerpop.gremlin.structure.server.Partition
The priority specifies the priority this partition has in answering queries for vertices/edges that fall in this range.
getProperties(Element, boolean, boolean, Set<String>) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Retrieve the properties associated with a particular element.
getPropertyKey() - Method in class com.tinkerpop.gremlin.process.util.ElementValueComparator
 
getPropertyKey() - Method in class com.tinkerpop.gremlin.process.util.ElementValueFunction
 
getPropertyKeys() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
getPropertyKeyStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.key().
getPropertyKeyStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getPropertyValueStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.value().
getPropertyValueStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getReadPartitions() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getReduceFunction() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
getReduceKeySort() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
getReduceKeySort() - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
If a Comparator is provided, then all pairs leaving the MapReduce.ReduceEmitter are sorted.
getReducer() - Method in interface com.tinkerpop.gremlin.process.graph.marker.Reducing
 
getReducer() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
getReducer() - Method in class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
getRegisteredSupplier(String) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Get the registered Supplier associated with the specified key.
getRegisteredSupplier(String) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Get the registered Supplier associated with the specified key.
getRegisteredSupplier(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
getRemoveEdgeStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.remove().
getRemoveEdgeStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getRemoveEdgeStrategy(StrategyContext<StrategyEdge>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.remove().
getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getRemovePropertyStrategy(StrategyContext<StrategyProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.remove().
getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getRemoveVertexStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.remove().
getRemoveVertexStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getRemoveVertexStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.CoinStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.CyclicPathStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.ExceptStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.HasStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RetainStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.SampleStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.SimplePathStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.BackStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.EdgeOtherVertexStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.EdgeVertexStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.FoldStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.IdStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.KeyStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LabelStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.MapStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.OrderStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertyElementStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertyValueStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SackStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.UnfoldStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AddEdgeStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SackElementValueStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SackObjectStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SubgraphStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
getRequirements() - Method in class com.tinkerpop.gremlin.process.graph.step.util.PathIdentityStep
 
getRequirements() - Method in interface com.tinkerpop.gremlin.process.Step
Provide the necessary TraverserRequirement that must be met by the traverser in order for the step to function properly.
getRequirements(Traversal.Admin<?, ?>) - Method in interface com.tinkerpop.gremlin.process.traverser.TraverserGeneratorFactory
 
getRequirements(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getReturnClass() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
getReturnClass() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
getReturnType() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
getReturnType() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
getRootTraversal(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getRuntime() - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Get the amount of milliseconds the GraphComputer has been executing thus far.
getRuntime() - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
getRuntime() - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
getSackInitialValue() - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
 
getSackInitialValue() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
getSackInitialValue() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
getSackSplitOperator() - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
 
getSackSplitOperator() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
getSackSplitOperator() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
getShortName(int) - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getShortName(Step, int) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
Returns the name of step truncated to maxLength.
getSideEffectKey() - Method in interface com.tinkerpop.gremlin.process.graph.marker.SideEffectCapable
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.ProfileStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SubgraphStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
getSideEffectKey() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
getSideEffects() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Get the TraversalSideEffects associated with the traversal.
getSideEffects() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Get the sideEffects associated with the traversal of the traverser.
getSideEffects() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
getSideEffects() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
getSideEffects() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
getSideEffects() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getSideEffects() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
getStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
getStart(Traversal.Admin<S, E>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStartRange() - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
getStartRange() - Method in interface com.tinkerpop.gremlin.structure.server.VertexRange
 
getStepById(String, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStepById(String) - Method in class com.tinkerpop.gremlin.process.util.TraversalMatrix
 
getStepByLabel(String, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStepId() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Get the step id of where the traverser is located.
getStepId() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
getStepId() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
getStepId() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
getStepId() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
getStepLabels() - Method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
getStepMetrics(String) - Method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
getSteps() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Get the Step instances associated with this traversal.
getSteps() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
getSteps() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getStepsOfAssignableClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStepsOfAssignableClassRecurssively(Class<S>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStepsOfClass(Class<S>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStepsUpTo(Step<?, ?>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
getStrategies() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Get the TraversalStrategies associated with this traversal.
getStrategies(Class) - Static method in class com.tinkerpop.gremlin.process.TraversalStrategies.GlobalCache
 
getStrategies() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
getStrategies() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getStrategy() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
Gets the GraphStrategy for the Graph.
getStrategyGraph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyContext
Gets the current StrategyGraph instance.
getTimedOut() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
getTimeMs() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getTimeMs() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getTimeNs() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getTimeNs() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getToSerialize() - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONVertexProperty
 
getTotalStepDurationMs() - Method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
getTraversal() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
getTraversal() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
getTraversal() - Method in interface com.tinkerpop.gremlin.process.Step
Get the Traversal that this step is contained within.
getTraversal() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
getTraversal() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getTraversal() - Method in class com.tinkerpop.gremlin.process.util.TraversalMatrix
 
getTraversalEngine() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
When the TraversalStrategies have been applied, the destined TraversalEngine has been declared.
getTraversalEngine() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
getTraversalEngine() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getTraversalHolder() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
 
getTraversalHolder() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
getTraversalHolder() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getTraversalRequirements(TraverserRequirement...) - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
getTraversals() - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
getTraversals() - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
getTraversalSupplier(Configuration) - Static method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
A helper method to yield a Supplier of Traversal from the Configuration.
getTraverserGenerator() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Get the TraverserGenerator associated with this traversal.
getTraverserGenerator(Traversal.Admin<?, ?>) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Get the TraverserGenerator to use to generate traversers in the Traversal.
getTraverserGenerator(Traversal.Admin<?, ?>) - Method in interface com.tinkerpop.gremlin.process.traverser.TraverserGeneratorFactory
 
getTraverserGenerator(Traversal.Admin<?, ?>) - Method in class com.tinkerpop.gremlin.process.traverser.util.DefaultTraverserGeneratorFactory
 
getTraverserGenerator(Traversal.Admin<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
getTraverserGenerator() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
getTraverserGenerator(Traversal.Admin<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
getTraversers() - Method in interface com.tinkerpop.gremlin.process.util.StepMetrics
 
getTraversers() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
getTreesAtDepth(int) - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
getUntilPredicate() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
getValue() - Method in class com.tinkerpop.gremlin.process.computer.KeyValue
 
getValueComparator() - Method in class com.tinkerpop.gremlin.process.util.ElementFunctionComparator
 
getValueComparator() - Method in class com.tinkerpop.gremlin.process.util.ElementValueComparator
 
getVariableAsMapStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Graph.Variables.asMap().
getVariableAsMapStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getVariableAsMapStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVariableGetStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Graph.Variables.get(String).
getVariableGetStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVariableKeysStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Graph.Variables.keys().
getVariableKeysStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVariableRemoveStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Consumer that enhances the features of Graph.Variables.remove(String).
getVariableRemoveStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVariableSetStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a BiConsumer that enhances the features of Graph.Variables.set(String, Object).
getVariableSetStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getVariableSetStrategy(StrategyContext<StrategyVariables>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVersionedHeader() - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper
Gets the header for a Gremlin Kryo file, which is based on the version of Gremlin Kryo that is constructed via the builder classes.
getVertexCache() - Method in enum com.tinkerpop.gremlin.structure.util.batch.VertexIdType
 
getVertexGetPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Vertex.property(String).
getVertexGetPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexGetPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexGraphStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.graph().
getVertexGraphStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIdStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.id().
getVertexIdStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getVertexIdStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.Iterators.propertyIterator(java.lang.String...).
getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...).
getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
getVertexKeysStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
getVertexKeysStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.keys().
getVertexKeysStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
getVertexKeysStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexLabelStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.label().
getVertexLabelStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPartitions() - Method in interface com.tinkerpop.gremlin.structure.server.ClusterAware
 
getVertexPropertyGetElementStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of VertexProperty.element().
getVertexPropertyGetElementStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyGraphStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of VertexProperty.graph().
getVertexPropertyGraphStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyIdStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.id().
getVertexPropertyIdStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of VertexProperty.Iterators.propertyIterator(java.lang.String...).
getVertexPropertyIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyIteratorsValueIteratorStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...).
getVertexPropertyIteratorsValueIteratorStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyKeysStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Element.keys().
getVertexPropertyKeysStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyKeyStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.key().
getVertexPropertyKeyStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyLabelStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of VertexProperty.label().
getVertexPropertyLabelStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a BiFunction that enhances the features of Element.property(String, Object).
getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a BiFunction that enhances the features of Vertex.property(String, Object).
getVertexPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
getVertexPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
getVertexPropertyStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexPropertyValueStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Supplier that enhances the features of Property.value().
getVertexPropertyValueStrategy(StrategyContext<StrategyVertexProperty<V>>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getVertexRanges() - Method in interface com.tinkerpop.gremlin.structure.server.Partition
 
getVertexValueStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in interface com.tinkerpop.gremlin.structure.strategy.GraphStrategy
Construct a Function that enhances the features of Element.value(String).
getVertexValueStrategy(StrategyContext<StrategyVertex>, GraphStrategy) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
getWritePartition() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
GlobalCache() - Constructor for class com.tinkerpop.gremlin.process.TraversalStrategies.GlobalCache
 
GoToLabels(Collection<String>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep.GoToLabels
 
graph() - Method in class com.tinkerpop.gremlin.process.computer.ComputerResult
Get the view of the original Graph computed on by the GraphComputer.
graph - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
graph() - Method in interface com.tinkerpop.gremlin.structure.Element
Get the graph that this element is within.
Graph - Interface in com.tinkerpop.gremlin.structure
A Graph is a container object for a collection of Vertex, Edge, VertexProperty, and Property objects.
graph() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "graph" operation.
GRAPH - Static variable in interface com.tinkerpop.gremlin.structure.Graph
 
graph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
graph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
graph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
graph() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
graph() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
graph() - Method in interface com.tinkerpop.gremlin.structure.VertexProperty
Get the graph that this element is within.
Graph.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with a graph.
Graph.Features - Interface in com.tinkerpop.gremlin.structure
An interface that represents the capabilities of a Graph implementation.
Graph.Features.DataTypeFeatures - Interface in com.tinkerpop.gremlin.structure
Base interface for features that relate to supporting different data types.
Graph.Features.EdgeFeatures - Interface in com.tinkerpop.gremlin.structure
Features that are related to Edge operations.
Graph.Features.EdgePropertyFeatures - Interface in com.tinkerpop.gremlin.structure
Features that are related to Edge Property objects.
Graph.Features.ElementFeatures - Interface in com.tinkerpop.gremlin.structure
Features that are related to Element objects.
Graph.Features.FeatureSet - Interface in com.tinkerpop.gremlin.structure
A marker interface to identify any set of Features.
Graph.Features.GraphFeatures - Interface in com.tinkerpop.gremlin.structure
Features specific to a operations of a "graph".
Graph.Features.PropertyFeatures - Interface in com.tinkerpop.gremlin.structure
A base interface for Edge or Vertex Property features.
Graph.Features.VariableFeatures - Interface in com.tinkerpop.gremlin.structure
Features for Graph.Variables.
Graph.Features.VertexFeatures - Interface in com.tinkerpop.gremlin.structure
Features that are related to Vertex operations.
Graph.Features.VertexPropertyFeatures - Interface in com.tinkerpop.gremlin.structure
Features that are related to Vertex Property objects.
Graph.Helper - Annotation Type in com.tinkerpop.gremlin.structure
Defines a method as a "helper method".
Graph.Hidden - Class in com.tinkerpop.gremlin.structure
This should only be used by vendors to create keys, labels, etc.
Graph.Io - Interface in com.tinkerpop.gremlin.structure
Provides access to functions related to reading and writing graph data.
Graph.Iterators - Interface in com.tinkerpop.gremlin.structure
An interface that provides access to iterators over Vertex objects and Edge objects of the graph without constructing a Traversal object.
Graph.OptIn - Annotation Type in com.tinkerpop.gremlin.structure
Defines the test suite that the implementer has decided to support and represents publicly as "passing".
Graph.OptIns - Annotation Type in com.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 com.tinkerpop.gremlin.structure
Defines a test in the suite that the implementer does not want to run.
Graph.OptOuts - Annotation Type in com.tinkerpop.gremlin.structure
Holds a collection of Graph.OptOut enabling multiple Graph.OptOut to be applied to a single suite.
Graph.Variables - Interface in com.tinkerpop.gremlin.structure
Graph variables are a set of key/value pairs associated with the graph.The keys are String and the values are Objects.
Graph.Variables.Exceptions - Class in com.tinkerpop.gremlin.structure
 
GraphComputer - Interface in com.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 com.tinkerpop.gremlin.process.computer
 
GraphComputer.Features - Interface in com.tinkerpop.gremlin.process.computer
 
GraphComputer.Isolation - Enum in com.tinkerpop.gremlin.process.computer
 
GraphComputerHelper - Class in com.tinkerpop.gremlin.process.computer.util
 
GraphComputerHelper() - Constructor for class com.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
graphComputerNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
graphComputerString(GraphComputer) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
graphDoesNotSupportProvidedGraphComputer(Class) - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
GraphFactory - Class in com.tinkerpop.gremlin.structure.util
Factory to construct new Graph instances from a Configuration object or properties file.
GraphFactory() - Constructor for class com.tinkerpop.gremlin.structure.util.GraphFactory
 
GraphMigrator - Class in com.tinkerpop.gremlin.structure.io
GraphMigrator takes the data in one graph and pipes it to another graph.
GraphMigrator() - Constructor for class com.tinkerpop.gremlin.structure.io.GraphMigrator
 
graphMLReader() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphReader builder for GraphML serializations.
GraphMLReader - Class in com.tinkerpop.gremlin.structure.io.graphml
GraphMLReader writes the data from a GraphML stream to a graph.
GraphMLReader.Builder - Class in com.tinkerpop.gremlin.structure.io.graphml
Allows configuration and construction of the GraphMLReader instance.
graphMLWriter() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphWriter builder for GraphML serializations.
GraphMLWriter - Class in com.tinkerpop.gremlin.structure.io.graphml
GraphMLWriter writes a Graph to a GraphML OutputStream.
GraphMLWriter.Builder - Class in com.tinkerpop.gremlin.structure.io.graphml
 
GraphReader - Interface in com.tinkerpop.gremlin.structure.io
Functions for reading a graph and its graph elements from a different format.
graphSONMapper() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
By default, this method creates an instance of the most current version of GraphSONMapper.Builder which is can produce a Mapper implementation for GraphSON to serialize data to and from the graph.
GraphSONMapper - Class in com.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 com.tinkerpop.gremlin.structure.io.graphson
 
GraphSONModule - Class in com.tinkerpop.gremlin.structure.io.graphson
 
GraphSONModule(boolean) - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.GraphSONModule
 
graphSONReader() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphReader builder for GraphSON serializations.
GraphSONReader - Class in com.tinkerpop.gremlin.structure.io.graphson
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.
GraphSONReader(GraphSONMapper, long, String, String) - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
GraphSONReader.Builder - Class in com.tinkerpop.gremlin.structure.io.graphson
 
GraphSONTokens - Class in com.tinkerpop.gremlin.structure.io.graphson
 
GraphSONTokens() - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
GraphSONTokens() - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
GraphSONUtility(Graph) - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONUtility
 
GraphSONVertexProperty - Class in com.tinkerpop.gremlin.structure.io.graphson
Serializes the VertexProperty but does so without a label.
GraphSONVertexProperty(VertexProperty) - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.GraphSONVertexProperty
 
graphSONWriter() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphWriter builder for GraphML serializations.
GraphSONWriter - Class in com.tinkerpop.gremlin.structure.io.graphson
A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.
GraphSONWriter.Builder - Class in com.tinkerpop.gremlin.structure.io.graphson
 
GraphStep<E extends Element> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
GraphStep(Traversal, Graph, Class<E>, Object...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
GraphStrategy - Interface in com.tinkerpop.gremlin.structure.strategy
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of the implementation.
graphStrategyElementString(StrategyElement) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
graphStrategyPropertyString(StrategyProperty) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
graphStrategyString(GraphStrategy) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a GraphStrategy.
graphStrategyString(GraphStrategy, Graph) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
graphStrategyVariables(StrategyVariables) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
graphString(Graph, String) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Graph.
GraphTraversal<S,E> - Interface in com.tinkerpop.gremlin.process.graph
 
GraphTraversal.Admin<S,E> - Interface in com.tinkerpop.gremlin.process.graph
 
GraphTraversalSourceGenerator - Class in com.tinkerpop.gremlin.process.util
 
GraphTraversalSourceGenerator() - Constructor for class com.tinkerpop.gremlin.process.util.GraphTraversalSourceGenerator
 
graphUsesReadOnlyStrategy() - Static method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy.Exceptions
 
GraphVariableHelper - Class in com.tinkerpop.gremlin.structure.util
 
GraphVariableHelper() - Constructor for class com.tinkerpop.gremlin.structure.util.GraphVariableHelper
 
graphVariablesString(Graph.Variables) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
GraphWriter - Interface in com.tinkerpop.gremlin.structure.io
Functions for writing a graph and its elements to a different format.
Gremlin - Class in com.tinkerpop.gremlin.util
 
Gremlin() - Constructor for class com.tinkerpop.gremlin.util.Gremlin
 
GREMLIN_GROOVY - Static variable in class com.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
 
group(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
group() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
group(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
group() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
group(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
group() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
GROUP_BY_STEP_SIDE_EFFECT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
GROUP_BY_STEP_STEP_ID - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
GROUP_COUNT_STEP_SIDE_EFFECT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
groupBy(Iterator<S>, Function<S, K>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
groupCount(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
groupCount() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
groupCount(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
groupCount() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
groupCount(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
groupCount() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
GroupCountMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
GroupCountMapReduce(GroupCountStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
GroupCountStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
GroupCountStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
GroupMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
GroupMapReduce(GroupStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
GroupStep<S,K,V,R> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
GroupStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 

H

HALT - Static variable in interface com.tinkerpop.gremlin.process.Traverser.Admin
 
HALTED_TRAVERSERS - Static variable in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
has(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(T, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(T, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(String, String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(String, String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
has(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(T, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(T, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(String, String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(String, String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
has(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(T, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(T, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(String, String, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
has(String, String, BiPredicate, Object) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
hasBiPredicate() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
HasContainer - Class in com.tinkerpop.gremlin.process.graph.util
 
HasContainer(String, BiPredicate, Object) - Constructor for class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
HasContainer(String, Contains) - Constructor for class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
HasContainer(T, BiPredicate, Object) - Constructor for class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
HasContainer(T, Contains) - Constructor for class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
HasContainerHolder - Interface in com.tinkerpop.gremlin.process.graph.marker
 
hashCode() - Method in class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
hashCode() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
hashCode() - Method in class com.tinkerpop.gremlin.process.graph.strategy.AbstractTraversalStrategy
 
hashCode() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_Traverser
 
hashCode() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_Traverser
 
hashCode() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
hashCode() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
hashCode() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
hashCode() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
hashCode() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
hashCode() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
hashCode() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
hashCode() - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
hashCode() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
hashCode() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
hashCode() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
hashCode(Element) - Static method in class com.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 com.tinkerpop.gremlin.structure.util.ElementHelper
If two Property instances are equal, then they must have the same hash codes.
hashCode() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
hasLabel(String) - Method in interface com.tinkerpop.gremlin.process.Path
Return true if the path has the specified label, else return false.
hasLabel(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
hasLabel(String) - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
hasLabel(String) - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
hasLabel(String) - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
hasLabel(String, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
hasNext() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalUpdater
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
hasNext() - Method in class com.tinkerpop.gremlin.process.util.MultiIterator
 
hasNext() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge.StrategyEdgeIterator
 
hasNext() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex.StrategyVertexIterator
 
hasNext() - Method in class com.tinkerpop.gremlin.util.iterator.ArrayIterator
 
hasNot(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
hasNot(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
hasNot(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
HasStep<S extends Element> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
HasStep(Traversal, HasContainer) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.HasStep
 
hasStepFunctions() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
hasStepOfAssignableClass(Class, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
hasStepOfClass(Class, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
hasUniqueFunction() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
haveEqualIds(Element, Element) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Simply tests if the value returned from Element.id() are equal().
Hidden() - Constructor for class com.tinkerpop.gremlin.structure.Graph.Hidden
 
hide(String) - Static method in class com.tinkerpop.gremlin.structure.Graph.Hidden
Turn the provided key into a hidden key.

I

id() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
id - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
id() - Method in interface com.tinkerpop.gremlin.structure.Element
Gets the unique identifier for the graph Element.
ID - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
id() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
id() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
id() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
id - Variable in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
id() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
id() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
identity() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
identity() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
identity() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
IdentityRemovalStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
IdentityStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
IdentityStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.IdentityStep
 
IdentityStrategy - Class in com.tinkerpop.gremlin.structure.strategy
A pass through implementation of GraphStrategy where all strategy functions are simply executed as they were originally implemented.
idExists(Object, Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
ids - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
IdStep<E extends Element> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
IdStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.IdStep
 
IdStrategy - Class in com.tinkerpop.gremlin.structure.strategy
A GraphStrategy implementation which enables mapper element IDs even for those graphs which don't otherwise support them.
IdStrategy.Builder - Class in com.tinkerpop.gremlin.structure.strategy
 
ifPresent(String, Consumer<V>) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
If a value or registered Supplier exists for the provided key, consume it with the provided consumer.
ifPresent(Consumer<? super V>) - Method in interface com.tinkerpop.gremlin.structure.Property
If the property is present, the consume the value as specified by the Consumer.
ifPresent(Consumer<? super V>) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
ImmutableMemory - Class in com.tinkerpop.gremlin.process.computer.util
 
ImmutableMemory(Memory) - Constructor for class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
ImmutablePath - Class in com.tinkerpop.gremlin.process.util
 
ImmutablePath() - Constructor for class com.tinkerpop.gremlin.process.util.ImmutablePath
 
in(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
in(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
in(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
IN - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
IN_E - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
IN_LABEL - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
incident(String, String) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
incident(String) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
incident(Supplier<Traversal<Vertex, Edge>>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
incident(Class<Supplier<Traversal<Vertex, Edge>>>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
incident(String, String) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
incident(String) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
incident(Supplier<Traversal<Vertex, Edge>>) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
incident(Class<Supplier<Traversal<Vertex, Edge>>>) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
incidentTraversal - Variable in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
includeTokens - Variable in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
incr(String, long) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Add the provided delta value to the long value currently stored at the key.
incr(String, long) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
incr(String, long) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
incr(Map<T, Long>, T, Long) - Static method in class com.tinkerpop.gremlin.process.util.MapHelper
 
incr(Map<T, Double>, T, Double) - Static method in class com.tinkerpop.gremlin.process.util.MapHelper
 
incr(Map<T, List<U>>, T, U) - Static method in class com.tinkerpop.gremlin.process.util.MapHelper
 
incrementalLoading(boolean) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Sets whether the graph loaded through this instance of BatchGraph is loaded from scratch (i.e.
incrementalLoading(boolean, BiConsumer<Element, Object[]>, BiConsumer<Element, Object[]>) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Sets whether the graph loaded through this instance of BatchGraph is loaded from scratch (i.e.
incrementInputs() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
incrementOutputs(int) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
incrIteration() - Method in interface com.tinkerpop.gremlin.process.computer.Memory.Admin
 
incrIteration() - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
incrIteration() - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
incrLoops(String) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Increment the number of times the traverser has gone through a looping section of traversal.
incrLoops(String) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
incrLoops(String) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
incrLoops(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
inE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
inE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
inE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
inject(Object...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
inject(Object...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
inject(E...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
InjectStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
InjectStep(Traversal, S...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.InjectStep
 
InnerJoinEnumerator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
An Enumerator which joins the solutions of a base Enumerator according to repeated variables

Note: this Enumerator requires random access to its base Enumerator, as it maintains a list of indices at which valid solutions are found, and visits only those indices

InnerJoinEnumerator(Enumerator<T>, Set<String>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.InnerJoinEnumerator
 
insertAfterStep(Step<S, E>, Step<?, S>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
insertBeforeStep(Step<S, E>, Step<E, ?>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
insertTraversal(int, Traversal.Admin<S, E>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
insertTraversal(Step<?, S>, Traversal.Admin<S, E>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
instance() - Static method in class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
instance() - Static method in class com.tinkerpop.gremlin.process.computer.MessageScope.Global
 
instance() - Static method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMessageCombiner
 
instance() - Static method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgramMessageCombiner
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.ComparatorHolderRemovalStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.DedupOptimizerStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.EngineDependentStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.IdentityRemovalStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.LabeledEndStepStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.MatchWhereStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.ReducingStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.RouteStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectCapStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.strategy.SideEffectRegistrationStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.process.graph.util.EmptyGraphTraversal
 
instance() - Static method in class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_TraverserGenerator
 
instance() - Static method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_TraverserGenerator
 
instance() - Static method in class com.tinkerpop.gremlin.process.traverser.B_O_TraverserGenerator
 
instance() - Static method in class com.tinkerpop.gremlin.process.traverser.O_TraverserGenerator
 
instance() - Static method in class com.tinkerpop.gremlin.process.traverser.util.DefaultTraverserGeneratorFactory
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
instance() - Static method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
instance() - Static method in exception com.tinkerpop.gremlin.process.util.FastNoSuchElementException
Retrieve a singleton, fast NoSuchElementException without a stack trace.
instance() - Static method in class com.tinkerpop.gremlin.structure.strategy.IdentityStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
instance() - Static method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
instance() - Static method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
instance() - Static method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
IntervalVertexRange<V extends java.lang.Comparable<V>> - Class in com.tinkerpop.gremlin.structure.server
 
IntervalVertexRange(V, V, int) - Constructor for class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
inV() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
inV() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
inV() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
io() - Method in interface com.tinkerpop.gremlin.structure.Graph
Provide input/output methods for serializing graph data.
isEmitFirst() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
isEmpty() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
isEmpty() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
isEmpty() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
isHalted() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
If the traverser has "no future" then it is done with its lifecycle.
isHidden(String) - Static method in class com.tinkerpop.gremlin.structure.Graph.Hidden
Determines whether the provided key is a hidden key or not.
isInitialIteration() - Method in interface com.tinkerpop.gremlin.process.computer.Memory
A helper method that states whether the current iteration is 0.
isLeaf() - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
isLocalStarGraph() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
isolation(GraphComputer.Isolation) - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer
Set the GraphComputer.Isolation of the computation.
isolationNotSupported(GraphComputer.Isolation) - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
isOpen() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Determines if a transaction is currently open.
isPresent() - Method in interface com.tinkerpop.gremlin.structure.Property
Whether the property is empty or not.
isPresent() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
isPresent() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
isPresent() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
isPresent() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
isPresent() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
isPresent() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
isReversible(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
isSimple() - Method in interface com.tinkerpop.gremlin.process.Path
Determines whether the path is a simple or not.
isSimple() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
isSupportsEdgeId() - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
isSupportsVertexId() - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
isUntilFirst() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
iterable(Stream<T>) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
Construct an Iterable from an Stream.
iterate() - Method in interface com.tinkerpop.gremlin.process.Traversal
Iterate all the Traverser instances in the traversal.
iterations(int) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
iterator() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
iterator() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
IteratorEnumerator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
 
IteratorEnumerator(String, Iterator<T>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.IteratorEnumerator
 
iterators() - Method in interface com.tinkerpop.gremlin.structure.Edge
Gets the Edge.Iterators set.
iterators() - Method in interface com.tinkerpop.gremlin.structure.Element
Gets the iterators for the Element.
iterators() - Method in interface com.tinkerpop.gremlin.structure.Graph
Get the Graph.Iterators associated with this graph.
iterators() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
iterators() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
iterators() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
iterators() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
iterators() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
iterators() - Method in interface com.tinkerpop.gremlin.structure.Vertex
Get the Vertex.Iterators implementation associated with this Vertex.
iterators() - Method in interface com.tinkerpop.gremlin.structure.VertexProperty
iteratorSupplier - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
IteratorUtils - Class in com.tinkerpop.gremlin.util.iterator
 
IteratorUtils() - Constructor for class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 

K

key() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
key - Variable in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
key() - Method in interface com.tinkerpop.gremlin.structure.Property
The key of the property.
key() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
key() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
key() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
key() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
key() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
key() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
keyExists(String, String...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
keys() - Method in interface com.tinkerpop.gremlin.process.computer.Memory
The set of keys currently associated with this memory.
keys() - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
keys() - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
keys() - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
The keys of the sideEffect which includes registered Supplier keys.
keys() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
The keys of the sideEffect which includes registered Supplier keys.
keys() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
keys() - Method in interface com.tinkerpop.gremlin.structure.Element
Get the keys of the properties associated with this element.
keys() - Method in interface com.tinkerpop.gremlin.structure.Graph.Variables
Keys set for the available variables.
keys() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
keys() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
keys() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
keys() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
KeyStep - Class in com.tinkerpop.gremlin.process.graph.step.map
 
KeyStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.KeyStep
 
KeyValue<K,V> - Class in com.tinkerpop.gremlin.process.computer
 
KeyValue(K, V) - Constructor for class com.tinkerpop.gremlin.process.computer.KeyValue
 
kryoMapper() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
By default, this method creates an instance of the most current version of KryoMapper which is used to serialize data to and from the graph.
KryoMapper - Class in com.tinkerpop.gremlin.structure.io.kryo
A Mapper implementation for Kryo.
KryoMapper.Builder - Interface in com.tinkerpop.gremlin.structure.io.kryo
 
KryoMapper.BuilderV1d0 - Class in com.tinkerpop.gremlin.structure.io.kryo
 
KryoMapper.HeaderReader - Interface in com.tinkerpop.gremlin.structure.io.kryo
 
KryoMapper.HeaderWriter - Interface in com.tinkerpop.gremlin.structure.io.kryo
 
KryoMapper.Version - Enum in com.tinkerpop.gremlin.structure.io.kryo
 
kryoReader() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphReader builder for Kryo serializations.
KryoReader - Class in com.tinkerpop.gremlin.structure.io.kryo
The GraphReader for the Gremlin Structure serialization format based on Kryo.
KryoReader.Builder - Class in com.tinkerpop.gremlin.structure.io.kryo
 
kryoWriter() - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Creates a GraphWriter builder for Kryo serializations.
KryoWriter - Class in com.tinkerpop.gremlin.structure.io.kryo
The GraphWriter for the Gremlin Structure serialization format based on Kryo.
KryoWriter.Builder - Class in com.tinkerpop.gremlin.structure.io.kryo
 

L

label() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
label - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
label() - Method in interface com.tinkerpop.gremlin.structure.Element
Gets the label for the graph Element which helps categorize it.
LABEL - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
label() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
label() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
label() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
label - Variable in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
label() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
label() - Method in interface com.tinkerpop.gremlin.structure.VertexProperty
Gets the label for the graph Element which helps categorize it.
labelCanNotBeAHiddenKey(String) - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
labelCanNotBeEmpty() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
labelCanNotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
LabeledEndStepStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
labels() - Method in interface com.tinkerpop.gremlin.process.Path
An ordered list of the labels associated with the path
labels() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
labels() - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
labels - Variable in class com.tinkerpop.gremlin.process.util.MutablePath
 
labels() - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
labels() - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
LabelStep<E extends Element> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
LabelStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.LabelStep
 
LambdaHolder<S> - Class in com.tinkerpop.gremlin.process.computer.util
 
LambdaHolder.Type - Enum in com.tinkerpop.gremlin.process.computer.util
 
LambdaMapReduce<MK,MV,RK,RV,R> - Class in com.tinkerpop.gremlin.process.computer.lambda
 
LambdaMapReduce.Builder<MK,MV,RK,RV,R> - Class in com.tinkerpop.gremlin.process.computer.lambda
 
LambdaVertexProgram<M extends java.io.Serializable> - Class in com.tinkerpop.gremlin.process.computer.lambda
 
LambdaVertexProgram.Builder - Class in com.tinkerpop.gremlin.process.computer.lambda
 
LegacyGraphSONReader - Class in com.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(ObjectMapper, long) - Constructor for class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
LegacyGraphSONReader.Builder - Class in com.tinkerpop.gremlin.structure.io.graphson
 
LegacyGraphSONReader.GraphSONTokens - Class in com.tinkerpop.gremlin.structure.io.graphson
 
LegacyGraphSONReader.GraphSONUtility - Class in com.tinkerpop.gremlin.structure.io.graphson
 
legalConfigurationKeyValueArray(Object...) - Static method in class com.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
legalPropertyKeyValueArray(Object...) - Static method in class com.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 key values in the list of arguments are String or Element objects.
limit(long) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
limit(long) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
limit(long) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
list(Iterator<S>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
load(Reader) - Method in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
loadCustomModules(boolean) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Try to load SimpleModule instances from the current classpath.
loadCustomModules(boolean) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
Try to load SimpleModule instances from the current classpath.
loadHierarchy(ConfigurationNode, Object) - Method in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
loadState(Configuration) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
When it is necessary to load the state of a MapReduce job, this method is called.
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
loadState(Configuration, String) - Static method in class com.tinkerpop.gremlin.process.computer.util.LambdaHolder
 
loadState(Configuration) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
When it is necessary to load the state of the VertexProgram, this method is called.
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
loadState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
local(Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
local(Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
local(Traversal<?, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
LocalStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
LocalStep(Traversal, Traversal<S, E>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
LongIDVertexCache - Class in com.tinkerpop.gremlin.structure.util.batch.cache
 
LongIDVertexCache() - Constructor for class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
longSize() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
LoopPredicate(int) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.LoopPredicate
 
loops() - Method in interface com.tinkerpop.gremlin.process.Traverser
Return the number of times the traverser has gone through a looping section of a traversal.
loops - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
loops() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
loops() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
loops() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 

M

main(String[]) - Static method in class com.tinkerpop.gremlin.process.util.GraphTraversalSourceGenerator
 
main(String[]) - Static method in class com.tinkerpop.gremlin.util.Gremlin
 
make() - Static method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
make() - Static method in class com.tinkerpop.gremlin.process.util.MutablePath
 
make() - Static method in class com.tinkerpop.gremlin.process.util.SparsePath
 
makeStepString(Step<?, ?>, Object...) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
makeTraversalString(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Serializable>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
map(Vertex, MapReduce.MapEmitter<Serializable, Long>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
map(BiConsumer<Vertex, MapReduce.MapEmitter<MK, MV>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
map(Class<? extends BiConsumer<Vertex, MapReduce.MapEmitter<MK, MV>>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
map(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
map(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
map(Vertex, MapReduce.MapEmitter<MK, MV>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
map(Vertex, MapReduce.MapEmitter<MK, MV>) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
The map() method is logically executed at all vertices in the graph in parallel.
map(Vertex, MapReduce.MapEmitter<Object, Double>) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
map(Vertex, MapReduce.MapEmitter<Comparable, Object>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
map(Function<Traverser<A>, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
map(Function<Traverser<A>, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
map(Function<Traverser<E>, E2>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
map(Vertex, MapReduce.MapEmitter<Object, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
map(Vertex, MapReduce.MapEmitter<Object, Collection>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, TraversalMetrics>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
map(Vertex, MapReduce.MapEmitter<MapReduce.NullObject, Double>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
map(Vertex, MapReduce.MapEmitter<Object, Tree>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
map(Iterator<S>, Function<S, E>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
map(Iterable<S>, Function<S, E>) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
MAP_KEY_SORT - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
MAP_LAMBDA - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
MAP_REDUCE - Static variable in interface com.tinkerpop.gremlin.process.computer.MapReduce
 
MapHelper - Class in com.tinkerpop.gremlin.process.util
 
MapHelper() - Constructor for class com.tinkerpop.gremlin.process.util.MapHelper
 
mapKeySort(Comparator<MK>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
mapKeySort(Class<? extends Comparator<MK>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
mapKeySort(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
mapKeySort(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
MapMemory - Class in com.tinkerpop.gremlin.process.computer.util
 
MapMemory() - Constructor for class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
mapper(GraphSONMapper) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
Override all of the GraphSONMapper builder options with this mapper.
mapper(GraphSONMapper) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
Override all of the builder options with this mapper.
mapper(KryoMapper) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
Supply a mapper KryoMapper instance to use as the serializer for the KryoWriter.
mapper(KryoMapper) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter.Builder
Supply a mapper KryoMapper instance to use as the serializer for the KryoWriter.
Mapper<T> - Interface in com.tinkerpop.gremlin.structure.io
Represents a low-level serialization class that can be used to map classes to serializers.
mapReduce(MapReduce) - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer
Add a MapReduce job to the set of MapReduce jobs to be executed by the GraphComputer.
MapReduce<MK,MV,RK,RV,R> - Interface in com.tinkerpop.gremlin.process.computer
A MapReduce is composed of map(), combine(), and reduce() stages.
MapReduce.MapEmitter<K,V> - Interface in com.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 com.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 com.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 com.tinkerpop.gremlin.process.computer
MapReduce is composed of three stages: map, combine, and reduce.
MapReducer<MK,MV,RK,RV,R> - Interface in com.tinkerpop.gremlin.process.graph.marker
 
mapReduceString(MapReduce, String) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
mapReduceString(MapReduce) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
MapStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
MapStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.MapStep
 
MarkerIdentityStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.util
 
MarkerIdentityStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.util.MarkerIdentityStep
 
match(String, Traversal...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
match(String, Traversal...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
match(String, Traversal...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
MatchStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
 
MatchStep(Traversal, String, Traversal...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
MatchStep.TraversalUpdater<A,B> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
A helper object which wraps a traversal, submitting starts and counting results per start
MatchStep.TraversalWrapper<A,B> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
A wrapper for a traversal in a query which maintains statistics about the traversal as it consumes inputs and produces outputs.
MatchWhereStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
maxIterations(int) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram.Builder
 
memory() - Method in class com.tinkerpop.gremlin.process.computer.ComputerResult
Get the computational sideEffects called Memory of the GraphComputer.
memory(Function<Iterator<KeyValue<RK, RV>>, R>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
memory(Class<? extends Function<Iterator<KeyValue<RK, RV>>, R>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
memory(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
memory(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
Memory - Interface in com.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 com.tinkerpop.gremlin.process.computer
The Admin interface is used by the GraphComputer to update the Memory.
Memory.Exceptions - Class in com.tinkerpop.gremlin.process.computer
 
MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
MEMORY_LAMBDA - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
memoryComputeKeys(Set<String>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
memoryComputeKeys(String...) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
memoryDoesNotExist(String) - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
MemoryHelper - Class in com.tinkerpop.gremlin.process.computer.util
 
MemoryHelper() - Constructor for class com.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
memoryIsCurrentlyImmutable() - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryKey(String) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce.Builder
 
memoryKey(String) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce.Builder
 
memoryKey(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
memoryKey(String) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce.Builder
 
memoryKeyCanNotBeEmpty() - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryKeyCanNotBeNull() - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
memoryString(Memory) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
memoryValueCanNotBeNull() - Static method in class com.tinkerpop.gremlin.process.computer.Memory.Exceptions
 
merge(Traverser.Admin<?>) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
When two traversers are Traverser#equals to each other, then they can be merged.
merge(Traverser.Admin<?>) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
merge(Traverser.Admin<?>) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
merge(Traverser.Admin<?>) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
merge(Traverser.Admin<?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
merge(Iterator<TraversalMetrics>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
mergeInto(TraversalSideEffects) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Add the current TraversalSideEffects data and suppliers to the provided TraversalSideEffects.
mergeInto(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
mergeInto(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
MessageCombiner<M> - Interface in com.tinkerpop.gremlin.process.computer
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
MessageScope - Class in com.tinkerpop.gremlin.process.computer
A MessageScope represents the range of a message.
MessageScope() - Constructor for class com.tinkerpop.gremlin.process.computer.MessageScope
 
MessageScope.Global - Class in com.tinkerpop.gremlin.process.computer
A Global message is directed at an arbitrary vertex in the graph.
MessageScope.Local<M> - Class in com.tinkerpop.gremlin.process.computer
A Local message is directed to an adjacent (or "memory adjacent") vertex.
MessageScope.Local.ReverseTraversalSupplier - Class in com.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 com.tinkerpop.gremlin.process.computer
The Messenger serves as the routing system for messages between vertices.
metaPropertiesNotSupported() - Static method in class com.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
METRICS_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.ProfileStep
 
migrateGraph(Graph, Graph) - Static method in class com.tinkerpop.gremlin.structure.io.GraphMigrator
Use Kryo to pipe the data from one graph to another graph.
migrateGraph(Graph, Graph, GraphReader, GraphWriter) - Static method in class com.tinkerpop.gremlin.structure.io.GraphMigrator
Pipe the data from one graph to another graph.
millisSince(long) - Static method in class com.tinkerpop.gremlin.util.TimeUtil
 
minutesSince(long) - Static method in class com.tinkerpop.gremlin.util.TimeUtil
 
MODE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
MultiIterator<T> - Class in com.tinkerpop.gremlin.process.util
 
MultiIterator() - Constructor for class com.tinkerpop.gremlin.process.util.MultiIterator
 
MultiMap - Class in com.tinkerpop.gremlin.util.tools
A number of static methods to interact with a multi map, i.e.
MultiMap() - Constructor for class com.tinkerpop.gremlin.util.tools.MultiMap
 
multiplePropertiesExistForProvidedKey(String) - Static method in class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
multiPropertiesNotSupported() - Static method in class com.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
MutablePath - Class in com.tinkerpop.gremlin.process.util
 
MutablePath() - Constructor for class com.tinkerpop.gremlin.process.util.MutablePath
 

N

newTransaction() - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
newTransaction() - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
newTransaction() - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.VertexCache
 
next() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalUpdater
 
next(int) - Method in interface com.tinkerpop.gremlin.process.Traversal
Get the next n-number of results from the traversal.
next() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
next() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
next() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
next() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
next() - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
next() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
next() - Method in class com.tinkerpop.gremlin.process.util.MultiIterator
 
next() - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
next() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge.StrategyEdgeIterator
 
next() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex.StrategyVertexIterator
 
next() - Method in class com.tinkerpop.gremlin.util.iterator.ArrayIterator
 
nextEnd - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
nextStep - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
nextXId() - Method in class com.tinkerpop.gremlin.process.util.StepPosition
 
NO_COMPRESSION - Static variable in interface com.tinkerpop.gremlin.structure.util.batch.cache.StringCompression
 
normalize(boolean) - Method in class com.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 com.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Forces keys to be sorted.
NullObject() - Constructor for class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 

O

O_Traverser<T> - Class in com.tinkerpop.gremlin.process.traverser
 
O_Traverser() - Constructor for class com.tinkerpop.gremlin.process.traverser.O_Traverser
 
O_Traverser(T) - Constructor for class com.tinkerpop.gremlin.process.traverser.O_Traverser
 
O_TraverserGenerator - Class in com.tinkerpop.gremlin.process.traverser
 
OBJECT_ENTRY_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
ObjectIDVertexCache - Class in com.tinkerpop.gremlin.structure.util.batch.cache
 
ObjectIDVertexCache() - Constructor for class com.tinkerpop.gremlin.structure.util.batch.cache.ObjectIDVertexCache
 
objectMap - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
objects() - Method in interface com.tinkerpop.gremlin.process.Path
An ordered list of the objects in the path.
objects() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
objects() - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
objects - Variable in class com.tinkerpop.gremlin.process.util.MutablePath
 
objects() - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
objects() - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
of(Iterable<Vertex>) - Static method in class com.tinkerpop.gremlin.process.computer.MessageScope.Global
 
of(Vertex...) - Static method in class com.tinkerpop.gremlin.process.computer.MessageScope.Global
 
of(Supplier<? extends Traversal<Vertex, Edge>>) - Static method in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
of(Supplier<? extends Traversal<Vertex, Edge>>, BiFunction<M, Edge, M>) - Static method in class com.tinkerpop.gremlin.process.computer.MessageScope.Local
 
OF - Static variable in interface com.tinkerpop.gremlin.process.Traversal
Used for reflection based access to the static "of" method of a Traversal.
of(Class<T>) - Method in interface com.tinkerpop.gremlin.structure.Graph
Constructs a new domain specific Traversal for this graph.
of(Class<T>) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
of(Class<T>) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
of(Class<T>) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
of(S) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
of(S, S) - Static method in class com.tinkerpop.gremlin.util.iterator.IteratorUtils
 
offer(Traverser.Admin<S>) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
onClose(Consumer<Transaction>) - Method in interface com.tinkerpop.gremlin.structure.Transaction
Describes what happens to a transaction on a call to AutoCloseable.close().
onCloseBehaviorCannotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
oneAndDone() - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload committing if possible and rolling back on failure.
onEngine(TraversalEngine) - Method in interface com.tinkerpop.gremlin.process.graph.marker.EngineDependent
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.map.BackStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
onEngine(TraversalEngine) - Method in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
onGraphComputer - Variable in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
onlyOneOrNoGraphComputerClass() - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
onReadWrite(Consumer<Transaction>) - Method in interface com.tinkerpop.gremlin.structure.Transaction
Describes how a transaction is started when a read or a write occurs.
onReadWriteBehaviorCannotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
open() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Opens a transaction.
open(Configuration) - Static method in class com.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
open(String) - Static method in class com.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
open(Map) - Static method in class com.tinkerpop.gremlin.structure.util.GraphFactory
Open a graph.
openTransactionsOnClose() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
Operator - Enum in com.tinkerpop.gremlin.structure
 
opposite() - Method in enum com.tinkerpop.gremlin.structure.Compare
Produce the opposite representation of the current Compare enum.
opposite() - Method in enum com.tinkerpop.gremlin.structure.Contains
Produce the opposite representation of the current Contains enum.
opposite() - Method in enum com.tinkerpop.gremlin.structure.Direction
Produce the opposite representation of the current Direction enum.
opposite() - Method in enum com.tinkerpop.gremlin.structure.Order
Produce the opposite representation of the current Order enum.
optimize() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
Computes and applies a new query plan based on gathered statistics about traversal inputs and outputs.
or(String, boolean) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Logically OR the provided boolean value with the boolean value currently stored at the key.
or(String, boolean) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
or(String, boolean) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
order() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
order() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
order() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Order - Enum in com.tinkerpop.gremlin.structure
 
OrderStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
OrderStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.OrderStep
 
orElse(String, V) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Return the value associated with the key or return the provided otherValue.
orElse(V) - Method in interface com.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else return the provided value.
orElse(V) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
orElseGet(Supplier<? extends V>) - Method in interface com.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else generate a value given the Supplier.
orElseGet(Supplier<? extends V>) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
orElseThrow(Supplier<? extends E>) - Method in interface com.tinkerpop.gremlin.structure.Property
If the value is present, return the value, else throw the exception generated by the Supplier.
orElseThrow(Supplier<? extends E>) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
otherV() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
otherV() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
otherV() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
out(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
out(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
out(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
OUT - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
OUT_E - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
OUT_LABEL - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
outE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
outE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
outE(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
outV() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
outV() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
outV() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
over(Graph) - Method in interface com.tinkerpop.gremlin.process.computer.traversal.TraversalScript
 

P

PAGE_RANK - Static variable in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
PAGE_RANK_MEMORY_KEY - Static variable in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
PageRankMapReduce - Class in com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankMapReduce.Builder - Class in com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankMessageCombiner - Class in com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankVertexProgram - Class in com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
PageRankVertexProgram.Builder - Class in com.tinkerpop.gremlin.process.computer.ranking.pagerank
 
parallelStream(Iterable<T>) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
Construct a parallel Stream from an Iterable.
parallelStream(Iterator<T>) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
Construct a parallel Stream from an Iterator.
parentId - Variable in class com.tinkerpop.gremlin.process.util.StepPosition
 
Partition<V extends java.lang.Comparable<V>> - Interface in com.tinkerpop.gremlin.structure.server
 
partitionKey(String) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy.Builder
The name of the partition key.
PartitionStrategy - Class in com.tinkerpop.gremlin.structure.strategy
A GraphStrategy which enables support for logical graph partitioning where the Graph can be blinded to different parts of the total Graph.
PartitionStrategy.Builder - Class in com.tinkerpop.gremlin.structure.strategy
 
path() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
path() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
path() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Path - Interface in com.tinkerpop.gremlin.process
A Path denotes a particular walk through a Graph as defined by a Traverser.
path() - Method in interface com.tinkerpop.gremlin.process.Traverser
Get the current path of the traverser.
path(String) - Method in interface com.tinkerpop.gremlin.process.Traverser
Get the object associated with the specified step-label in the traverser's path history.
path - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
path() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
path() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
path() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
Path.Exceptions - Class in com.tinkerpop.gremlin.process
 
PathIdentityStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.util
 
PathIdentityStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.util.PathIdentityStep
 
PathStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
PathStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
peek() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
PeerPressureVertexProgram - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
PeerPressureVertexProgram.Builder - Class in com.tinkerpop.gremlin.process.computer.clustering.peerpressure
 
poll() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
predicate - Variable in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
previousStep - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.util.RouteStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.FilterStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.map.FlatMapStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.map.MapStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.InjectStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
processNextStart() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
profile() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
profile() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
profile() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
ProfileMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
ProfileMapReduce(ProfileStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
ProfileStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
ProfileStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.ProfileStep
 
PROFILING_ENABLED - Static variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
PROFILING_ENABLED - Static variable in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
program(VertexProgram) - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer
Set the VertexProgram to be executed by the GraphComputer.
program() - Method in interface com.tinkerpop.gremlin.process.computer.traversal.TraversalScript
 
proper - Static variable in enum com.tinkerpop.gremlin.structure.Direction
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexPropertyTraversal
 
properties(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
properties() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Gets features related to "properties" on an Edge.
properties() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Gets features related to "properties" on a Vertex.
PROPERTIES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
properties - Variable in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
PropertiesStep<E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
PropertiesStep(Traversal, PropertyType, String...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
property(String) - Method in interface com.tinkerpop.gremlin.structure.Element
Get a Property for the Element given its key.
property(String, V) - Method in interface com.tinkerpop.gremlin.structure.Element
Add or set a property value for the Element given its key.
Property<V> - Interface in com.tinkerpop.gremlin.structure
A Property denotes a key/value pair associated with an Edge.
property(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
property(String, V) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
property(String, V) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
property(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
property(String, U) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
property(String, V) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
property(String) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
property(String, V) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(String) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
property(String) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
property(String, U) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
property(String) - Method in interface com.tinkerpop.gremlin.structure.Vertex
 
property(String, V) - Method in interface com.tinkerpop.gremlin.structure.Vertex
 
property(String, V, Object...) - Method in interface com.tinkerpop.gremlin.structure.Vertex
 
Property.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with a property.
PROPERTY_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
PROPERTY_ENTRY_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
propertyAdditionNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
propertyDoesNotExist() - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyDoesNotExist(String) - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
PropertyElementStep<E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
PropertyElementStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.PropertyElementStep
 
propertyIterator(String...) - Method in interface com.tinkerpop.gremlin.structure.Edge.Iterators
Get an Iterator of properties.
propertyIterator(String...) - Method in interface com.tinkerpop.gremlin.structure.Element.Iterators
Get an Iterator of properties.
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
propertyIterator(String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
propertyIterator(String...) - Method in interface com.tinkerpop.gremlin.structure.Vertex.Iterators
Get an Iterator of properties.
propertyIterator(String...) - Method in interface com.tinkerpop.gremlin.structure.VertexProperty.Iterators
Get an Iterator of properties.
propertyKeyCanNotBeAHiddenKey(String) - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeyCanNotBeEmpty() - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeyCanNotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyKeys - Variable in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
propertyKeys - Variable in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
propertyMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
propertyMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
propertyMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
propertyMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexPropertyTraversal
 
propertyMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
propertyMap(Element, String...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
PropertyMapStep<E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
PropertyMapStep(Traversal, boolean, PropertyType, String...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
propertyRemovalNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
propertyString(Property) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Property or VertexProperty.
PropertyType - Enum in com.tinkerpop.gremlin.structure
This enumeration allows for the specification of the type of a Property.
propertyValueCanNotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Property.Exceptions
 
propertyValueMap(Element, String...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
PropertyValueStep<E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
PropertyValueStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.PropertyValueStep
 
providedKeyIsNotAMemoryComputeKey(String) - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
providedKeyIsNotAnElementComputeKey(String) - Static method in class com.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
providedKeyValuesMustBeAMultipleOfTwo() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
providedKeyValuesMustHaveALegalKeyOnEvenIndices() - Static method in class com.tinkerpop.gremlin.structure.Element.Exceptions
 
put(String, T) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings
 
put(Map<K, Set<V>>, K, V) - Static method in class com.tinkerpop.gremlin.util.tools.MultiMap
 
putAll(Map<K, Set<V>>, K, Collection<V>) - Static method in class com.tinkerpop.gremlin.util.tools.MultiMap
 

R

range(long, long) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
range(long, long) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
range(long, long) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
RangeStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
RangeStep(Traversal, long, long) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
Ranging - Interface in com.tinkerpop.gremlin.process.graph.marker
 
read(Kryo, Input) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.HeaderReader
 
readEdge(InputStream, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readEdge(InputStream, Function<DetachedEdge, Edge>) - Method in interface com.tinkerpop.gremlin.structure.io.GraphReader
Reads a single edge from an InputStream.
readEdge(InputStream, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
readEdge(InputStream, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readEdge(InputStream, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
readGraph(InputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readGraph(InputStream, Graph) - Method in interface com.tinkerpop.gremlin.structure.io.GraphReader
Reads an entire graph from an InputStream.
readGraph(InputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
readGraph(InputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readGraph(InputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
readGraphML(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Read a GraphML file using the default configuration of the GraphMLReader.
readGraphML(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
readGraphSON(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Read a GraphSON file using the default configuration of the GraphSONReader.
readGraphSON(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
readKryo(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Read a kryo file using the default configuration of the KryoReader.
readKryo(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
readOnlyFunction() - Static method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
ReadOnlyStrategy - Class in com.tinkerpop.gremlin.structure.strategy
This GraphStrategy prevents the graph from being modified and will throw a UnsupportedOperationException if an attempt is made to do so.
ReadOnlyStrategy.Exceptions - Class in com.tinkerpop.gremlin.structure.strategy
 
readOnlySupplier() - Static method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
readOnlyTriFunction() - Static method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
readVertex(InputStream, Function<DetachedVertex, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readVertex(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readVertex(InputStream, Function<DetachedVertex, Vertex>) - Method in interface com.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex from an InputStream.
readVertex(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in interface com.tinkerpop.gremlin.structure.io.GraphReader
Reads a single vertex from an InputStream.
readVertex(InputStream, Function<DetachedVertex, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
readVertex(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
readVertex(InputStream, Function<DetachedVertex, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readVertex(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readVertex(InputStream, Function<DetachedVertex, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
readVertex(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
readVertexBytes() - Method in class com.tinkerpop.gremlin.structure.io.kryo.VertexByteArrayInputStream
Read the bytes of the next Vertex in the stream.
readVertices(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader
 
readVertices(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in interface com.tinkerpop.gremlin.structure.io.GraphReader
Reads a set of vertices from an InputStream which were written by GraphWriter.writeVertices(java.io.OutputStream, com.tinkerpop.gremlin.process.Traversal).
readVertices(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
 
readVertices(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader
 
readVertices(InputStream, Direction, Function<DetachedVertex, Vertex>, Function<DetachedEdge, Edge>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader
 
readWrite() - Method in interface com.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.
receiveMessages(MessageScope) - Method in interface com.tinkerpop.gremlin.process.computer.Messenger
The currently executing vertex can receive the messages of the provided MessageScope.
reduce(MapReduce.NullObject, Iterator<Serializable>, MapReduce.ReduceEmitter<MapReduce.NullObject, Integer>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
reduce(Serializable, Iterator<Long>, MapReduce.ReduceEmitter<Serializable, Long>) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
reduce(TriConsumer<MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduce(Class<? extends TriConsumer<MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduce(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduce(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduce(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
reduce(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in interface com.tinkerpop.gremlin.process.computer.MapReduce
The reduce() method is logically on the "machine" the respective key hashes to.
reduce(Comparable, Iterator<Object>, MapReduce.ReduceEmitter<Comparable, Object>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
reduce(MapReduce.NullObject, Iterator<Long>, MapReduce.ReduceEmitter<MapReduce.NullObject, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
reduce(Object, Iterator<Long>, MapReduce.ReduceEmitter<Object, Long>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
reduce(Object, Iterator<Collection>, MapReduce.ReduceEmitter<Object, Object>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
reduce(MapReduce.NullObject, Iterator<TraversalMetrics>, MapReduce.ReduceEmitter<MapReduce.NullObject, TraversalMetrics>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
reduce(MapReduce.NullObject, Iterator<Double>, MapReduce.ReduceEmitter<MapReduce.NullObject, Double>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
REDUCE_KEY_SORT - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
REDUCE_LAMBDA - Static variable in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
reduceKeySort(Supplier<Comparator<RK>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduceKeySort(Class<? extends Supplier<Comparator<RK>>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduceKeySort(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
reduceKeySort(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce.Builder
 
Reducing<A,B> - Interface in com.tinkerpop.gremlin.process.graph.marker
 
ReducingStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
registerSideEffects() - Method in interface com.tinkerpop.gremlin.process.graph.marker.SideEffectRegistrar
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SubgraphStep
 
registerSideEffects() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
registerStrategies(Class, TraversalStrategies) - Static method in class com.tinkerpop.gremlin.process.TraversalStrategies.GlobalCache
 
registerSupplier(String, Supplier) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Register a Supplier with the provided key.
registerSupplier(String, Supplier) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Register a Supplier with the provided key.
registerSupplier(String, Supplier) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
registerSupplierIfAbsent(String, Supplier) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
A helper method to register a Supplier if it has not already been registered.
registerSupplierIfAbsent(String, Supplier) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
A helper method to register a Supplier if it has not already been registered.
reIdSteps(StepPosition, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
reLinkSteps(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
remove() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
remove(String) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Remove both the value and registered Supplier associated with provided key.
remove(Object) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
remove(String) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Remove both the value and registered Supplier associated with provided key.
remove(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
remove() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
remove(Object) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
remove() - Method in interface com.tinkerpop.gremlin.structure.Element
Removes the Element from the graph.
remove(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Variables
Removes a variable.
remove() - Method in interface com.tinkerpop.gremlin.structure.Property
Remove the property from the associated element.
remove() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
remove() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
remove(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
remove() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
remove() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
remove() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedElement
 
remove() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
remove() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
remove(String, Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Remove a key from the set of key value pairs.
remove(T, Object...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
remove() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
remove() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
removeAll(Collection<?>) - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
removeReadPartition(String) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
removeStep(Step<?, ?>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
 
removeStep(int) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
 
removeStep(int) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
removeStep(int) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
removeStrategies(Class<? extends TraversalStrategy>...) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Remove all the provided TraversalStrategy classes from the current collection.
removeStrategies(Class<? extends TraversalStrategy>...) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
removeStrategies(Class<? extends TraversalStrategy>...) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
repeat(Traversal<?, A>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
repeat(Traversal<?, A>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
repeat(Traversal<?, E>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
RepeatStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
RepeatStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
RepeatStep.LoopPredicate<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
RepeatStep.TraversalPredicate<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
replaceStep(Step<S, E>, Step<S, E>, Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalHelper
 
requirements() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_TraverserGenerator
 
requirements() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_PA_S_SE_SL_TraverserGenerator
 
requirements() - Method in class com.tinkerpop.gremlin.process.traverser.B_O_TraverserGenerator
 
requirements() - Method in class com.tinkerpop.gremlin.process.traverser.O_TraverserGenerator
 
requirements() - Method in interface com.tinkerpop.gremlin.process.TraverserGenerator
 
requiresEdgeAddition() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgePropertyAddition() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgePropertyRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresEdgeRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresGlobalMessageScopes() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresLocalMessageScopes() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexAddition() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexPropertyAddition() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexPropertyRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
requiresVertexRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram.Features
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.map.FlatMapStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.CountStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
reset() - Method in class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
reset() - Method in interface com.tinkerpop.gremlin.process.Step
Reset the state of the step such that it has no incoming starts.
reset() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Call the Step.reset() method on every step in the traversal.
reset() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
reset() - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
reset() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
reset() - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
resetLoops() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Set the number of times the traverser has gone through a loop back to 0.
resetLoops() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
resetLoops() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
resetLoops() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
resetTraversals() - Method in interface com.tinkerpop.gremlin.process.graph.marker.TraversalHolder
 
result() - Method in interface com.tinkerpop.gremlin.process.computer.traversal.TraversalScript
 
retain(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
retain(Object) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
retain(Collection<A>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
retain(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
retain(Object) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
retain(Collection<A>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
retain(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
retain(E) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
retain(Collection<E>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
RetainStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
RetainStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.RetainStep
 
RetainStep(Traversal, Collection<S>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.RetainStep
 
RetainStep(Traversal, S) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.RetainStep
 
retry() - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with the default number of retries and with the default number of milliseconds delay between each try.
retry(int) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with the default number of milliseconds delay between each try.
retry(int, long) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with a number of milliseconds delay between each try.
retry(int, long, Set<Class>) - Method in class com.tinkerpop.gremlin.structure.Transaction.Workload
Executes the Transaction.Workload with a number of retries and with a number of milliseconds delay between each try and will only retry on the set of supplied exceptions.
returnClass - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
returnsEdges() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
returnsVertices() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
returnType - Variable in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
returnType - Variable in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
reverse() - Method in interface com.tinkerpop.gremlin.process.graph.marker.Reversible
 
reverse() - Method in class com.tinkerpop.gremlin.process.graph.step.map.EdgeVertexStep
 
reverse() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
reverse() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
reverse() - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Assume the every Step implements Reversible and call Reversible.reverse() for each.
ReverseTraversalSupplier(MessageScope.Local<?>) - Constructor for class com.tinkerpop.gremlin.process.computer.MessageScope.Local.ReverseTraversalSupplier
 
Reversible - Interface in com.tinkerpop.gremlin.process.graph.marker
 
rollback() - Method in interface com.tinkerpop.gremlin.structure.Transaction
Rolls back a transaction.
RouteStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.branch.util
 
RouteStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.util.RouteStep
 
RouteStep(Traversal, RepeatStep<S>, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.util.RouteStep
 
RouteStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 

S

sack() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sack(BiFunction<V, A, V>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sack(BinaryOperator<V>, String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sack() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sack(BiFunction<V, A, V>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sack(BinaryOperator<V>, String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sack() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
sack(BiFunction<V, E, V>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
sack(BinaryOperator<V>, String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
sack() - Method in interface com.tinkerpop.gremlin.process.Traverser
Get the sack local sack object of this traverser.
sack(S) - Method in interface com.tinkerpop.gremlin.process.Traverser
Set the traversers sack object to the provided value ("sack the value").
sack - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
sack() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
sack(S) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
sack() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
sack(S) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
sack() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
sack(S) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
SackElementValueStep<S extends Element,V> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
SackElementValueStep(Traversal, BinaryOperator<V>, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SackElementValueStep
 
sackInitialValue - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
SackObjectStep<S,V> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
SackObjectStep(Traversal, BiFunction<V, S, V>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SackObjectStep
 
sackSplitOperator - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
SackStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
SackStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.SackStep
 
sample(int) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sample(int) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sample(int) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
SampleStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
SampleStep(Traversal, int) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.SampleStep
 
save(Writer) - Method in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
saveHierarchy(ConfigurationNode) - Method in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
script - Variable in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
ScriptEngineCache - Class in com.tinkerpop.gremlin.process.computer.util
 
ScriptEngineCache() - Constructor for class com.tinkerpop.gremlin.process.computer.util.ScriptEngineCache
 
ScriptEngineLambda - Class in com.tinkerpop.gremlin.process.computer.util
 
ScriptEngineLambda(String, String) - Constructor for class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
secondsSince(long) - Static method in class com.tinkerpop.gremlin.util.TimeUtil
 
select(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
select(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
select(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
select(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
select(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
select(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
selectFunction - Variable in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
SelectOneStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
SelectOneStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.SelectOneStep
 
SelectStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
SelectStep(Traversal, String...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
sendMessage(MessageScope, M) - Method in interface com.tinkerpop.gremlin.process.computer.Messenger
The currently executing vertex can send a message with provided MessageScope.
sequence(GraphStrategy...) - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy.Builder
Provide the sequence of GraphStrategy implementations to execute.
SequenceStrategy - Class in com.tinkerpop.gremlin.structure.strategy
 
SequenceStrategy.Builder - Class in com.tinkerpop.gremlin.structure.strategy
 
SerialEnumerator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
An enumerator which consumes values from an iterator and maps each value to a secondary enumerator (for example, a join) Enumerated indices cover all solutions in the secondary enumerators, in ascending order according to the value iterator and the enumerators' own indices.
SerialEnumerator(String, Iterator<T>, Function<T, Enumerator<T>>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.SerialEnumerator
 
serialize(Object, Configuration, String) - Static method in class com.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
serializeObject(Object) - Static method in class com.tinkerpop.gremlin.util.Serializer
 
Serializer - Class in com.tinkerpop.gremlin.util
 
Serializer() - Constructor for class com.tinkerpop.gremlin.util.Serializer
 
set(String, Object) - Method in interface com.tinkerpop.gremlin.process.computer.Memory
Set the value of the provided key.
set(String, Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
set(String, Object) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
set(String, Object) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
Set the specified key to the specified value.
set(T) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Set the current object location of the traverser.
set(T) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
set(T) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
set(String, Object) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
Set the specified key to the specified value.
set(String, Object) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
set(T) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
set(String, Object) - Method in interface com.tinkerpop.gremlin.structure.Graph.Variables
Sets a variable.
set(String, Object) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
set(Vertex, Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
set(Vertex, Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
set(Vertex, Object) - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.VertexCache
 
setBulk(long) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Set the number of traversers represented by this traverser.
setBulk(long) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
setBulk(long) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
setBulk(long) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
setBulk(long) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
setConsumer(Consumer<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectStep
 
setConsumer(Consumer<TraverserSet<S>>) - Method in class com.tinkerpop.gremlin.process.graph.step.util.BarrierStep
 
setEmitPredicate(Predicate<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
setFunction(Function<Traverser<S>, Collection<String>>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
setFunction(Function<Traverser<S>, Iterator<E>>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.FlatMapStep
 
setFunction(Function<Traverser<S>, E>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.MapStep
 
setId(String) - Method in interface com.tinkerpop.gremlin.process.Step
Get the unique id of the step.
setId(String) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
setId(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
setId(Object, Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.LongIDVertexCache
 
setId(Object, Object) - Method in class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
setId(Object, Object) - Method in interface com.tinkerpop.gremlin.structure.util.batch.cache.VertexCache
 
setIteration(int) - Method in interface com.tinkerpop.gremlin.process.computer.Memory.Admin
 
setIteration(int) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
setIteration(int) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
setIteratorSupplier(Supplier<Iterator<E>>) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
setLabel(String) - Method in interface com.tinkerpop.gremlin.process.Step
Set the label of this step.
setLabel(String) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
setLabel(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
setLocalVertex(Vertex) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
In a distributed GraphComputer traversal, the sideEffects of the traversal are not a single object within a single JVM.
setLocalVertex(Vertex) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
In a distributed GraphComputer traversal, the sideEffects of the traversal are not a single object within a single JVM.
setLocalVertex(Vertex) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
setNextStep(Step<E, ?>) - Method in interface com.tinkerpop.gremlin.process.Step
Set the step that is next to the current step.
setNextStep(Step<E, ?>) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
setNextStep(Step<E, ?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
setPercentageDuration(double) - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
setPredicate(Predicate<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.graph.step.filter.FilterStep
 
setPreviousStep(Step<?, S>) - Method in interface com.tinkerpop.gremlin.process.Step
Set the step that is previous to the current step.
setPreviousStep(Step<?, S>) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
setPreviousStep(Step<?, S>) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
setRepeatTraversal(Traversal<S, S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
setRuntime(long) - Method in interface com.tinkerpop.gremlin.process.computer.Memory.Admin
 
setRuntime(long) - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
setRuntime(long) - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
setSack(Supplier<S>, Optional<UnaryOperator<S>>) - Method in interface com.tinkerpop.gremlin.process.TraversalSideEffects
 
setSack(Supplier<S>, Optional<UnaryOperator<S>>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
setSack(Supplier<S>, Optional<UnaryOperator<S>>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalSideEffects
 
setSideEffects(TraversalSideEffects) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Set the TraversalSideEffects of this traversal.
setSideEffects(TraversalSideEffects) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Set the sideEffects of the Traversal.
setSideEffects(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
setSideEffects(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
setSideEffects(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
setSideEffects(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
setSideEffects(TraversalSideEffects) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
setStart(Object) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
setStartsPerOptimize(int) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
setStepId(String) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Set the step id of where the traverser is located.
setStepId(String) - Method in class com.tinkerpop.gremlin.process.traverser.B_O_Traverser
 
setStepId(String) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
setStepId(String) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
setStepId(String) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
setStrategies(TraversalStrategies) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
Set the TraversalStrategies to be used by this traversal at evaluation time.
setStrategies(TraversalStrategies) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
setStrategies(TraversalStrategies) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
setTraversal(Traversal<?, ?>) - Method in interface com.tinkerpop.gremlin.process.Step
Set the Traversal that this step is contained within.
setTraversal(Traversal<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
setTraversal(Traversal<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyStep
 
setTraversalHolder(TraversalHolder<?, ?>) - Method in interface com.tinkerpop.gremlin.process.Traversal.Admin
 
setTraversalHolder(TraversalHolder<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
setTraversalHolder(TraversalHolder<?, ?>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
setTraverserGeneratorFactory(TraverserGeneratorFactory) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Set the TraverserGeneratorFactory to use for determining which Traverser type to generate for the Traversal.
setTraverserGeneratorFactory(TraverserGeneratorFactory) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
setTraverserGeneratorFactory(TraverserGeneratorFactory) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
setUntilPredicate(Predicate<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
setup(Memory) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
setup(Consumer<Memory>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
setup(Class<? extends Consumer<Memory>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
setup(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
setup(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
setup(Memory) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
setup(Memory) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
setup(Memory) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
setup(Memory) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
The method is called at the beginning of the computation.
setWritePartition(String) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
setXmlCompatibility(boolean) - Method in class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
shuffle() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
shuffle() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
shuffle() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
ShuffleStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
ShuffleStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.ShuffleStep
 
SIDE_EFFECTS - Static variable in interface com.tinkerpop.gremlin.process.TraversalSideEffects
 
sideEffect(Consumer<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sideEffect(Consumer<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sideEffect(Consumer<Traverser<E>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
SideEffectCapable - Interface in com.tinkerpop.gremlin.process.graph.marker
 
SideEffectCapStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
SideEffectCapStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
SideEffectCapStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
sideEffectDoesNotExist(String) - Static method in class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
SideEffectHelper - Class in com.tinkerpop.gremlin.process.util
 
SideEffectHelper() - Constructor for class com.tinkerpop.gremlin.process.util.SideEffectHelper
 
sideEffectKeyCanNotBeEmpty() - Static method in class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
sideEffectKeyCanNotBeNull() - Static method in class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
SideEffectRegistrar - Interface in com.tinkerpop.gremlin.process.graph.marker
 
SideEffectRegistrationStrategy - Class in com.tinkerpop.gremlin.process.graph.strategy
 
sideEffects(String) - Method in interface com.tinkerpop.gremlin.process.Traverser
Get a particular value from the sideEffects of the traverser.
sideEffects(String, Object) - Method in interface com.tinkerpop.gremlin.process.Traverser
Set a particular value in the sideEffects of the traverser.
sideEffects - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
sideEffects - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
SideEffectStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
SideEffectStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectStep
 
sideEffectValueCanNotBeNull() - Static method in class com.tinkerpop.gremlin.process.TraversalSideEffects.Exceptions
 
SimpleEnumerator<T> - Class in com.tinkerpop.gremlin.process.graph.step.map.match
An enumerator of at most one element
SimpleEnumerator(String, Iterator<T>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.SimpleEnumerator
 
simplePath() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
simplePath() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
simplePath() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
SimplePathStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
SimplePathStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.SimplePathStep
 
singleProperty(String, V, Object...) - Method in interface com.tinkerpop.gremlin.structure.Vertex
 
size() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.CrossJoinEnumerator
 
size() - Method in interface com.tinkerpop.gremlin.process.graph.step.map.match.Enumerator
 
size() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.InnerJoinEnumerator
 
size() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.IteratorEnumerator
 
size() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.SerialEnumerator
 
size() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.SimpleEnumerator
 
size() - Method in interface com.tinkerpop.gremlin.process.Path
Get the number of step in the path.
size() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
size() - Method in class com.tinkerpop.gremlin.process.util.EmptyPath
 
size() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
size() - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
size() - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
size() - Method in class com.tinkerpop.gremlin.process.util.SparsePath
 
size() - Method in class com.tinkerpop.gremlin.process.util.TraversalRing
 
size() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
solveFor(Iterator<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
Directly applies this match query to a sequence of inputs
sort(Comparator<Traverser<S>>) - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
sortStrategies(List<? extends TraversalStrategy>) - Static method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Sorts the list of provided strategies such that the TraversalStrategy.applyPost() and TraversalStrategy.applyPrior() dependencies are respected.
SparsePath - Class in com.tinkerpop.gremlin.process.util
 
SparsePath() - Constructor for class com.tinkerpop.gremlin.process.util.SparsePath
 
split(R, Step<T, R>) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Generate a child traverser of the current traverser for current as step and new object location.
split() - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
Generate a sibling traverser of the current traverser with a full copy of all state within the sibling.
split(R, Step<T, R>) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
split() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
split(R, Step<T, R>) - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
split() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
split(R, Step<T, R>) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
split() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraverser
 
spliterator() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
spliterator() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
splitParents() - Method in class com.tinkerpop.gremlin.process.graph.util.Tree
 
standardAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
standardAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
standardAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
standardAlgorithm() - Method in class com.tinkerpop.gremlin.process.graph.step.util.ComputerAwareStep
 
start() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
start() - Method in enum com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal.Tokens
 
start() - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
start() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
start - Variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
start() - Method in interface com.tinkerpop.gremlin.process.graph.VertexPropertyTraversal
 
start() - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
start() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
start(Step<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
startAssignableTo(Class...) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
startPartition(String) - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy.Builder
The initial partition to filter by.
starts - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
StartStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
StartStep(Traversal, Object) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
StartStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
StaticMapReduce<MK,MV,RK,RV,R> - Class in com.tinkerpop.gremlin.process.computer.util
 
StaticMapReduce() - Constructor for class com.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
StaticVertexProgram<M> - Class in com.tinkerpop.gremlin.process.computer.util
 
StaticVertexProgram() - Constructor for class com.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
Step<S,E> - Interface in com.tinkerpop.gremlin.process
A Step denotes a unit of computation within a Traversal.
StepMetrics - Interface in com.tinkerpop.gremlin.process.util
 
StepPosition - Class in com.tinkerpop.gremlin.process.util
 
StepPosition() - Constructor for class com.tinkerpop.gremlin.process.util.StepPosition
 
steps - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
StepTimer - Class in com.tinkerpop.gremlin.process.util
 
StepTimer(Step<?, ?>) - Constructor for class com.tinkerpop.gremlin.process.util.StepTimer
 
StepTimer(String, String) - Constructor for class com.tinkerpop.gremlin.process.util.StepTimer
 
stepWithProvidedLabelDoesNotExist(String) - Static method in class com.tinkerpop.gremlin.process.Path.Exceptions
 
stop() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
stop(Step<?, ?>) - Static method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
store(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
store() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
store(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
store() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
store(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
store() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
STORE_STEP_SIDE_EFFECT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
StoreMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
StoreMapReduce(StoreStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
storeState(Configuration) - Method in interface com.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 com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
storeState(Configuration, LambdaHolder.Type, String, Object) - Static method in class com.tinkerpop.gremlin.process.computer.util.LambdaHolder
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.util.LambdaHolder
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.computer.util.StaticVertexProgram
 
storeState(Configuration) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
When it is necessary to store the state of the VertexProgram, this method is called.
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
storeState(Configuration) - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
StoreStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
StoreStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
strategies - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
strategy(GraphStrategy...) - Method in interface com.tinkerpop.gremlin.structure.Graph
Constructs a StrategyGraph from one or more GraphStrategy objects.
strategy - Variable in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
StrategyContext<T extends StrategyWrapped> - Class in com.tinkerpop.gremlin.structure.strategy
The StrategyContext object is provided to the methods of GraphStrategy so that the strategy functions it constructs have some knowledge of the environment.
StrategyContext(StrategyGraph, T) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyContext
 
StrategyEdge - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyEdge(Edge, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
StrategyEdge.StrategyEdgeIterator - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyEdgeIterator(Iterator<Edge>, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyEdge.StrategyEdgeIterator
 
StrategyElement - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyElement(Element, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
strategyGraph - Variable in class com.tinkerpop.gremlin.structure.strategy.StrategyElement
 
StrategyGraph - Class in com.tinkerpop.gremlin.structure.strategy
A wrapper class for Graph instances that host and apply a GraphStrategy.
StrategyGraph(Graph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
StrategyGraph(Graph, GraphStrategy) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
strategyGraph - Variable in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
StrategyGraph.Exceptions - Class in com.tinkerpop.gremlin.structure.strategy
 
strategyGraphIsSafe() - Static method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph.Exceptions
 
StrategyGraphStep<E extends Element> - Class in com.tinkerpop.gremlin.structure.strategy.process.graph.step.sideEffect
 
StrategyGraphStep(Traversal, StrategyGraph, Class<E>, GraphTraversal<?, E>) - Constructor for class com.tinkerpop.gremlin.structure.strategy.process.graph.step.sideEffect.StrategyGraphStep
 
StrategyProperty<V> - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyProperty(Property<V>, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
StrategyVariables - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyVariables(Graph.Variables, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
StrategyVertex - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyVertex(Vertex, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
StrategyVertex.StrategyVertexIterator - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyVertexIterator(Iterator<Vertex>, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyVertex.StrategyVertexIterator
 
StrategyVertexProperty<V> - Class in com.tinkerpop.gremlin.structure.strategy
 
StrategyVertexProperty(VertexProperty<V>, StrategyGraph) - Constructor for class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
StrategyWrapped - Interface in com.tinkerpop.gremlin.structure.strategy
A marker interface for the graph wrapper classes.
stream() - Method in interface com.tinkerpop.gremlin.process.Path
 
stream(Iterable<T>) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
Construct a Stream from an Iterable.
stream(Iterator<T>) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
Construct a Stream from an Iterator.
stream(T) - Static method in class com.tinkerpop.gremlin.util.StreamFactory
 
StreamFactory - Class in com.tinkerpop.gremlin.util
Utility methods for constructing Stream objects.
StreamFactory() - Constructor for class com.tinkerpop.gremlin.util.StreamFactory
 
StringCompression - Interface in com.tinkerpop.gremlin.structure.util.batch.cache
 
StringFactory - Class in com.tinkerpop.gremlin.structure.util
A collection of helpful methods for creating standard Object.toString() representations of graph-related objects.
StringFactory() - Constructor for class com.tinkerpop.gremlin.structure.util.StringFactory
 
StringIDVertexCache - Class in com.tinkerpop.gremlin.structure.util.batch.cache
 
StringIDVertexCache(StringCompression) - Constructor for class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
StringIDVertexCache() - Constructor for class com.tinkerpop.gremlin.structure.util.batch.cache.StringIDVertexCache
 
subgraph(String, Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
subgraph(Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
subgraph(String, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
subgraph(Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
subgraph(String, Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
subgraph(Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
subgraph(String, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
subgraph(Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
subgraph(String, Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
subgraph(Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
subgraph(String, Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
subgraph(Predicate<Edge>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
SubgraphStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
A side-effect step that produces an edge induced subgraph.
SubgraphStep(Traversal, String, Set<Object>, Map<Object, Vertex>, Predicate<Edge>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SubgraphStep
 
SubgraphStrategy - Class in com.tinkerpop.gremlin.structure.strategy
A GraphStrategy which creates a logical subgraph to selectively include vertices and edges of a Graph according to provided criteria.
SubgraphStrategy.Builder - Class in com.tinkerpop.gremlin.structure.strategy
 
submit() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer
Submit the VertexProgram and the set of MapReduce jobs for execution by the GraphComputer.
submit(GraphComputer) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
submit(GraphComputer) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
submit(GraphComputer) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
submit(GraphComputer) - Method in class com.tinkerpop.gremlin.process.graph.util.EmptyGraphTraversal
 
submit(GraphComputer) - Method in interface com.tinkerpop.gremlin.process.Traversal
Submit the traversal to a GraphComputer for OLAP execution.
submit(GraphComputer) - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversal
 
submit(Function<Graph, R>) - Method in interface com.tinkerpop.gremlin.structure.Transaction
Submit a unit of work that represents a transaction returning a Transaction.Workload that can be automatically retried in the event of failure.
SUITE_GROOVY_ENVIRONMENT - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_GROOVY_ENVIRONMENT_INTEGRATE - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_GROOVY_PROCESS_COMPUTER - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_GROOVY_PROCESS_STANDARD - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_PROCESS_COMPUTER - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_PROCESS_STANDARD - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_STRUCTURE_PERFORMANCE - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
SUITE_STRUCTURE_STANDARD - Static variable in annotation type com.tinkerpop.gremlin.structure.Graph.OptIn
 
sum() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
sum() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
sum() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
SUM_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
SumMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
SumMapReduce(SumStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
summarize() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
SumStep - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
SumStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.SumStep
 
supplierMap - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
supports(Class<? extends Graph.Features.FeatureSet>, String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Features
Implementers should not override this method.
supportsAddEdges() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Determines if an Edge can be added to a Vertex.
supportsAddProperty() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element allows properties to be added.
supportsAddProperty() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if a VertexProperty allows properties to be added.
supportsAddVertices() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can be added to the Graph.
supportsAnyIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element any Java object is a suitable identifier.
supportsAnyIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty any Java object is a suitable identifier.
supportsBooleanArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of boolean values.
supportsBooleanValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a boolean value.
supportsByteArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of byte values.
supportsByteValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a byte value.
supportsComputer() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports GraphComputer based processing.
supportsCustomIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has mapper identifiers where "mapper" refers to an implementation defined object.
supportsCustomIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has mapper identifiers where "mapper" refers to an implementation defined object.
supportsDoubleArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of double values.
supportsDoubleValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a double value.
supportsEdgeAddition() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgeId(boolean) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy.Builder
Turn off support for this strategy for edges.
supportsEdgePropertyAddition() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgePropertyRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsEdgeRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsFloatArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of float values.
supportsFloatValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a float value.
supportsGlobalMessageScopes() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsIntegerArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of integer values.
supportsIntegerValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a integer value.
supportsIsolation(GraphComputer.Isolation) - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsLocalMessageScopes() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsLongArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of long values.
supportsLongValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a long value.
supportsMapValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a Map value.
supportsMetaProperties() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can support properties on vertex properties.
supportsMixedListValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a List value.
supportsMultiProperties() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can support multiple properties with the same key.
supportsNumericIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has numeric identifiers.
supportsNumericIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has numeric identifiers.
supportsPersistence() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementation supports persisting it's contents natively to disk.
supportsProperties() - Method in interface com.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 com.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
Determines if an Edge can be removed from a Vertex.
supportsRemoveProperty() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element allows properties to be removed.
supportsRemoveProperty() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if a VertexProperty allows properties to be removed.
supportsRemoveVertices() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Determines if a Vertex can be removed from the Graph.
supportsSerializableValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a Java serializable value.
supportsStringArrayValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of an array of string values.
supportsStringIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has string identifiers.
supportsStringIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has string identifiers.
supportsStringValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a long value.
supportsThreadedTransactions() - Method in interface com.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.create().
supportsTransactions() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Determines if the Graph implementations supports transactions.
supportsUniformListValues() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
Supports setting of a List value.
supportsUserSuppliedIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element can have a user defined identifier.
supportsUserSuppliedIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if a VertexProperty allows an identifier to be assigned to it.
supportsUuidIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Determines if an Element has UUID identifiers.
supportsUuidIds() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
Determines if an VertexProperty has UUID identifiers.
supportsVariables() - Method in interface com.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 com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexId(boolean) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy.Builder
Turn off support for this strategy for edges.
supportsVertexPropertyAddition() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexPropertyRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsVertexRemoval() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 
supportsWorkerPersistenceBetweenIterations() - Method in interface com.tinkerpop.gremlin.process.computer.GraphComputer.Features
 

T

T - Enum in com.tinkerpop.gremlin.process
A collection of (T)okens which allows for more concise Traversal definitions.
t - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
t - Variable in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
terminate(Memory) - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
terminate(Predicate<Memory>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
terminate(Class<? extends Predicate<Memory>>) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
terminate(String, String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
terminate(String) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram.Builder
 
terminate(Memory) - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
terminate(Memory) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
terminate(Memory) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
terminate(Memory) - Method in interface com.tinkerpop.gremlin.process.computer.VertexProgram
The method is called at the end of each iteration to determine if the computation is complete.
test(Object) - Method in class com.tinkerpop.gremlin.process.computer.util.ScriptEngineLambda
 
test(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.LoopPredicate
 
test(Traverser<S>) - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.TraversalPredicate
 
test(Element) - Method in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
test(Object, Object) - Method in enum com.tinkerpop.gremlin.structure.Compare
test(Object, Collection) - Method in enum com.tinkerpop.gremlin.structure.Contains
testAll(Element, List<HasContainer>) - Static method in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
threadedTransactionsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
ThrowingBiConsumer<A,B> - Interface in com.tinkerpop.gremlin.util.function
 
ThrowingConsumer<A> - Interface in com.tinkerpop.gremlin.util.function
 
ThrowingFunction<T,R> - Interface in com.tinkerpop.gremlin.util.function
 
ThrowingSupplier<T> - Interface in com.tinkerpop.gremlin.util.function
 
timeLimit(long) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
timeLimit(long) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
timeLimit(long) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
TimeLimitStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
TimeLimitStep(Traversal, long) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
times(int) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
times(int) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
times(int) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
timeSince(long, TimeUnit) - Static method in class com.tinkerpop.gremlin.util.TimeUtil
 
TimeUtil - Class in com.tinkerpop.gremlin.util
 
TimeUtil() - Constructor for class com.tinkerpop.gremlin.util.TimeUtil
 
to(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
to(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
to(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
toBulkSet() - Method in interface com.tinkerpop.gremlin.process.Traversal
Put all the results into a BulkSet.
toE(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
toE(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
toE(Direction, String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
toList() - Method in interface com.tinkerpop.gremlin.process.Traversal
Put all the results into an ArrayList.
toList() - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
Return all the TraversalStrategy singleton instances associated with this TraversalStrategies.
toList() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
toList() - Method in class com.tinkerpop.gremlin.process.util.EmptyTraversalStrategies
 
toSet() - Method in interface com.tinkerpop.gremlin.process.Traversal
Put all the results into a HashSet.
toString() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterCountMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.ClusterPopulationMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.ComputerResult
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.KeyValue
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.lambda.LambdaVertexProgram
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.MapReduce.NullObject
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.map.ComputerResultStep
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.util.ImmutableMemory
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.util.MapMemory
 
toString() - Method in class com.tinkerpop.gremlin.process.computer.util.StaticMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep.GoToLabels
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.BranchStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.ChooseStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.LoopPredicate
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.TraversalPredicate
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.branch.util.RouteStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.CoinStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.DedupStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.ExceptStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.HasStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RangeStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.RetainStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.SampleStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.TimeLimitStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.BackStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.EdgeVertexStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.LocalStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.Bindings
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.OrderStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PathStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertiesStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.PropertyMapStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectOneStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.SelectStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AddEdgeStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.AggregateStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GraphStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupCountStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.GroupStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.AggregateMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.CountMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupCountMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.GroupMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.ProfileMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.StoreMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.SumMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SackElementValueStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SideEffectCapStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StartStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.StoreStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.SubgraphStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.strategy.AbstractTraversalStrategy
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.strategy.LabeledEndStepStrategy
 
toString() - Method in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
toString() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractPathTraverser
 
toString() - Method in class com.tinkerpop.gremlin.process.traverser.util.AbstractTraverser
 
toString() - Method in class com.tinkerpop.gremlin.process.util.AbstractStep
 
toString() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
toString() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
toString() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
 
toString() - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
toString() - Method in class com.tinkerpop.gremlin.process.util.ElementFunctionComparator
 
toString() - Method in class com.tinkerpop.gremlin.process.util.ElementValueComparator
 
toString() - Method in class com.tinkerpop.gremlin.process.util.ElementValueFunction
 
toString() - Method in class com.tinkerpop.gremlin.process.util.ExpandableStepIterator
 
toString() - Method in class com.tinkerpop.gremlin.process.util.FunctionRing
 
toString() - Method in class com.tinkerpop.gremlin.process.util.ImmutablePath
 
toString() - Method in class com.tinkerpop.gremlin.process.util.MutablePath
 
toString() - Method in class com.tinkerpop.gremlin.process.util.StepPosition
 
toString() - Method in class com.tinkerpop.gremlin.process.util.StepTimer
 
toString() - Method in class com.tinkerpop.gremlin.process.util.TraversalMetrics
 
toString() - Method in class com.tinkerpop.gremlin.process.util.TraverserSet
 
toString() - Method in class com.tinkerpop.gremlin.structure.server.IntervalVertexRange
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.IdentityStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.PartitionStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.ReadOnlyStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.SequenceStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVariables
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
toString() - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedPath
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
toString() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
toV(Direction) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
toV(Direction) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
toV(Direction) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Transaction - Interface in com.tinkerpop.gremlin.structure
A set of methods that allow for control of transactional behavior of a Graph instance.
Transaction.CLOSE_BEHAVIOR - Enum in com.tinkerpop.gremlin.structure
Transaction.Exceptions - Class in com.tinkerpop.gremlin.structure
 
Transaction.READ_WRITE_BEHAVIOR - Enum in com.tinkerpop.gremlin.structure
Transaction.Workload<R> - Class in com.tinkerpop.gremlin.structure
A Transaction.Workload represents a unit of work constructed by the Transaction.submit(java.util.function.Function) method on the Transaction interface.
transactionAlreadyOpen() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
transactionMustBeOpenToReadWrite() - Static method in class com.tinkerpop.gremlin.structure.Transaction.Exceptions
 
transactionsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
traversal() - Method in interface com.tinkerpop.gremlin.process.computer.traversal.TraversalScript
 
traversal(String, String) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
traversal(String) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
traversal(Supplier<Traversal>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
traversal(Class<Supplier<Traversal>>) - Method in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram.Builder
 
Traversal<S,E> - Interface in com.tinkerpop.gremlin.process
A Traversal represents a directed walk over a Graph.
traversal - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
Traversal.Admin<S,E> - Interface in com.tinkerpop.gremlin.process
 
Traversal.Exceptions - Class in com.tinkerpop.gremlin.process
A collection of Exception types associated with Traversal execution.
TRAVERSAL_SUPPLIER - Static variable in class com.tinkerpop.gremlin.process.computer.traversal.TraversalVertexProgram
 
TraversalEngine - Enum in com.tinkerpop.gremlin.process
 
traversalEngine - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
TraversalHelper - Class in com.tinkerpop.gremlin.process.util
 
TraversalHelper() - Constructor for class com.tinkerpop.gremlin.process.util.TraversalHelper
 
TraversalHolder<S,E> - Interface in com.tinkerpop.gremlin.process.graph.marker
 
traversalHolder - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversal
 
TraversalHolder.Child - Enum in com.tinkerpop.gremlin.process.graph.marker
 
traversalIsLocked() - Static method in class com.tinkerpop.gremlin.process.Traversal.Exceptions
 
traversalIsNotReversible() - Static method in class com.tinkerpop.gremlin.process.Traversal.Exceptions
 
TraversalMatrix<S,E> - Class in com.tinkerpop.gremlin.process.util
A TraversalMatrix provides random, non-linear access to the steps of a traversal by their step id.
TraversalMatrix(Traversal<S, E>) - Constructor for class com.tinkerpop.gremlin.process.util.TraversalMatrix
 
TraversalMetrics - Class in com.tinkerpop.gremlin.process.util
 
TraversalPredicate(Traversal<S, ?>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.RepeatStep.TraversalPredicate
 
TraversalRing<S,E> - Class in com.tinkerpop.gremlin.process.util
 
TraversalRing(Traversal<S, E>...) - Constructor for class com.tinkerpop.gremlin.process.util.TraversalRing
 
TraversalScript<S,E> - Interface in com.tinkerpop.gremlin.process.computer.traversal
 
TraversalSideEffects - Interface in com.tinkerpop.gremlin.process
 
TraversalSideEffects.Exceptions - Class in com.tinkerpop.gremlin.process
 
traversalSideEffectsString(TraversalSideEffects) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalStrategies - Interface in com.tinkerpop.gremlin.process
 
traversalStrategies - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
TraversalStrategies.GlobalCache - Class in com.tinkerpop.gremlin.process
 
traversalStrategiesString(TraversalStrategies) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalStrategy - Interface in com.tinkerpop.gremlin.process
A TraversalStrategy defines a particular atomic operation for mutating a Traversal prior to its evaluation.
traversalStrategyString(TraversalStrategy) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
TraversalUpdater(MatchStep.TraversalWrapper<A, B>, Iterator<A>, Traverser<A>, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalUpdater
 
TraversalVertexProgram - Class in com.tinkerpop.gremlin.process.computer.traversal
TraversalVertexProgram enables the evaluation of a Traversal on a GraphComputer.
TraversalVertexProgram.Builder - Class in com.tinkerpop.gremlin.process.computer.traversal
 
TraversalVertexProgramMessageCombiner - Class in com.tinkerpop.gremlin.process.computer.traversal
 
TraversalWrapper(Traversal<A, B>, String, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.match.MatchStep.TraversalWrapper
 
Traverser<T> - Interface in com.tinkerpop.gremlin.process
A Traverser represents the current state of an object flowing through a Traversal.
Traverser.Admin<T> - Interface in com.tinkerpop.gremlin.process
The methods in System.Traverser are useful to underlying Step and Traversal implementations.
TraverserExecutor - Class in com.tinkerpop.gremlin.process.computer.traversal
 
TraverserExecutor() - Constructor for class com.tinkerpop.gremlin.process.computer.traversal.TraverserExecutor
 
TraverserGenerator - Interface in com.tinkerpop.gremlin.process
 
TraverserGeneratorFactory - Interface in com.tinkerpop.gremlin.process.traverser
 
traverserGeneratorFactory - Variable in class com.tinkerpop.gremlin.process.util.DefaultTraversalStrategies
 
TraverserMapReduce - Class in com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce
 
TraverserMapReduce(Step) - Constructor for class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
TraverserRequirement - Enum in com.tinkerpop.gremlin.process.traverser
A TraverserRequirement is a list of requirements that a Traversal requires of a Traverser.
TRAVERSERS - Static variable in class com.tinkerpop.gremlin.process.computer.traversal.step.sideEffect.mapreduce.TraverserMapReduce
 
TraverserSet<S> - Class in com.tinkerpop.gremlin.process.util
 
TraverserSet() - Constructor for class com.tinkerpop.gremlin.process.util.TraverserSet
 
TraverserSet(Traverser.Admin<S>) - Constructor for class com.tinkerpop.gremlin.process.util.TraverserSet
 
traverserStepIdSetByChild - Variable in class com.tinkerpop.gremlin.process.util.AbstractStep
 
tree(String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
tree() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
tree(String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
tree() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
tree(String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
tree() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
Tree<T> - Class in com.tinkerpop.gremlin.process.graph.util
 
Tree() - Constructor for class com.tinkerpop.gremlin.process.graph.util.Tree
 
Tree(T...) - Constructor for class com.tinkerpop.gremlin.process.graph.util.Tree
 
Tree(Map.Entry<T, Tree<T>>...) - Constructor for class com.tinkerpop.gremlin.process.graph.util.Tree
 
TREE_STEP_SIDE_EFFECT_KEY - Static variable in class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
TreeMapReduce - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce
 
TreeMapReduce(TreeStep) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.mapreduce.TreeMapReduce
 
TreeStep<S> - Class in com.tinkerpop.gremlin.process.graph.step.sideEffect
 
TreeStep(Traversal, String) - Constructor for class com.tinkerpop.gremlin.process.graph.step.sideEffect.TreeStep
 
TriConsumer<A,B,C> - Interface in com.tinkerpop.gremlin.util.function
Represents an operation that accepts two input arguments and returns no result.
TriFunction<A,B,C,R> - Interface in com.tinkerpop.gremlin.util.function
 
tryNext() - Method in interface com.tinkerpop.gremlin.process.Traversal
Return an Optional of the next E object in the traversal.
tx() - Method in interface com.tinkerpop.gremlin.structure.Graph
Configure and control the transactions for those graphs that support this feature.
tx() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
tx() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
tx() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
TYPE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
TYPE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_BOOLEAN - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_BYTE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_DOUBLE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_FLOAT - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_INTEGER - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_LIST - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_LONG - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_MAP - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_SHORT - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_STRING - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
TYPE_UNKNOWN - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 

U

unfold() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
unfold() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
unfold() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
UnfoldStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
UnfoldStep(Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.UnfoldStep
 
unHide(String) - Static method in class com.tinkerpop.gremlin.structure.Graph.Hidden
Turn the provided hidden key into an non-hidden key.
union(Traversal<?, E2>...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
union(Traversal<?, E2>...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
union(Traversal<?, E2>...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
UnionStep<S,E> - Class in com.tinkerpop.gremlin.process.graph.step.branch
 
UnionStep(Traversal, Traversal<S, E>...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.branch.UnionStep
 
uniqueSize() - Method in class com.tinkerpop.gremlin.process.util.BulkSet
 
until(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
until(Predicate<Traverser<A>>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
until(Traversal<?, ?>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
until(Predicate<Traverser<E>>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
until(Traversal<?, ?>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
upsert(Object[], String, Object) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Append a key/value pair to a list of existing key/values.
URLCompression - Class in com.tinkerpop.gremlin.structure.util.batch.cache
 
URLCompression() - Constructor for class com.tinkerpop.gremlin.structure.util.batch.cache.URLCompression
 
userSuppliedIdsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Edge.Exceptions
 
userSuppliedIdsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
userSuppliedIdsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Edge.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
userSuppliedIdsOfThisTypeNotSupported() - Static method in class com.tinkerpop.gremlin.structure.VertexProperty.Exceptions
 
using(GraphComputer) - Method in interface com.tinkerpop.gremlin.process.computer.traversal.TraversalScript
 

V

V(Object...) - Method in interface com.tinkerpop.gremlin.structure.Graph
Starts a GraphTraversal over the vertices in the graph.
V(Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
V(Object...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
validateComputeArguments(Class...) - Static method in class com.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
validateKey(String) - Static method in class com.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
validateLabel(String) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Determine whether the Element label can be legally set.
validateProgramOnComputer(GraphComputer, VertexProgram) - Static method in class com.tinkerpop.gremlin.process.computer.util.GraphComputerHelper
 
validateProperty(String, Object) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
Determines whether the property key/value for the specified thing can be legally set.
validateSideEffect(String, Object) - Static method in class com.tinkerpop.gremlin.process.util.SideEffectHelper
 
validateValue(Object) - Static method in class com.tinkerpop.gremlin.process.computer.util.MemoryHelper
 
validateVariable(String, Object) - Static method in class com.tinkerpop.gremlin.structure.util.GraphVariableHelper
 
value() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
value() - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
value() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
value - Variable in class com.tinkerpop.gremlin.process.graph.util.HasContainer
 
value() - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
value(String) - Method in interface com.tinkerpop.gremlin.structure.Element
Get the value of a Property given it's key.
VALUE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
VALUE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
value() - Method in interface com.tinkerpop.gremlin.structure.Property
The value of the property.
value(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
value() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyProperty
 
value(String) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
value() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
value() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedProperty
 
value - Variable in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
value() - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
value() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyProperty
 
value() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyVertexProperty
 
valueIterator(String...) - Method in interface com.tinkerpop.gremlin.structure.Element.Iterators
Get the values of properties as an Iterator.
valueIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
valueIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
valueIterator(String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertexProperty
 
valueMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
valueMap(boolean, String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
valueMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
valueMap(boolean, String...) - Method in interface com.tinkerpop.gremlin.process.graph.EdgeTraversal
 
valueMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
valueMap(boolean, String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
valueMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexPropertyTraversal
 
valueMap(boolean, String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexPropertyTraversal
 
valueMap(String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
valueMap(boolean, String...) - Method in interface com.tinkerpop.gremlin.process.graph.VertexTraversal
 
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.computer.GraphComputer.Isolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.computer.MapReduce.Stage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.computer.util.LambdaHolder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal.Tokens
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.graph.marker.TraversalHolder.Child
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.T
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.TraversalEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.process.traverser.TraverserRequirement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Contains
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.util.batch.Exists
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.structure.util.batch.VertexIdType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tinkerpop.gremlin.process.computer.GraphComputer.Isolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.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 com.tinkerpop.gremlin.process.computer.util.LambdaHolder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal.Tokens
Returns an array containing the constants of this enum type, in the order they are declared.
values(String...) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
values(String...) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
values(String...) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
values() - Static method in enum com.tinkerpop.gremlin.process.graph.marker.TraversalHolder.Child
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.process.T
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.process.TraversalEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.process.traverser.TraverserRequirement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.structure.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.structure.Contains
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.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 com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.structure.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.structure.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.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 com.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 com.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 com.tinkerpop.gremlin.structure.util.batch.Exists
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.gremlin.structure.util.batch.VertexIdType
Returns an array containing the constants of this enum type, in the order they are declared.
variableKeyCanNotBeEmpty() - Static method in class com.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
variableKeyCanNotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
variables() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
Gets the features related to "graph sideEffects" operation.
variables() - Method in interface com.tinkerpop.gremlin.structure.Graph
A collection of global Graph.Variables associated with the graph.
VARIABLES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
variables() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
variables() - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
variables() - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
variablesNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
variableValueCanNotBeNull() - Static method in class com.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
 
verifyReversibility(Traversal.Admin<?, ?>) - Static method in class com.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
version() - Static method in class com.tinkerpop.gremlin.util.Gremlin
 
vertex() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features
Gets the features related to "vertex" operation.
VERTEX - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
vertex - Variable in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
 
Vertex - Interface in com.tinkerpop.gremlin.structure
A Vertex maintains pointers to both a set of incoming and outgoing Edge objects.
Vertex.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with a vertex.
Vertex.Iterators - Interface in com.tinkerpop.gremlin.structure
An interface that provides access to iterators over VertexProperty objects, Edge objects and adjacent vertices, associated with the Vertex, without constructing a Traversal object.
VERTEX_COMPARATOR - Static variable in class com.tinkerpop.gremlin.structure.util.Comparators
 
VERTEX_PROGRAM - Static variable in interface com.tinkerpop.gremlin.process.computer.VertexProgram
 
vertexAdditionsNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
VertexByteArrayInputStream - Class in com.tinkerpop.gremlin.structure.io.kryo
An InputStream implementation that can independently process a Gremlin Kryo file written with GraphWriter.writeVertices(java.io.OutputStream, com.tinkerpop.gremlin.process.Traversal).
VertexByteArrayInputStream(InputStream) - Constructor for class com.tinkerpop.gremlin.structure.io.kryo.VertexByteArrayInputStream
 
VertexCache - Interface in com.tinkerpop.gremlin.structure.util.batch.cache
 
vertexCount(long) - Method in class com.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
 
vertexFromJson(JsonNode) - Method in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONUtility
 
vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
The name of the key to supply to BatchGraph.Builder.vertexIdKey when reading data into the Graph.
vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
The name of the key to supply to BatchGraph.Builder.vertexIdKey when reading data into the Graph.
vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
The name of the key to supply to BatchGraph.Builder.vertexIdKey when reading data into the Graph.
vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Sets the key to be used when setting the vertex id as a property on the respective vertex.
vertexIdMaker(Supplier<?>) - Method in class com.tinkerpop.gremlin.structure.strategy.IdStrategy.Builder
Provide a function that will provide ids when none are provided explicitly when creating vertices.
vertexIdType(VertexIdType) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph.Builder
Sets the type of the id used for the vertex which in turn determines the cache type that is used.
VertexIdType - Enum in com.tinkerpop.gremlin.structure.util.batch
Type of vertex ids expected by BatchGraph.
vertexIterator(Direction) - Method in interface com.tinkerpop.gremlin.structure.Edge.Iterators
Retrieve the vertex (or vertices) associated with this edge as defined by the direction.
vertexIterator(Object...) - Method in interface com.tinkerpop.gremlin.structure.Graph.Iterators
Get the Vertex objects in this graph with the provided vertex ids.
vertexIterator(Direction) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyEdge
 
vertexIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyGraph
 
vertexIterator(Direction, String...) - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyVertex
 
vertexIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.util.batch.BatchGraph
 
vertexIterator(Direction) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedEdge
 
vertexIterator(Direction, String...) - Method in class com.tinkerpop.gremlin.structure.util.detached.DetachedVertex
 
vertexIterator(Object...) - Method in class com.tinkerpop.gremlin.structure.util.empty.EmptyGraph
 
vertexIterator(Direction, String...) - Method in interface com.tinkerpop.gremlin.structure.Vertex.Iterators
Gets an Iterator of adjacent vertices.
vertexKeyTypes(Map<String, String>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Map of the data types of the vertex keys.
vertexLabelKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
the key to use as the vertex label.
vertexLabelKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Set the name of the vertex label in the GraphML.
vertexPredicate(Predicate<Vertex>) - Method in class com.tinkerpop.gremlin.structure.strategy.SubgraphStrategy.Builder
 
VertexProgram<M> - Interface in com.tinkerpop.gremlin.process.computer
A VertexProgram represents one component of a distributed graph computation.
VertexProgram.Builder - Interface in com.tinkerpop.gremlin.process.computer
 
VertexProgram.Features - Interface in com.tinkerpop.gremlin.process.computer
 
VertexProgramHelper - Class in com.tinkerpop.gremlin.process.computer.util
 
VertexProgramHelper() - Constructor for class com.tinkerpop.gremlin.process.computer.util.VertexProgramHelper
 
vertexProgramString(VertexProgram, String) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
vertexProgramString(VertexProgram) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
 
VertexProperty<V> - Interface in com.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.Exceptions - Class in com.tinkerpop.gremlin.structure
Common exceptions to use with a property.
VertexProperty.Iterators - Interface in com.tinkerpop.gremlin.structure
An interface that provides access to iterators over properties, without constructing a Traversal object.
vertexPropertyMap(Vertex, String...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
VertexPropertyTraversal - Interface in com.tinkerpop.gremlin.process.graph
 
vertexPropertyValueMap(Vertex, String...) - Static method in class com.tinkerpop.gremlin.structure.util.ElementHelper
 
VertexRange<V extends java.lang.Comparable<V>> - Interface in com.tinkerpop.gremlin.structure.server
 
vertexRemovalNotSupported() - Static method in class com.tinkerpop.gremlin.structure.Vertex.Exceptions
 
VertexStep<E extends Element> - Class in com.tinkerpop.gremlin.process.graph.step.map
 
VertexStep(Traversal, Class<E>, Direction, String...) - Constructor for class com.tinkerpop.gremlin.process.graph.step.map.VertexStep
 
vertexString(Vertex) - Static method in class com.tinkerpop.gremlin.structure.util.StringFactory
Construct the representation for a Vertex.
VertexTraversal - Interface in com.tinkerpop.gremlin.process.graph
 
vertexWithIdAlreadyExists(Object) - Static method in class com.tinkerpop.gremlin.structure.Graph.Exceptions
 
vertices() - Method in class com.tinkerpop.gremlin.process.computer.MessageScope.Global
 
VERTICES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
VERTICES - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
visitSolution(int, BiConsumer<String, T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.CrossJoinEnumerator
 
visitSolution(int, BiConsumer<String, T>) - Method in interface com.tinkerpop.gremlin.process.graph.step.map.match.Enumerator
Provides access to a solution, allowing it to be printed, put into a map, etc.
visitSolution(int, BiConsumer<String, T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.InnerJoinEnumerator
 
visitSolution(int, BiConsumer<String, T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.IteratorEnumerator
 
visitSolution(int, BiConsumer<String, T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.SerialEnumerator
 
visitSolution(int, BiConsumer<String, T>) - Method in class com.tinkerpop.gremlin.process.graph.step.map.match.SimpleEnumerator
 
VOTE_STRENGTH - Static variable in class com.tinkerpop.gremlin.process.computer.clustering.peerpressure.PeerPressureVertexProgram
 

W

where(String, String, BiPredicate) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
where(String, BiPredicate, String) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
where(Traversal) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
where(String, String, BiPredicate) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
where(String, BiPredicate, String) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
where(Traversal) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
where(String, String, BiPredicate) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
where(String, BiPredicate, String) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
where(Traversal) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
WhereStep<E> - Class in com.tinkerpop.gremlin.process.graph.step.filter
 
WhereStep(Traversal, String, String, BiPredicate<E, E>) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
WhereStep(Traversal, Traversal) - Constructor for class com.tinkerpop.gremlin.process.graph.step.filter.WhereStep
 
withPath() - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
withPath() - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
withPath() - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
withPath() - Method in class com.tinkerpop.gremlin.process.graph.util.EmptyGraphTraversal
 
withSack(Supplier<B>, UnaryOperator<B>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
withSack(Supplier<B>) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
withSack(Supplier<B>, UnaryOperator<B>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
withSack(Supplier<B>) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
withSack(Supplier<A>, UnaryOperator<A>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
withSack(Supplier<A>) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
withSideEffect(String, Supplier) - Method in interface com.tinkerpop.gremlin.process.graph.AnonymousGraphTraversal
 
withSideEffect(String, Supplier) - Method in interface com.tinkerpop.gremlin.process.graph.ElementTraversal
 
withSideEffect(String, Supplier) - Method in interface com.tinkerpop.gremlin.process.graph.GraphTraversal
 
workerIterationEnd(Memory) - Method in interface com.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 interface com.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.
workingDirectory(String) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
The reader requires a working directory to write temp files to.
Workload(Graph, Function<Graph, R>) - Constructor for class com.tinkerpop.gremlin.structure.Transaction.Workload
Creates a new Transaction.Workload that will be tried to be executed within a transaction.
wrapConsumer(ThrowingConsumer<T>) - Static method in class com.tinkerpop.gremlin.util.function.FunctionUtils
 
wrapFunction(ThrowingFunction<T, U>) - Static method in class com.tinkerpop.gremlin.util.function.FunctionUtils
 
wrapGraph(Graph, VertexProgram<?>) - Static method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
WrappedEdge<E> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedElement<E> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedGraph<G> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedProperty<P> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVariables<V> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVertex<V> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
WrappedVertexProperty<P> - Interface in com.tinkerpop.gremlin.structure.util.wrapped
 
wrapSupplier(ThrowingSupplier<T>) - Static method in class com.tinkerpop.gremlin.util.function.FunctionUtils
 
wrapVertex(Vertex, VertexProgram<?>) - Static method in class com.tinkerpop.gremlin.process.computer.util.ComputerDataStrategy
 
write(Kryo, Output) - Method in interface com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.HeaderWriter
 
writeEdge(OutputStream, Edge) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
writeEdge(OutputStream, Edge) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeEdge(OutputStream, Edge) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write an edge to a stream.
writeEdge(OutputStream, Edge) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
writeGraph(OutputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
Write the data in a Graph to a GraphML OutputStream.
writeGraph(OutputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeGraph(OutputStream, Graph) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write the entire graph to a stream.
writeGraph(OutputStream, Graph) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
writeGraphML(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Write a GraphML file using the default configuration of the GraphMLWriter.
writeGraphML(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
writeGraphSON(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Write a GraphSON file using the default configuration of the GraphSONWriter.
writeGraphSON(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
writeKryo(String) - Method in interface com.tinkerpop.gremlin.structure.Graph.Io
Write a kryo file using the default configuration of the KryoWriter.
writeKryo(String) - Method in class com.tinkerpop.gremlin.structure.io.DefaultIo
 
writeVertex(OutputStream, Vertex, Direction) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
writeVertex(OutputStream, Vertex) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
writeVertex(OutputStream, Vertex, Direction) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeVertex(OutputStream, Vertex) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeVertex(OutputStream, Vertex, Direction) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream with its associated edges.
writeVertex(OutputStream, Vertex) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream without writing its edges.
writeVertex(OutputStream, Vertex, Direction) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
writeVertex(OutputStream, Vertex) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoWriter
 
writeVertices(OutputStream, Traversal<?, Vertex>, Direction) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
writeVertices(OutputStream, Traversal<?, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter
 
writeVertices(OutputStream, Traversal<?, Vertex>, Direction) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeVertices(OutputStream, Traversal<?, Vertex>) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter
 
writeVertices(OutputStream, Traversal<?, Vertex>, Direction) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write a list of vertices from a Traversal to a stream with its associated edges.
writeVertices(OutputStream, Traversal<?, Vertex>) - Method in interface com.tinkerpop.gremlin.structure.io.GraphWriter
Write a vertex to a stream without writing its edges.

X

x - Variable in class com.tinkerpop.gremlin.process.util.StepPosition
 
xmlSchemaLocation(String) - Method in class com.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 com.tinkerpop.gremlin.process.util.StepPosition
 
YamlConfiguration - Class in com.tinkerpop.gremlin.util.config
Apache Commons Configuration object for YAML.
YamlConfiguration() - Constructor for class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
YamlConfiguration(HierarchicalConfiguration) - Constructor for class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
YamlConfiguration(String) - Constructor for class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
YamlConfiguration(File) - Constructor for class com.tinkerpop.gremlin.util.config.YamlConfiguration
 
YamlConfiguration(URL) - Constructor for class com.tinkerpop.gremlin.util.config.YamlConfiguration
 

Z

z - Variable in class com.tinkerpop.gremlin.process.util.StepPosition
 

_

_ID - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
_IN_V - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
_LABEL - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
_OUT_V - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
_TYPE - Static variable in class com.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
 
A B C D E F G H I K L M N O P R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2013-2015 TinkerPop. All Rights Reserved.