A B C D E F G H I L M N O P R S T V _ 

A

add(Pipe<?, T>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an arbitrary pipe to the GremlinPipeline
aggregate() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an AggregatePipe to the end of the Pipeline.
aggregate(PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an AggregatePipe to the end of the Pipeline.
and(Pipe<E, ?>...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an AndFilterPipe to the end the Pipeline.
and(Pipe<E, ?>...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an AndFilterPipe to the end the Pipeline.
as(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Wrap the previous step in an AsPipe.
as(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Wrap the previous step in an AsPipe.
asMap - Variable in class com.tinkerpop.gremlin.java.GremlinPipeline
 

B

back(int) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
back(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BackFilterPipe to the end of the Pipeline.
back(int) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.
back(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BackFilterPipe to the end of the Pipeline.
both(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BothPipe to the end of the Pipeline.
both(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BothPipe to the end of the Pipeline.
both(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BothPipe to the end of the Pipeline.
both(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BothPipe to the end of the Pipeline.
bothE(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BothEdgesPipe to the end of the Pipeline.
bothE(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BothEdgesPipe to the end of the Pipeline.
bothE(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BothEdgesPipe to the end of the Pipeline.
bothE(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BothEdgesPipe to the end of the Pipeline.
bothV() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a BothVerticesPipe to the end of the Pipeline.
bothV() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a BothVerticesPipe to the end of the Pipeline.

C

cap() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a SideEffectCapPipe to the end of the Pipeline.
cap() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a SideEffectCapPipe to the end of the Pipeline.
cast(Class<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Returns the current pipeline with a new end type.
cast(Class<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Returns the current pipeline with a new end type.
com.tinkerpop.gremlin - package com.tinkerpop.gremlin
 
com.tinkerpop.gremlin.java - package com.tinkerpop.gremlin.java
 
copySplit(Pipe<E, ?>...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a CopySplitPipe to the end of the pipeline.
copySplit(Pipe<E, ?>...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a CopySplitPipe to the end of the pipeline.
count() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Return the number of objects iterated through the pipeline.
count() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Return the number of objects iterated through the pipeline.

D

dedup() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a DuplicateFilterPipe to the end of the Pipeline.
dedup(PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a DuplicateFilterPipe to the end of the Pipeline.
dedup() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a DuplicateFilterPipe to the end of the Pipeline.
dedup(PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a DuplicateFilterPipe to the end of the Pipeline.

E

E() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GraphQueryPipe to the end of the Pipeline.
E(String, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GraphQueryPipe to the end of the Pipeline.
enablePath() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Enable path calculations in the pipeline.
enablePath() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Enable path calculations within the Pipeline.
except(Collection<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an ExceptFilterPipe to the end of the Pipeline.
except(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an ExceptFilterPipe to the end of the Pipeline.
except(Collection<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an ExceptFilterPipe to the end of the Pipeline.
except(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an ExceptFilterPipe to the end of the Pipeline.
exhaustMerge() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an ExhaustMergePipe to the end of the pipeline.
exhaustMerge() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an ExhaustMergePipe to the end of the pipeline.

F

fairMerge() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a FairMergePipe to the end of the Pipeline.
fairMerge() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a FairMergePipe to the end of the Pipeline.
fill(Collection<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Fill the provided collection with the objects in the pipeline.
fill(Collection<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Fill the provided collection with the objects in the pipeline.
filter(PipeFunction<E, Boolean>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an FilterFunctionPipe to the end of the Pipeline.
filter(PipeFunction<E, Boolean>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an FilterFunctionPipe to the end of the Pipeline.

G

gather() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GatherPipe to the end of the Pipeline.
gather(PipeFunction<List, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GatherPipe to the end of the Pipeline.
gather() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GatherPipe to the end of the Pipeline.
gather(PipeFunction<List, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GatherPipe to the end of the Pipeline.
getCurrentPath() - Method in class com.tinkerpop.gremlin.java.GremlinStartPipe
 
getImports() - Static method in class com.tinkerpop.gremlin.Imports
 
GremlinFluentPipeline<S,E> - Interface in com.tinkerpop.gremlin.java
 
GremlinFluentUtility - Class in com.tinkerpop.gremlin.java
 
GremlinFluentUtility() - Constructor for class com.tinkerpop.gremlin.java.GremlinFluentUtility
 
GremlinPipeline<S,E> - Class in com.tinkerpop.gremlin.java
 
GremlinPipeline() - Constructor for class com.tinkerpop.gremlin.java.GremlinPipeline
 
GremlinPipeline(Object, boolean) - Constructor for class com.tinkerpop.gremlin.java.GremlinPipeline
 
GremlinPipeline(Object) - Constructor for class com.tinkerpop.gremlin.java.GremlinPipeline
 
GremlinStartPipe - Class in com.tinkerpop.gremlin.java
 
GremlinStartPipe(Object) - Constructor for class com.tinkerpop.gremlin.java.GremlinStartPipe
 
groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupByPipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupByPipe to the end of the Pipeline.
groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupByReducePipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupByReducePipe to the end of the Pipeline.
groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupByPipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupByPipe to the end of the Pipeline.
groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupByReducePipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupByReducePipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe to the end of the Pipeline.
groupCount() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a GroupCountPipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe to the end of the Pipeline.
groupCount() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GroupCountPipe to the end of the Pipeline.

H

has(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Check if the element has a property with provided key.
has(String, Object) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
has(String, Tokens.T, Object) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
has(String, Predicate, Object) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
has(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Check if the element has a property with provided key.
has(String, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
has(String, Tokens.T, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
has(String, Predicate, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
hasNot(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Check if the element does not have a property with provided key.
hasNot(String, Object) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.
hasNot(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Check if the element does not have a property with provided key.
hasNot(String, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdFilterPipe, LabelFilterPipe, or PropertyFilterPipe to the end of the Pipeline.

I

id() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdPipe to the end of the Pipeline.
id() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdPipe to the end of the Pipeline.
ID - Static variable in class com.tinkerpop.gremlin.Tokens
 
idEdge(Graph) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdEdgePipe to the end of the Pipeline.
idEdge(Graph) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdEdgePipe to the end of the Pipeline.
idVertex(Graph) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdVertexPipe to the end of the Pipeline.
idVertex(Graph) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdVertexPipe to the end of the Pipeline.
ifThenElse(PipeFunction<E, Boolean>, PipeFunction<E, ?>, PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IfThenElsePipe to the end of the Pipeline.
ifThenElse(PipeFunction<E, Boolean>, PipeFunction<E, ?>, PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IfThenElsePipe to the end of the Pipeline.
Imports - Class in com.tinkerpop.gremlin
 
Imports() - Constructor for class com.tinkerpop.gremlin.Imports
 
in(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a InPipe to the end of the Pipeline.
in(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a InPipe to the end of the Pipeline.
in(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a InPipe to the end of the Pipeline.
in(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a InPipe to the end of the Pipeline.
inE(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an InEdgesPipe to the end of the Pipeline.
inE(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a InPipe to the end of the Pipeline.
inE(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an InEdgesPipe to the end of the Pipeline.
inE(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an InEdgesPipe to the end of the Pipeline.
interval(String, Comparable, Comparable) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IntervalFilterPipe to the end of the Pipeline.
interval(String, Comparable, Comparable) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IntervalFilterPipe to the end of the Pipeline.
inV() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an InVertexPipe to the end of the Pipeline.
inV() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an InVertexPipe to the end of the Pipeline.
iterate() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Completely drain the pipeline of its objects.
iterate() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Completely drain the pipeline of its objects.

L

label() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an LabelPipe to the end of the Pipeline.
label() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an LabelPipe to the end of the Pipeline.
LABEL - Static variable in class com.tinkerpop.gremlin.Tokens
 
linkBoth(String, String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkBoth(String, Vertex) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkBoth(String, String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
linkBoth(String, Vertex) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
linkIn(String, String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkIn(String, Vertex) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkIn(String, String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
linkIn(String, Vertex) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
linkOut(String, String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkOut(String, Vertex) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LinkPipe to the end of the Pipeline.
linkOut(String, String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
linkOut(String, Vertex) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LinkPipe to the end of the Pipeline.
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LoopPipe to the end of the Pipeline.
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a LoopPipe to the end of the Pipeline.
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LoopPipe to the end of the Pipeline.
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a LoopPipe to the end of the Pipeline.

M

main(String[]) - Static method in class com.tinkerpop.gremlin.Version
 
map(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a PropertyMapPipe to the end of the Pipeline.
map(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a PropertyMapPipe to the end of the Pipeline.
mapOrder(Tokens.T) - Static method in class com.tinkerpop.gremlin.Tokens
 
mapPredicate(Tokens.T) - Static method in class com.tinkerpop.gremlin.Tokens
 
memoize(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a MemoizePipe to the end of the Pipeline.
memoize(int) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
memoize(String, Map) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a MemoizePipe to the end of the Pipeline.
memoize(int, Map) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
memoize(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a MemoizePipe to the end of the Pipeline.
memoize(int) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.
memoize(String, Map) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a MemoizePipe to the end of the Pipeline.
memoize(int, Map) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.

N

next(int) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Return the next X objects in the pipeline as a list.
next(int) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Return the next X objects in the pipeline as a list.

O

optimize(boolean) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
When possible, Gremlin takes advantage of certain sequences of pipes in order to make a more concise, and generally more efficient expression.
optimizePipelineForQuery(GremlinPipeline, Pipe) - Static method in class com.tinkerpop.gremlin.java.GremlinFluentUtility
 
optimizePipelineForVertexQuery(GremlinPipeline, Pipe) - Static method in class com.tinkerpop.gremlin.java.GremlinFluentUtility
 
optional(int) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Deprecated.
optional(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OptionalPipe to the end of the Pipeline.
optional(int) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Deprecated.
optional(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OptionalPipe to the end of the Pipeline.
or(Pipe<E, ?>...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OrFilterPipe to the end the Pipeline.
or(Pipe<E, ?>...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OrFilterPipe to the end the Pipeline.
order() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OrderPipe to the end of the Pipeline.
order(TransformPipe.Order) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OrderPipe to the end of the Pipeline.
order(PipeFunction<Pair<E, E>, Integer>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OrderPipe to the end of the Pipeline.
order() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OrderPipe to the end of the Pipeline.
order(TransformPipe.Order) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OrderPipe to the end of the Pipeline.
order(Tokens.T) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OrderPipe to the end of the Pipeline.
order(PipeFunction<Pair<E, E>, Integer>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OrderPipe to the end of the Pipeline.
orderMap(TransformPipe.Order) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a OrderMapPipe to the end of the Pipeline Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
orderMap(PipeFunction<Pair<Map.Entry, Map.Entry>, Integer>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a OrderMapPipe to the end of the Pipeline Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
orderMap(TransformPipe.Order) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a OrderMapPipe to the end of the Pipeline Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
orderMap(Tokens.T) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a OrderMapPipe to the end of the Pipeline Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
orderMap(PipeFunction<Pair<Map.Entry, Map.Entry>, Integer>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a OrderMapPipe to the end of the Pipeline Given a Map as an input, the map is first ordered and then the keys are emitted in the order.
out(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OutPipe to the end of the Pipeline.
out(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OutPipe to the end of the Pipeline.
out(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OutPipe to the end of the Pipeline.
out(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OutPipe to the end of the Pipeline.
outE(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OutEdgesPipe to the end of the Pipeline.
outE(int, String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OutEdgesPipe to the end of the Pipeline.
outE(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OutEdgesPipe to the end of the Pipeline.
outE(int, String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OutEdgesPipe to the end of the Pipeline.
outV() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an OutVertexPipe to the end of the Pipeline.
outV() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an OutVertexPipe to the end of the Pipeline.

P

path(PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a PathPipe or PathPipe to the end of the Pipeline.
path(PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a PathPipe to the end of the Pipeline.
property(String) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a PropertyPipe to the end of the Pipeline.
property(String) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a PropertyPipe to the end of the Pipeline.

R

random(Double) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a RandomFilterPipe to the end of the Pipeline.
random(Double) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a RandomFilterPipe to the end of the Pipeline.
range(int, int) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a RageFilterPipe to the end of the Pipeline.
range(int, int) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a RageFilterPipe to the end of the Pipeline.
remove() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Remove every element at the end of this Pipeline.
retain(Collection<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a RetainFilterPipe to the end of the Pipeline.
retain(String...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a RetainFilterPipe to the end of the Pipeline.
retain(Collection<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a RetainFilterPipe to the end of the Pipeline.
retain(String...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a RetainFilterPipe to the end of the Pipeline.

S

scatter() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a ScatterPipe to the end of the Pipeline.
scatter() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a ScatterPipe to the end of the Pipeline.
select(Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a SelectPipe to the end of the Pipeline.
select(PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a SelectPipe to the end of the Pipeline.
select() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a SelectPipe to the end of the Pipeline.
select(Collection<String>, PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a SelectPipe to the end of the Pipeline.
select(PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a SelectPipe to the end of the Pipeline.
select() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a SelectPipe to the end of the Pipeline.
shuffle() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a ShufflePipe to the end of the Pipeline.
shuffle() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a ShufflePipe to the end of the Pipeline.
sideEffect(PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a SideEffectFunctionPipe to the end of the Pipeline.
sideEffect(PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a SideEffectFunctionPipe to the end of the Pipeline.
simplePath() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a CyclicPathFilterPipe to the end of the Pipeline.
simplePath() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a CyclicPathFilterPipe to the end of the Pipeline.
start(S) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a StartPipe to the end of the pipeline.
start(S) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a StartPipe to the end of the pipeline.
step(PipeFunction) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a FunctionPipe to the end of the pipeline.
step(Pipe<E, T>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an arbitrary Pipe to the end of the pipeline.
step(PipeFunction) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a FunctionPipe to the end of the pipeline.
step(Pipe<E, T>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an arbitrary Pipe to the end of the pipeline.
store(Collection<E>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a StorePipe to the end of the Pipeline.
store(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a StorePipe to the end of the Pipeline.
store() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an StorePipe to the end of the Pipeline.
store(PipeFunction<E, ?>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a StorePipe to the end of the Pipeline.
store(Collection<E>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a StorePipe to the end of the Pipeline.
store(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a StorePipe to the end of the Pipeline.
store() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an StorePipe to the end of the Pipeline.
store(PipeFunction<E, ?>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a StorePipe to the end of the Pipeline.

T

table(Table, Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TablePipe to the end of the Pipeline.
table(Table, PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TablePipe to the end of the Pipeline.
table(PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TablePipe to the end of the Pipeline.
table(Table) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TablePipe to the end of the Pipeline.
table() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TablePipe to the end of the Pipeline.
table(Table, Collection<String>, PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TablePipe to the end of the Pipeline.
table(Table, PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TablePipe to the end of the Pipeline.
table(PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TablePipe to the end of the Pipeline.
table(Table) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TablePipe to the end of the Pipeline.
table() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TablePipe to the end of the Pipeline.
Tokens - Class in com.tinkerpop.gremlin
 
Tokens() - Constructor for class com.tinkerpop.gremlin.Tokens
 
Tokens.T - Enum in com.tinkerpop.gremlin
 
toList() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Return a list of all the objects in the pipeline.
toList() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Return a list of all the objects in the pipeline.
transform(PipeFunction<E, T>) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TransformFunctionPipe to the end of the Pipeline.
transform(PipeFunction<E, T>) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TransformFunctionPipe to the end of the Pipeline.
tree(Tree, PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TreePipe to the end of the Pipeline This step maintains an internal tree representation of the paths that have flowed through the step.
tree(PipeFunction...) - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add a TreePipe to the end of the Pipeline This step maintains an internal tree representation of the paths that have flowed through the step.
tree(Tree, PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TreePipe to the end of the Pipeline This step maintains an internal tree representation of the paths that have flowed through the step.
tree(PipeFunction...) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a TreePipe to the end of the Pipeline This step maintains an internal tree representation of the paths that have flowed through the step.

V

V() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GraphQueryPipe to the end of the Pipeline.
V(String, Object) - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add a GraphQueryPipe to the end of the Pipeline.
valueOf(String) - Static method in enum com.tinkerpop.gremlin.Tokens.T
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tinkerpop.gremlin.Tokens.T
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.tinkerpop.gremlin.Tokens
 
Version - Class in com.tinkerpop.gremlin
 
Version() - Constructor for class com.tinkerpop.gremlin.Version
 

_

_() - Method in interface com.tinkerpop.gremlin.java.GremlinFluentPipeline
Add an IdentityPipe to the end of the Pipeline.
_() - Method in class com.tinkerpop.gremlin.java.GremlinPipeline
Add an IdentityPipe to the end of the Pipeline.
A B C D E F G H I L M N O P R S T V _ 

Copyright © 2009-2014. All Rights Reserved.