- 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
-
- addStart(Traverser<S>) - Method in interface com.tinkerpop.gremlin.process.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
-
- 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
-
- applyStrategies(Traversal.Admin<?, ?>, TraversalEngine) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
-
- 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
-
- 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
-
- compliant(BiPredicate<Byte, Byte>) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoMapper.BuilderV1d0
-
- 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
-
- 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
-
- E(Object...) - Method in interface com.tinkerpop.gremlin.structure.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
-
- 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
-
- edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
- edgeIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
-
- 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
-
- 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
-
- 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
-
- 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
-
- exists(String) - Method in class com.tinkerpop.gremlin.process.util.DefaultTraversalSideEffects
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getStrategyGraph() - Method in class com.tinkerpop.gremlin.structure.strategy.StrategyContext
-
- 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
-
- 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
-
- getTraverserGenerator(Traversal.Admin<?, ?>) - Method in interface com.tinkerpop.gremlin.process.TraversalStrategies
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- Graph.Features.VariableFeatures - Interface in com.tinkerpop.gremlin.structure
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- iterators() - Method in interface com.tinkerpop.gremlin.structure.Element
-
Gets the iterators for the Element.
- iterators() - Method in interface com.tinkerpop.gremlin.structure.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setSideEffects(TraversalSideEffects) - Method in interface com.tinkerpop.gremlin.process.Traverser.Admin
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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(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
-
- 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
-
- 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
-
- 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
-
- 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
-
- supportsVariables() - Method in interface com.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
-
- 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
-
- V(Object...) - Method in interface com.tinkerpop.gremlin.structure.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
-
- 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
-
- 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
-
- vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
- vertexIdKey(String) - Method in class com.tinkerpop.gremlin.structure.io.kryo.KryoReader.Builder
-
- 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
-