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

A

AbstractMetaPipe<S,E> - Class in com.tinkerpop.pipes.util
 
AbstractMetaPipe() - Constructor for class com.tinkerpop.pipes.util.AbstractMetaPipe
 
AbstractPipe<S,E> - Class in com.tinkerpop.pipes
An AbstractPipe provides most of the functionality that is repeated in every instance of a Pipe.
AbstractPipe() - Constructor for class com.tinkerpop.pipes.AbstractPipe
 
add(S) - Method in class com.tinkerpop.pipes.util.ExpandablePipe
 
add(T) - Method in class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
add(T) - Method in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
add(Pipe<?, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
addHasContainer(QueryPipe.HasContainer) - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
addIntervalContainer(QueryPipe.IntervalContainer) - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
addIterator(Iterator<T>) - Method in class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
addPipe(Pipe) - Method in class com.tinkerpop.pipes.util.Pipeline
Adds a new pipe to the end of the pipeline and then reconstructs the pipeline chain.
addPipe(int, Pipe) - Method in class com.tinkerpop.pipes.util.Pipeline
 
addRow(List) - Method in class com.tinkerpop.pipes.util.structures.Table
 
addRow(Object...) - Method in class com.tinkerpop.pipes.util.structures.Table
 
addValue(V, Collection) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
aggregate() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
aggregate(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
aggregate(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an AggregatePipe to the end of the Pipeline.
aggregate() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
aggregate(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
aggregate(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
aggregate(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
AggregatePipe<S> - Class in com.tinkerpop.pipes.sideeffect
The AggregatePipe produces a side effect that is the provided Collection filled with the contents of all the objects that have passed through it.
AggregatePipe(Collection) - Constructor for class com.tinkerpop.pipes.sideeffect.AggregatePipe
 
AggregatePipe(Collection, PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.AggregatePipe
The provided PipeFunction will process the object prior to inserting it into the aggregate collection.
and(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an AndFilterPipe to the end the Pipeline.
and(Pipe<E, ?>...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
AndFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The AndFilterPipe takes a collection of pipes.
AndFilterPipe(Pipe<S, ?>...) - Constructor for class com.tinkerpop.pipes.filter.AndFilterPipe
 
apply(PipeFunction...) - Method in class com.tinkerpop.pipes.util.structures.Table
 
areEqual(Iterator, Iterator) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Checks if the contents of the two iterators are equal and of the same length.
ArrayQueue<T> - Class in com.tinkerpop.pipes.util.structures
A Queue implementation that does not remove items when "drained," but instead, simply makes use of a counter.
ArrayQueue() - Constructor for class com.tinkerpop.pipes.util.structures.ArrayQueue
 
as(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Wrap the previous step in an AsPipe.
as(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
asMap - Variable in class com.tinkerpop.pipes.util.PipesFunction
 
AsMap - Class in com.tinkerpop.pipes.util.structures
The current object at a named step in a PipesFluentPipeline can be accessed via AsMap.
AsMap(MetaPipe) - Constructor for class com.tinkerpop.pipes.util.structures.AsMap
 
AsPipe<S,E> - Class in com.tinkerpop.pipes.util
An AsPipe wraps a Pipe and provides it a name and 'peak back' access to the last emitted end.
AsPipe(String, Pipe<S, E>) - Constructor for class com.tinkerpop.pipes.util.AsPipe
 

B

back(int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a BackFilterPipe to the end of the Pipeline.
back(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a BackFilterPipe to the end of the Pipeline.
back(int) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
back(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
BackFilterPipe<S> - Class in com.tinkerpop.pipes.filter
BackFilterPipe will fully process the object through its internal pipe.
BackFilterPipe(Pipe<S, ?>) - Constructor for class com.tinkerpop.pipes.filter.BackFilterPipe
 
BothEdgesPipe - Class in com.tinkerpop.pipes.transform
BothEdgesPipe emits both the outgoing and incoming edges of a vertex.
BothEdgesPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.BothEdgesPipe
 
BothEdgesPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.BothEdgesPipe
 
BothPipe - Class in com.tinkerpop.pipes.transform
BothPipe will emit those vertices adjacent to the incoming and outgoing edges of the incoming vertex.
BothPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.BothPipe
 
BothPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.BothPipe
 
BothVerticesPipe - Class in com.tinkerpop.pipes.transform
BothVerticesPipe emits both vertices connected the the edge.
BothVerticesPipe() - Constructor for class com.tinkerpop.pipes.transform.BothVerticesPipe
 
branchFactor - Variable in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
branchFactor - Variable in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
byMap - Variable in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 

C

cap() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a SideEffectCapPipe to the end of the Pipeline.
cap() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
cast(Class<E>) - Method in class com.tinkerpop.pipes.util.Pipeline
Returns the current pipeline with a new end type.
cast(Class<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Returns the current pipeline with a new end type.
cast(Class<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
Returns the current pipeline with a new end type.
clear() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
clear() - Method in class com.tinkerpop.pipes.util.structures.Table
 
cloneTableStructure(Table) - Static method in class com.tinkerpop.pipes.util.structures.Table
Create a new table with the same column names as provided table
CollectionFilterPipe<S> - Class in com.tinkerpop.pipes.filter
A CollectionFilterPipe will take a collection of objects and a Filter.NOT_EQUAL or Filter.EQUAL argument.
CollectionFilterPipe(Collection<S>, Contains) - Constructor for class com.tinkerpop.pipes.filter.CollectionFilterPipe
 
CollectionFilterPipe(Contains, AsMap, String...) - Constructor for class com.tinkerpop.pipes.filter.CollectionFilterPipe
 
com.tinkerpop.pipes - package com.tinkerpop.pipes
 
com.tinkerpop.pipes.branch - package com.tinkerpop.pipes.branch
 
com.tinkerpop.pipes.filter - package com.tinkerpop.pipes.filter
 
com.tinkerpop.pipes.sideeffect - package com.tinkerpop.pipes.sideeffect
 
com.tinkerpop.pipes.transform - package com.tinkerpop.pipes.transform
 
com.tinkerpop.pipes.util - package com.tinkerpop.pipes.util
 
com.tinkerpop.pipes.util.iterators - package com.tinkerpop.pipes.util.iterators
 
com.tinkerpop.pipes.util.structures - package com.tinkerpop.pipes.util.structures
 
compute(A) - Method in interface com.tinkerpop.pipes.PipeFunction
A function that takes an argument of type A and returns a result of type B.
copySplit(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a CopySplitPipe to the end of the pipeline.
copySplit(Pipe...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
CopySplitPipe<S> - Class in com.tinkerpop.pipes.branch
CopySplitPipe takes a number of pipes during construction.
CopySplitPipe(List<Pipe>) - Constructor for class com.tinkerpop.pipes.branch.CopySplitPipe
 
CopySplitPipe(Pipe...) - Constructor for class com.tinkerpop.pipes.branch.CopySplitPipe
 
count - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
count() - Method in class com.tinkerpop.pipes.util.Pipeline
 
count() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Return the number of objects iterated through the pipeline.
counter(Iterator) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Count the number of objects in an iterator.
CountPipe<S> - Class in com.tinkerpop.pipes.sideeffect
The CountPipe produces a side effect that is the total number of objects that have passed through it.
CountPipe() - Constructor for class com.tinkerpop.pipes.sideeffect.CountPipe
 
createLoopsFunction(int) - Static method in class com.tinkerpop.pipes.branch.LoopPipe
 
createPipeFunction(Method) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Create a PipeFunction for a static method.
createPipeFunction(Class, String, Class...) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Create a PipeFunction for a static method.
createTree(T, Tree<T>) - Static method in class com.tinkerpop.pipes.util.structures.Tree
 
createTrueFunction() - Static method in class com.tinkerpop.pipes.branch.LoopPipe
 
currentEnd - Variable in class com.tinkerpop.pipes.AbstractPipe
 
currentIterator - Variable in class com.tinkerpop.pipes.transform.MemoizePipe
 
currentIterator - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
CyclicPathFilterPipe<S> - Class in com.tinkerpop.pipes.filter
CyclicPathFilterPipe will only emit an object if its transformation path has no repeats (loops) in it.
CyclicPathFilterPipe() - Constructor for class com.tinkerpop.pipes.filter.CyclicPathFilterPipe
 

D

dedup() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a DuplicateFilterPipe to the end of the Pipeline.
dedup(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a DuplicateFilterPipe to the end of the Pipeline.
dedup() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
dedup(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
direction - Variable in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
direction - Variable in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
direction - Variable in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
DuplicateFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The DuplicateFilterPipe will not allow a duplicate object to pass through it.
DuplicateFilterPipe() - Constructor for class com.tinkerpop.pipes.filter.DuplicateFilterPipe
 
DuplicateFilterPipe(PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.filter.DuplicateFilterPipe
 

E

EdgesVerticesPipe - Class in com.tinkerpop.pipes.transform
 
EdgesVerticesPipe(Direction) - Constructor for class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
element() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
elementClass - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
EmptyIterator - Enum in com.tinkerpop.pipes.util.iterators
 
emptyIterator() - Static method in class com.tinkerpop.pipes.util.PipeHelper
 
enablePath(boolean) - Method in class com.tinkerpop.pipes.AbstractPipe
 
enablePath(boolean) - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
 
enablePath(boolean) - Method in interface com.tinkerpop.pipes.Pipe
Calculating paths can be an expensive operation for some pipes.
enablePath(boolean) - Method in class com.tinkerpop.pipes.transform.OrderPipe
 
enablePath(boolean) - Method in class com.tinkerpop.pipes.util.AbstractMetaPipe
 
enablePath(boolean) - Method in class com.tinkerpop.pipes.util.Pipeline
 
enablePath() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Enable path calculations in the pipeline.
enablePath() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
endPipe - Variable in class com.tinkerpop.pipes.util.Pipeline
 
endValue - Variable in class com.tinkerpop.pipes.transform.QueryPipe.IntervalContainer
 
equals(Object) - Method in class com.tinkerpop.pipes.util.Pipeline
 
equals(Object) - Method in class com.tinkerpop.pipes.util.structures.Pair
 
except(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an ExceptFilterPipe to the end of the Pipeline.
except(String...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an ExceptFilterPipe to the end of the Pipeline.
except(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
except(String...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
ExceptFilterPipe<S> - Class in com.tinkerpop.pipes.filter
ExceptFilterPipe extends CollectionFilterPipe by assuming Compare.NOT_EQUAL and thus, "except/disjoint-union"-semantics.
ExceptFilterPipe(Collection<S>) - Constructor for class com.tinkerpop.pipes.filter.ExceptFilterPipe
 
ExceptFilterPipe(AsMap, String...) - Constructor for class com.tinkerpop.pipes.filter.ExceptFilterPipe
 
exhaustMerge() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an ExhaustMergePipe to the end of the pipeline.
exhaustMerge() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
ExhaustMergePipe<S> - Class in com.tinkerpop.pipes.branch
ExhaustiveMergePipe will drain its first internal pipe, then its second, so on until all internal pipes are drained.
ExhaustMergePipe(List<Pipe>) - Constructor for class com.tinkerpop.pipes.branch.ExhaustMergePipe
 
ExpandableIterator<T> - Class in com.tinkerpop.pipes.util.iterators
ExpandableIterator takes an iterator and will emit the objects of that iterator.
ExpandableIterator(Iterator<T>) - Constructor for class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
ExpandableIterator() - Constructor for class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
ExpandableMultiIterator<T> - Class in com.tinkerpop.pipes.util.iterators
 
ExpandableMultiIterator(Iterator<T>...) - Constructor for class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
ExpandableMultiIterator(List<Iterator<T>>) - Constructor for class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
ExpandableMultiIterator() - Constructor for class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
ExpandablePipe<S> - Class in com.tinkerpop.pipes.util
 
ExpandablePipe() - Constructor for class com.tinkerpop.pipes.util.ExpandablePipe
 
expando - Variable in class com.tinkerpop.pipes.transform.MemoizePipe
 

F

fairMerge() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a FairMergePipe to the end of the Pipeline.
fairMerge() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
FairMergePipe<S> - Class in com.tinkerpop.pipes.branch
FairMergePipe will, in a round robin fashion, emit the the objects of its internal pipes.
FairMergePipe(List<Pipe>) - Constructor for class com.tinkerpop.pipes.branch.FairMergePipe
 
FastNoSuchElementException - Exception in com.tinkerpop.pipes.util
Retrieve a singleton, fast NoSuchElementException without a stack trace.
FastNoSuchElementException() - Constructor for exception com.tinkerpop.pipes.util.FastNoSuchElementException
 
fill(Collection<E>) - Method in class com.tinkerpop.pipes.util.Pipeline
 
fill(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Fill the provided collection with the objects in the pipeline.
fillCollection(Iterator<T>, Collection<T>) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Drain an iterator into a collection.
fillCollection(Iterator<T>, Collection<T>, int) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Drain an iterator into a collection.
fillInStackTrace() - Method in exception com.tinkerpop.pipes.util.FastNoSuchElementException
 
filter(PipeFunction<E, Boolean>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an FilterFunctionPipe to the end of the Pipeline.
filter(PipeFunction<E, Boolean>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
FilterFunctionPipe<S> - Class in com.tinkerpop.pipes.filter
FilterFunctionPipe is a generic filter pipe.
FilterFunctionPipe(PipeFunction<S, Boolean>) - Constructor for class com.tinkerpop.pipes.filter.FilterFunctionPipe
 
FilterPipe<S> - Interface in com.tinkerpop.pipes.filter
A FilterPipe has no specified behavior save that it takes the same objects it emits.
FluentUtility - Class in com.tinkerpop.pipes.util
 
FluentUtility() - Constructor for class com.tinkerpop.pipes.util.FluentUtility
 
FunctionPipe<S,E> - Class in com.tinkerpop.pipes
FunctionPipe is a generic pipe where the pipe's computation is determined by the provided PipeFunction.
FunctionPipe(PipeFunction) - Constructor for class com.tinkerpop.pipes.FunctionPipe
 
FutureFilterPipe<S> - Class in com.tinkerpop.pipes.filter
FutureFilterPipe will allow an object to pass through it if the object has an output from the pipe provided in the constructor of the FutureFilterPipe.
FutureFilterPipe(Pipe<S, ?>) - Constructor for class com.tinkerpop.pipes.filter.FutureFilterPipe
 

G

gather() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
 
gather() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GatherPipe to the end of the Pipeline.
gather(PipeFunction<List, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GatherPipe to the end of the Pipeline.
gather() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
gather(PipeFunction<List, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
GatherFunctionPipe<S,E> - Class in com.tinkerpop.pipes.transform
GatherFunctionPipe emits all the objects up to this step as an ArrayList.
GatherFunctionPipe(PipeFunction<List<S>, E>) - Constructor for class com.tinkerpop.pipes.transform.GatherFunctionPipe
 
GatherPipe<S> - Class in com.tinkerpop.pipes.transform
GatherPipe emits all the objects up to this step as an ArrayList.
GatherPipe() - Constructor for class com.tinkerpop.pipes.transform.GatherPipe
 
get(int) - Method in class com.tinkerpop.pipes.util.Pipeline
 
get(String) - Method in class com.tinkerpop.pipes.util.structures.AsMap
 
get(int, int) - Method in class com.tinkerpop.pipes.util.structures.Table
 
get(int, String) - Method in class com.tinkerpop.pipes.util.structures.Table
 
getA() - Method in class com.tinkerpop.pipes.util.structures.Pair
 
getAsMap() - Method in class com.tinkerpop.pipes.util.PipesFunction
 
getAsPipe(MetaPipe, String) - Static method in class com.tinkerpop.pipes.util.FluentUtility
Get an AsPipe by name in the respective MetaPipe.
getAsPipes(MetaPipe) - Static method in class com.tinkerpop.pipes.util.FluentUtility
Get all the AsPipes in the provided MetaPipe.
getB() - Method in class com.tinkerpop.pipes.util.structures.Pair
 
getBranchFactor() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
getBranchFactor() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
getColumn(String) - Method in class com.tinkerpop.pipes.util.structures.Row
 
getColumn(int) - Method in class com.tinkerpop.pipes.util.structures.Row
 
getColumn(int) - Method in class com.tinkerpop.pipes.util.structures.Table
 
getColumn(String) - Method in class com.tinkerpop.pipes.util.structures.Table
 
getColumnCount() - Method in class com.tinkerpop.pipes.util.structures.Table
 
getColumnNames() - Method in class com.tinkerpop.pipes.util.structures.Row
 
getColumnNames() - Method in class com.tinkerpop.pipes.util.structures.Table
 
getCurrentEnd() - Method in class com.tinkerpop.pipes.util.AsPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.AbstractPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
getCurrentPath() - Method in interface com.tinkerpop.pipes.Pipe
Returns the transformation path to arrive at the current object of the pipe.
getCurrentPath() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.transform.GatherFunctionPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.transform.GatherPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.transform.OrderPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
getCurrentPath() - Method in class com.tinkerpop.pipes.util.Pipeline
 
getDirection() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
getDirection() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
getDirection() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
getEndValue() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
 
getHighRange() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
 
getKey() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
 
getKey() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
getKey(S) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
getLabels() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
getLabels() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
getLast() - Method in class com.tinkerpop.pipes.util.iterators.HistoryIterator
 
getLeafObjects() - Method in class com.tinkerpop.pipes.util.structures.Tree
 
getLeafTrees() - Method in class com.tinkerpop.pipes.util.structures.Tree
 
getLoops() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
getLoops() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
 
getLowRange() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
 
getName() - Method in class com.tinkerpop.pipes.util.AsPipe
 
getObject() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
 
getObjectsAtDepth(int) - Method in class com.tinkerpop.pipes.util.structures.Tree
 
getPath() - Method in class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
 
getPathToHere() - Method in class com.tinkerpop.pipes.AbstractPipe
 
getPathToHere() - Method in class com.tinkerpop.pipes.util.AsPipe
 
getPipes() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
 
getPipes() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
 
getPipes() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
 
getPipes() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
getPipes() - Method in class com.tinkerpop.pipes.filter.AndFilterPipe
 
getPipes() - Method in class com.tinkerpop.pipes.filter.BackFilterPipe
 
getPipes() - Method in class com.tinkerpop.pipes.filter.FutureFilterPipe
 
getPipes() - Method in class com.tinkerpop.pipes.filter.OrFilterPipe
 
getPipes() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
 
getPipes() - Method in class com.tinkerpop.pipes.transform.HasNextPipe
 
getPipes() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
 
getPipes() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
getPipes() - Method in class com.tinkerpop.pipes.util.AsPipe
 
getPipes() - Method in interface com.tinkerpop.pipes.util.MetaPipe
 
getPipes() - Method in class com.tinkerpop.pipes.util.Pipeline
 
getPredicate() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
getPreviousPipe(Pipeline) - Static method in class com.tinkerpop.pipes.util.FluentUtility
Get the last pipe in the Pipeline
getPreviousPipes(Pipeline, int) - Static method in class com.tinkerpop.pipes.util.FluentUtility
 
getResultElementClass() - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
getRow(int) - Method in class com.tinkerpop.pipes.util.structures.Table
 
getRowCount() - Method in class com.tinkerpop.pipes.util.structures.Table
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.CountPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
The side effect is the behavior of the internal pipe which is not a gettable data structure.
getSideEffect() - Method in interface com.tinkerpop.pipes.sideeffect.SideEffectPipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.StorePipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
 
getSideEffect() - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
 
getStarts() - Method in class com.tinkerpop.pipes.util.Pipeline
 
getStartValue() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
 
getTreesAtDepth(int) - Method in class com.tinkerpop.pipes.util.structures.Tree
 
getValue() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
getValue(S) - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
GraphQueryPipe<E extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
GraphQueryPipe makes use of the Graph.query() method in Blueprints which allows for intelligent element look ups from the underlying graph.
GraphQueryPipe(Class<E>) - Constructor for class com.tinkerpop.pipes.transform.GraphQueryPipe
 
groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupByPipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupByPipe to the end of the Pipeline.
groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupByReducePipe to the end of the Pipeline.
groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupByReducePipe to the end of the Pipeline.
groupBy(Map<?, List<?>>, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupBy(PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupBy(Map, PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupBy(PipeFunction, PipeFunction, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
GroupByPipe<S,K,V> - Class in com.tinkerpop.pipes.sideeffect
 
GroupByPipe(Map<K, Collection<V>>, PipeFunction<S, K>, PipeFunction<S, V>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
GroupByPipe(PipeFunction<S, K>, PipeFunction<S, V>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
GroupByReducePipe<S,K,V,V2> - Class in com.tinkerpop.pipes.sideeffect
 
GroupByReducePipe(PipeFunction<S, K>, PipeFunction<S, V>, PipeFunction<Collection<V>, V2>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
 
GroupByReducePipe(Map<K, V2>, PipeFunction<S, K>, PipeFunction<S, V>, PipeFunction<Collection<V>, V2>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
 
groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
groupCount(Map<?, Number>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe to the end of the Pipeline.
groupCount() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a GroupCountPipe to the end of the Pipeline.
groupCount(Map<?, Number>, PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupCount(PipeFunction, PipeFunction<Pair<?, Number>, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupCount(Map<?, Number>, PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupCount(PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupCount(Map<?, Number>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
groupCount() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
GroupCountFunctionPipe<S,K> - Class in com.tinkerpop.pipes.sideeffect
GroupCountFunctionPipe is analogous to GroupCountPipe save that it takes two optional functions.
GroupCountFunctionPipe(Map<K, Number>, PipeFunction<S, K>, PipeFunction<Pair<S, Number>, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
 
GroupCountFunctionPipe(PipeFunction<S, K>, PipeFunction<Pair<S, Number>, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
 
GroupCountPipe<S> - Class in com.tinkerpop.pipes.sideeffect
The GroupCountPipe will simply emit the incoming object, but generate a map side effect.
GroupCountPipe(Map<S, Number>) - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountPipe
 
GroupCountPipe() - Constructor for class com.tinkerpop.pipes.sideeffect.GroupCountPipe
 

H

hasContainers - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
HasCountPipe<S> - Class in com.tinkerpop.pipes.transform
 
HasCountPipe(long, long) - Constructor for class com.tinkerpop.pipes.transform.HasCountPipe
The pipe must emit at least min and not more than max elements.
hasNext() - Method in class com.tinkerpop.pipes.AbstractPipe
 
hasNext() - Method in enum com.tinkerpop.pipes.util.iterators.EmptyIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.HistoryIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.MultiIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.iterators.SingleIterator
 
hasNext() - Method in class com.tinkerpop.pipes.util.Pipeline
Determines if there is another object that can be emitted from the pipeline.
HasNextPipe<S> - Class in com.tinkerpop.pipes.transform
 
HasNextPipe(Pipe<S, ?>) - Constructor for class com.tinkerpop.pipes.transform.HasNextPipe
Initialize this pipe to apply its conditions to the given pipe.
highRange - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
HistoryIterator<T> - Class in com.tinkerpop.pipes.util.iterators
HistoryIterator wraps an iterator.
HistoryIterator(Iterator<T>) - Constructor for class com.tinkerpop.pipes.util.iterators.HistoryIterator
 

I

IdEdgePipe<S> - Class in com.tinkerpop.pipes.transform
 
IdEdgePipe(Graph) - Constructor for class com.tinkerpop.pipes.transform.IdEdgePipe
 
IdentityPipe<S> - Class in com.tinkerpop.pipes
The IdentityPipe is the most basic pipe.
IdentityPipe() - Constructor for class com.tinkerpop.pipes.IdentityPipe
 
IdFilterPipe - Class in com.tinkerpop.pipes.filter
 
IdFilterPipe(Predicate, Object) - Constructor for class com.tinkerpop.pipes.filter.IdFilterPipe
 
IdPipe - Class in com.tinkerpop.pipes.transform
IdPipe emits the id of the element.
IdPipe() - Constructor for class com.tinkerpop.pipes.transform.IdPipe
 
IdVertexPipe<S> - Class in com.tinkerpop.pipes.transform
 
IdVertexPipe(Graph) - Constructor for class com.tinkerpop.pipes.transform.IdVertexPipe
 
ifThenElse(PipeFunction<E, Boolean>, PipeFunction<E, ?>, PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an IfThenElsePipe to the end of the Pipeline.
ifThenElse(PipeFunction<E, Boolean>, PipeFunction<E, ?>, PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
IfThenElsePipe<S,E> - Class in com.tinkerpop.pipes.branch
IfThenElsePipe will run each incoming S through the provided ifFunction.
IfThenElsePipe(PipeFunction<S, Boolean>, PipeFunction<S, ?>, PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.branch.IfThenElsePipe
 
IndexElementsPipe<E extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
 
IndexElementsPipe(Index<E>, String, Object) - Constructor for class com.tinkerpop.pipes.transform.IndexElementsPipe
 
InEdgesPipe - Class in com.tinkerpop.pipes.transform
 
InEdgesPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.InEdgesPipe
 
InEdgesPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.InEdgesPipe
 
InPipe - Class in com.tinkerpop.pipes.transform
InPipe will emit vertices that are the head/target of the incoming edges to the current vertex.
InPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.InPipe
 
InPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.InPipe
 
instance() - Static method in exception com.tinkerpop.pipes.util.FastNoSuchElementException
Retrieve a singleton, fast NoSuchElementException without a stack trace.
intervalContainers - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 
IntervalFilterPipe<S extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.filter
IntervalFilterPipe will filter an element flowing through it according to whether a particular property value of the element is within provided range.
IntervalFilterPipe(String, Comparable, Comparable) - Constructor for class com.tinkerpop.pipes.filter.IntervalFilterPipe
 
InVertexPipe - Class in com.tinkerpop.pipes.transform
InVertexPipe emits the incoming/target/head vertex of an edge.
InVertexPipe() - Constructor for class com.tinkerpop.pipes.transform.InVertexPipe
 
isEmpty() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
isLeaf() - Method in class com.tinkerpop.pipes.util.structures.Tree
 
iterate(Iterator<T>) - Static method in class com.tinkerpop.pipes.util.PipeHelper
This will iterate all the objects out of the iterator.
iterate() - Method in class com.tinkerpop.pipes.util.Pipeline
 
iterate() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Completely drain the pipeline of its objects.
iterator() - Method in class com.tinkerpop.pipes.AbstractPipe
The iterator method of Iterable is not faithful to the Java semantics of iterator().
iterator() - Method in class com.tinkerpop.pipes.util.Pipeline
Simply returns this as as a pipeline (more specifically, pipe) implements Iterator.

K

key - Variable in class com.tinkerpop.pipes.transform.QueryPipe.HasContainer
 
key - Variable in class com.tinkerpop.pipes.transform.QueryPipe.IntervalContainer
 
keyFunction - Variable in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 

L

LabelFilterPipe - Class in com.tinkerpop.pipes.filter
The LabelFilterPipe either allows or disallows all Edges that have the provided label.
LabelFilterPipe(Predicate, Object) - Constructor for class com.tinkerpop.pipes.filter.LabelFilterPipe
 
LabelPipe - Class in com.tinkerpop.pipes.transform
LabelPipe emits the label of an edge.
LabelPipe() - Constructor for class com.tinkerpop.pipes.transform.LabelPipe
 
labels - Variable in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
labels - Variable in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
LinkPipe - Class in com.tinkerpop.pipes.sideeffect
LinkPipe supports the creation of an edge between the current vertex in the pipe and some other vertex.
LinkPipe(Direction, String, Vertex) - Constructor for class com.tinkerpop.pipes.sideeffect.LinkPipe
 
LinkPipe(Direction, String, AsPipe<?, Vertex>) - Constructor for class com.tinkerpop.pipes.sideeffect.LinkPipe
 
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a LoopPipe to the end of the Pipeline.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
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.pipes.util.PipesFluentPipeline
Deprecated.
Add a LoopPipe to the end of the Pipeline.
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a LoopPipe to the end of the Pipeline.
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
loop(int, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
loop(String, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>, PipeFunction<LoopPipe.LoopBundle<E>, Boolean>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
LoopPipe<S> - Class in com.tinkerpop.pipes.branch
LoopPipe takes one or two Boolean-based PipeFunctions.
LoopPipe(Pipe<S, S>, PipeFunction<LoopPipe.LoopBundle<S>, Boolean>, PipeFunction<LoopPipe.LoopBundle<S>, Boolean>) - Constructor for class com.tinkerpop.pipes.branch.LoopPipe
 
LoopPipe(Pipe<S, S>, PipeFunction<LoopPipe.LoopBundle<S>, Boolean>) - Constructor for class com.tinkerpop.pipes.branch.LoopPipe
 
LoopPipe.LoopBundle<T> - Class in com.tinkerpop.pipes.branch
 
LoopPipe.LoopBundle(T, List, int) - Constructor for class com.tinkerpop.pipes.branch.LoopPipe.LoopBundle
 
lowRange - Variable in class com.tinkerpop.pipes.transform.QueryPipe
 

M

makeList(Iterator<T>) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Drains the iterator into a list that is returned by the method.
makePipeString(Pipe, Object...) - Static method in class com.tinkerpop.pipes.util.PipeHelper
Generate a String representation of a pipe given the pipe and some arguments of the pipe.
map - Variable in class com.tinkerpop.pipes.transform.MemoizePipe
 
memoize(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a MemoizePipe to the end of the Pipeline.
memoize(int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a MemoizePipe to the end of the Pipeline.
memoize(String, Map) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a MemoizePipe to the end of the Pipeline.
memoize(int, Map) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a MemoizePipe to the end of the Pipeline.
memoize(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
memoize(int) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
memoize(String, Map) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
memoize(int, Map) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
MemoizePipe<S,E> - Class in com.tinkerpop.pipes.transform
 
MemoizePipe(Pipe<S, E>) - Constructor for class com.tinkerpop.pipes.transform.MemoizePipe
 
MemoizePipe(Pipe<S, E>, Map<S, List<E>>) - Constructor for class com.tinkerpop.pipes.transform.MemoizePipe
 
MetaPipe - Interface in com.tinkerpop.pipes.util
A MetaPipe is a pipe that "wraps" some collection of pipes.
MultiIterator<T> - Class in com.tinkerpop.pipes.util.iterators
MultiIterator takes multiple iterators in its constructor and makes them behave like a single iterator.
MultiIterator(Iterator<T>...) - Constructor for class com.tinkerpop.pipes.util.iterators.MultiIterator
 
MultiIterator(List<Iterator<T>>) - Constructor for class com.tinkerpop.pipes.util.iterators.MultiIterator
 

N

next() - Method in class com.tinkerpop.pipes.AbstractPipe
 
next() - Method in enum com.tinkerpop.pipes.util.iterators.EmptyIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.HistoryIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.MultiIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
next() - Method in class com.tinkerpop.pipes.util.iterators.SingleIterator
 
next() - Method in class com.tinkerpop.pipes.util.Pipeline
Get the next object emitted from the pipeline.
next(int) - Method in class com.tinkerpop.pipes.util.Pipeline
 
next(int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Return the next X objects in the pipeline as a list.
nextEnds - Variable in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
nextEnds - Variable in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
nextVertex - Variable in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
NO_PATH_MESSAGE - Static variable in interface com.tinkerpop.pipes.Pipe
 

O

ObjectFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The ObjectFilterPipe will either allow or disallow all objects that pass through it depending on the result of the compareObject() method.
ObjectFilterPipe(S, Predicate) - Constructor for class com.tinkerpop.pipes.filter.ObjectFilterPipe
 
offer(T) - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
optional(int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OptionalPipe to the end of the Pipeline.
optional(String) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OptionalPipe to the end of the Pipeline.
optional(int) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
optional(String) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
OptionalPipe<S> - Class in com.tinkerpop.pipes.sideeffect
OptionalPipe will compute the incoming object within the internal pipe.
OptionalPipe(Pipe<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.OptionalPipe
 
or(Pipe<E, ?>...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OrFilterPipe to the end the Pipeline.
or(Pipe<E, ?>...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
order() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OrderPipe to the end of the Pipeline.
order(TransformPipe.Order) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OrderPipe to the end of the Pipeline.
order(PipeFunction<Pair<E, E>, Integer>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an OrderPipe to the end of the Pipeline.
order() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
order(TransformPipe.Order) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
order(PipeFunction<Pair<E, E>, Integer>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
orderMap(TransformPipe.Order) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
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.pipes.util.PipesFluentPipeline
Deprecated.
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.pipes.util.PipesPipeline
Deprecated.
 
orderMap(PipeFunction<Pair<Map.Entry, Map.Entry>, Integer>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
OrderMapPipe<S> - Class in com.tinkerpop.pipes.transform
 
OrderMapPipe(PipeFunction<Pair<Map.Entry<S, ?>, Map.Entry<S, ?>>, Integer>) - Constructor for class com.tinkerpop.pipes.transform.OrderMapPipe
 
OrderMapPipe(TransformPipe.Order) - Constructor for class com.tinkerpop.pipes.transform.OrderMapPipe
 
OrderPipe<S> - Class in com.tinkerpop.pipes.transform
OrderPipe supports in-stream sorting of objects.
OrderPipe(PipeFunction<Pair<S, S>, Integer>) - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
 
OrderPipe() - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
 
OrderPipe(TransformPipe.Order) - Constructor for class com.tinkerpop.pipes.transform.OrderPipe
 
OrFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The OrFilterPipe takes a collection of pipes that are wrapped in HasNextPipes.
OrFilterPipe(Pipe<S, ?>...) - Constructor for class com.tinkerpop.pipes.filter.OrFilterPipe
 
OutEdgesPipe - Class in com.tinkerpop.pipes.transform
OutEdgesPipe emits the outgoing edges of a vertex.
OutEdgesPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.OutEdgesPipe
 
OutEdgesPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.OutEdgesPipe
 
OutPipe - Class in com.tinkerpop.pipes.transform
OutPipe will emit vertices that are the tail/source of the outgoing edges to the current vertex.
OutPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.OutPipe
 
OutPipe(int, String...) - Constructor for class com.tinkerpop.pipes.transform.OutPipe
 
OutVertexPipe - Class in com.tinkerpop.pipes.transform
OutVertexPipe emits the outgoing/source/tail vertex of an edge.
OutVertexPipe() - Constructor for class com.tinkerpop.pipes.transform.OutVertexPipe
 

P

Pair<A,B> - Class in com.tinkerpop.pipes.util.structures
A pair of objects.
Pair(A, B) - Constructor for class com.tinkerpop.pipes.util.structures.Pair
 
path(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a PathPipe or PathPipe to the end of the Pipeline.
path(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
pathEnabled - Variable in class com.tinkerpop.pipes.AbstractPipe
 
pathEnabled - Variable in class com.tinkerpop.pipes.util.Pipeline
 
PathPipe<S> - Class in com.tinkerpop.pipes.transform
PathPipe emits the path that the traverser has taken up to this object.
PathPipe(PipeFunction...) - Constructor for class com.tinkerpop.pipes.transform.PathPipe
 
peek() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
Pipe<S,E> - Interface in com.tinkerpop.pipes
The generic interface for any Pipe implementation.
pipe - Variable in class com.tinkerpop.pipes.transform.MemoizePipe
 
PipeFunction<A,B> - Interface in com.tinkerpop.pipes
A PipeFunction is a function that is passed into certain pipes in order to augment the computation of that pipe.
PipeHelper - Class in com.tinkerpop.pipes.util
PipeHelper provides a collection of static methods that are useful when dealing with Pipes.
Pipeline<S,E> - Class in com.tinkerpop.pipes.util
A Pipeline is a linear composite of Pipes.
Pipeline() - Constructor for class com.tinkerpop.pipes.util.Pipeline
 
Pipeline(List<Pipe>) - Constructor for class com.tinkerpop.pipes.util.Pipeline
Constructs a pipeline from the provided pipes.
Pipeline(Pipe...) - Constructor for class com.tinkerpop.pipes.util.Pipeline
Constructs a pipeline from the provided pipes.
pipes - Variable in class com.tinkerpop.pipes.util.Pipeline
 
PipesFluentPipeline<S,E> - Interface in com.tinkerpop.pipes.util
Deprecated.
PipesFunction<A,B> - Class in com.tinkerpop.pipes.util
PipesFunction is a PipeFunction with the extra capability of maintaining a reference to an AsMap.
PipesFunction() - Constructor for class com.tinkerpop.pipes.util.PipesFunction
 
PipesPipeline<S,E> - Class in com.tinkerpop.pipes.util
Deprecated.
PipesPipeline() - Constructor for class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
PipesPipeline(Object) - Constructor for class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
poll() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
predicate - Variable in class com.tinkerpop.pipes.transform.QueryPipe.HasContainer
 
prepareFunction(AsMap, PipeFunction) - Static method in class com.tinkerpop.pipes.util.FluentUtility
 
prepareFunctions(AsMap, PipeFunction...) - Static method in class com.tinkerpop.pipes.util.FluentUtility
 
processNextStart() - Method in class com.tinkerpop.pipes.AbstractPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.branch.IfThenElsePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.AndFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.BackFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.CollectionFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.CyclicPathFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.DuplicateFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.FilterFunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.FutureFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.IdFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.IntervalFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.LabelFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.ObjectFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.OrFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.RandomFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.FunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.IdentityPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.CountPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.SideEffectFunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.StorePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.GatherFunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.GatherPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.GraphQueryPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.HasCountPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.HasNextPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.IdEdgePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.IdPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.IdVertexPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.LabelPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.OrderMapPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.OrderPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.PathPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.PropertyMapPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.PropertyPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.ScatterPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.SelectPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.ToStringPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.TransformFunctionPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.util.AsPipe
 
processNextStart() - Method in class com.tinkerpop.pipes.util.ExpandablePipe
 
PropertyFilterPipe<S extends com.tinkerpop.blueprints.Element,T> - Class in com.tinkerpop.pipes.filter
The PropertyFilterPipe either allows or disallows all Elements that have the provided value for a particular key.
PropertyFilterPipe(String, Predicate, Object) - Constructor for class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
PropertyMapPipe<S extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
PropertyMapPipe emits the property map of an element.
PropertyMapPipe(String...) - Constructor for class com.tinkerpop.pipes.transform.PropertyMapPipe
 
PropertyPipe<S extends com.tinkerpop.blueprints.Element,E> - Class in com.tinkerpop.pipes.transform
The PropertyPipe returns the property value of the Element identified by the provided key.
PropertyPipe(String) - Constructor for class com.tinkerpop.pipes.transform.PropertyPipe
 
PropertyPipe(String, boolean) - Constructor for class com.tinkerpop.pipes.transform.PropertyPipe
 

Q

QueryPipe<S,E extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
QueryPipe consolidates the fields and methods required for both VertexQueryPipe and GraphQueryPipe.
QueryPipe() - Constructor for class com.tinkerpop.pipes.transform.QueryPipe
 
QueryPipe.HasContainer - Class in com.tinkerpop.pipes.transform
 
QueryPipe.HasContainer(String, Predicate, Object) - Constructor for class com.tinkerpop.pipes.transform.QueryPipe.HasContainer
 
QueryPipe.IntervalContainer - Class in com.tinkerpop.pipes.transform
 
QueryPipe.IntervalContainer(String, Comparable, Comparable) - Constructor for class com.tinkerpop.pipes.transform.QueryPipe.IntervalContainer
 
queue - Variable in class com.tinkerpop.pipes.util.ExpandablePipe
 

R

random(Double) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a RandomFilterPipe to the end of the Pipeline.
random(Double) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
RandomFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The RandomFilterPipe filters out objects that pass through it using a biased coin.
RandomFilterPipe(double) - Constructor for class com.tinkerpop.pipes.filter.RandomFilterPipe
 
range(int, int) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a RageFilterPipe to the end of the Pipeline.
range(int, int) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
RangeFilterPipe<S> - Class in com.tinkerpop.pipes.filter
The RangeFilterPipe will only allow a sequential subset of its incoming objects to be emitted to its output.
RangeFilterPipe(int, int) - Constructor for class com.tinkerpop.pipes.filter.RangeFilterPipe
 
refresh() - Method in class com.tinkerpop.pipes.util.structures.AsMap
 
remove() - Method in class com.tinkerpop.pipes.AbstractPipe
 
remove() - Method in enum com.tinkerpop.pipes.util.iterators.EmptyIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.ExpandableMultiIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.HistoryIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.MultiIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
remove() - Method in class com.tinkerpop.pipes.util.iterators.SingleIterator
 
remove() - Method in class com.tinkerpop.pipes.util.Pipeline
An unsupported operation that throws an UnsupportedOperationException.
remove(int) - Method in class com.tinkerpop.pipes.util.Pipeline
 
remove() - Method in class com.tinkerpop.pipes.util.structures.ArrayQueue
 
removePreviousPipes(Pipeline, int) - Static method in class com.tinkerpop.pipes.util.FluentUtility
A utility method to remove all the pipes back some number of steps and return them as a list.
removePreviousPipes(Pipeline, String) - Static method in class com.tinkerpop.pipes.util.FluentUtility
A utility method to remove all the pipes back some partition step and return them as a list.
reset() - Method in class com.tinkerpop.pipes.AbstractPipe
 
reset() - Method in class com.tinkerpop.pipes.branch.IfThenElsePipe
 
reset() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
reset() - Method in class com.tinkerpop.pipes.filter.DuplicateFilterPipe
 
reset() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
 
reset() - Method in interface com.tinkerpop.pipes.Pipe
A pipe may maintain state.
reset() - Method in class com.tinkerpop.pipes.sideeffect.AggregatePipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.CountPipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.GroupByReducePipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountFunctionPipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.GroupCountPipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.StorePipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
 
reset() - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
 
reset() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.GatherFunctionPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.GatherPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.HasCountPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
 
reset() - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.ScatterPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.SelectPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.ShufflePipe
 
reset() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.ToStringPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
reset() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
reset() - Method in class com.tinkerpop.pipes.util.AbstractMetaPipe
 
reset() - Method in class com.tinkerpop.pipes.util.ExpandablePipe
 
reset() - Method in class com.tinkerpop.pipes.util.Pipeline
 
retain(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a RetainFilterPipe to the end of the Pipeline.
retain(String...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a RetainFilterPipe to the end of the Pipeline.
retain(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
retain(String...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
RetainFilterPipe<S> - Class in com.tinkerpop.pipes.filter
RetainFilterPipe extends CollectionFilterPipe by assuming Compare.EQUAL and thus, "retain/intersect"-semantics.
RetainFilterPipe(Collection<S>) - Constructor for class com.tinkerpop.pipes.filter.RetainFilterPipe
 
RetainFilterPipe(AsMap, String...) - Constructor for class com.tinkerpop.pipes.filter.RetainFilterPipe
 
Row<T> - Class in com.tinkerpop.pipes.util.structures
A row with column names and table-style access patterns.
Row(List<T>, List<String>) - Constructor for class com.tinkerpop.pipes.util.structures.Row
 
Row(List<String>) - Constructor for class com.tinkerpop.pipes.util.structures.Row
 
Row() - Constructor for class com.tinkerpop.pipes.util.structures.Row
 

S

scatter() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a ScatterPipe to the end of the Pipeline.
scatter() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
ScatterPipe<S,E> - Class in com.tinkerpop.pipes.transform
ScatterPipe will unroll any iterator/iterable/map that is provided to it.
ScatterPipe() - Constructor for class com.tinkerpop.pipes.transform.ScatterPipe
 
select(Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a SelectPipe to the end of the Pipeline.
select(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a SelectPipe to the end of the Pipeline.
select() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a SelectPipe to the end of the Pipeline.
select(Collection<String>, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
select(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
select() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
SelectPipe<S> - Class in com.tinkerpop.pipes.transform
SelectPipe will emit a List of the objects that are at the respective 'as'-steps (i.e.
SelectPipe(Collection<String>, List<AsPipe>, PipeFunction...) - Constructor for class com.tinkerpop.pipes.transform.SelectPipe
 
setAsMap(AsMap) - Method in class com.tinkerpop.pipes.util.PipesFunction
 
setBranchFactor(int) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
 
setColumnNames(String...) - Method in class com.tinkerpop.pipes.util.structures.Table
 
setDirection(Direction) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
 
setHighRange(int) - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
setLabels(String...) - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
 
setLowRange(int) - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
setPipes(List<Pipe>) - Method in class com.tinkerpop.pipes.util.Pipeline
Useful for constructing the pipeline chain without making use of the constructor.
setResultingElementClass(Class<? extends Element>) - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.AbstractPipe
 
setStarts(Iterable<S>) - Method in class com.tinkerpop.pipes.AbstractPipe
 
setStarts(Pipe<?, S>) - Method in class com.tinkerpop.pipes.AbstractPipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.filter.CyclicPathFilterPipe
 
setStarts(Iterator<S>) - Method in interface com.tinkerpop.pipes.Pipe
Set an iterator of S objects to the head (start) of the pipe.
setStarts(Iterable<S>) - Method in interface com.tinkerpop.pipes.Pipe
Set an iterable of S objects to the head (start) of the pipe.
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.sideeffect.TreePipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.transform.PathPipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.util.AsPipe
 
setStarts(Pipeline, Object) - Static method in class com.tinkerpop.pipes.util.FluentUtility
 
setStarts(Iterator<S>) - Method in class com.tinkerpop.pipes.util.Pipeline
 
setStarts(Iterable<S>) - Method in class com.tinkerpop.pipes.util.Pipeline
 
shuffle() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a ShufflePipe to the end of the Pipeline.
shuffle() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
ShufflePipe<S> - Class in com.tinkerpop.pipes.transform
The ShufflePipe emits all the objects up to this step as an ArrayList then randomizes the order of the items in the list.
ShufflePipe() - Constructor for class com.tinkerpop.pipes.transform.ShufflePipe
 
sideEffect(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a SideEffectFunctionPipe to the end of the Pipeline.
sideEffect(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
SideEffectCapPipe<S,T> - Class in com.tinkerpop.pipes.transform
The SideEffectCapPipe will yield an E that is the side effect of the provided SideEffectPipe.
SideEffectCapPipe(SideEffectPipe<S, T>) - Constructor for class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
SideEffectFunctionPipe<S> - Class in com.tinkerpop.pipes.sideeffect
SideEffectFunctionPipe will emit the incoming object, but compute the PipeFunction on S.
SideEffectFunctionPipe(PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.SideEffectFunctionPipe
 
SideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
A SideEffectPipe will produce a side effect which can be retrieved by the getSideEffect() method.
SideEffectPipe.GreedySideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
Specifies that the SideEffect is ready after Pipe.iterate()
SideEffectPipe.LazySideEffectPipe<S,T> - Interface in com.tinkerpop.pipes.sideeffect
Specifies that the SideEffect is ready after each Pipe.next()
simplePath() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a CyclicPathFilterPipe to the end of the Pipeline.
simplePath() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
SingleExpandableIterator<T> - Class in com.tinkerpop.pipes.util.iterators
SingleExpandableIterator can have an object added to it.
SingleExpandableIterator(T) - Constructor for class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
SingleExpandableIterator() - Constructor for class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
SingleIterator<T> - Class in com.tinkerpop.pipes.util.iterators
SingleIterator is an iterator that only contains one object of type T.
SingleIterator(T) - Constructor for class com.tinkerpop.pipes.util.iterators.SingleIterator
 
size() - Method in class com.tinkerpop.pipes.util.Pipeline
Get the number of pipes in the pipeline.
sort() - Method in class com.tinkerpop.pipes.util.structures.Table
Sort the rows of the table according to a default comparator
sort(Comparator<Row>) - Method in class com.tinkerpop.pipes.util.structures.Table
Sort the rows of the table according to provided comparator
start(S) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a StartPipe to the end of the pipeline.
start(S) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
startPipe - Variable in class com.tinkerpop.pipes.util.Pipeline
 
StartPipe<S> - Class in com.tinkerpop.pipes.util
StartPipe is a handy way to create a pipe out of the provided object.
StartPipe(Object) - Constructor for class com.tinkerpop.pipes.util.StartPipe
 
starts - Variable in class com.tinkerpop.pipes.AbstractPipe
 
starts - Variable in class com.tinkerpop.pipes.util.Pipeline
 
startValue - Variable in class com.tinkerpop.pipes.transform.QueryPipe.IntervalContainer
 
step(PipeFunction) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a FunctionPipe to the end of the pipeline.
step(Pipe<E, T>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an arbitrary Pipe to the end of the pipeline.
step(PipeFunction) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
step(Pipe<E, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
store(Collection<E>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a StorePipe to the end of the Pipeline.
store(Collection, PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a StorePipe to the end of the Pipeline.
store() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an StorePipe to the end of the Pipeline.
store(PipeFunction<E, ?>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a StorePipe to the end of the Pipeline.
store(Collection<E>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
store(Collection, PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
store(PipeFunction<E, ?>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
store() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
StorePipe<S> - Class in com.tinkerpop.pipes.sideeffect
The StoragePipe yields its input, however, each input is added to the provided collection.
StorePipe(Collection) - Constructor for class com.tinkerpop.pipes.sideeffect.StorePipe
 
StorePipe(Collection, PipeFunction<S, ?>) - Constructor for class com.tinkerpop.pipes.sideeffect.StorePipe
The provided PipeFunction will process the object prior to inserting it into the storage collection.

T

t - Variable in class com.tinkerpop.pipes.util.iterators.SingleExpandableIterator
 
table(Table, Collection<String>, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TablePipe to the end of the Pipeline.
table(Table, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TablePipe to the end of the Pipeline.
table(PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TablePipe to the end of the Pipeline.
table(Table) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TablePipe to the end of the Pipeline.
table() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TablePipe to the end of the Pipeline.
table(Table, Collection<String>, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
table(Table, PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
table(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
table(Table) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
table() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
Table - Class in com.tinkerpop.pipes.util.structures
A Table is a collection of rows with various table-style access methods.
Table() - Constructor for class com.tinkerpop.pipes.util.structures.Table
 
Table(String...) - Constructor for class com.tinkerpop.pipes.util.structures.Table
 
TablePipe<S> - Class in com.tinkerpop.pipes.sideeffect
 
TablePipe(Table, Collection<String>, List<AsPipe>, PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TablePipe
 
toList() - Method in class com.tinkerpop.pipes.util.Pipeline
 
toList() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Return a list of all the objects in the pipeline.
toString() - Method in class com.tinkerpop.pipes.AbstractPipe
 
toString() - Method in class com.tinkerpop.pipes.branch.CopySplitPipe
 
toString() - Method in class com.tinkerpop.pipes.branch.ExhaustMergePipe
 
toString() - Method in class com.tinkerpop.pipes.branch.FairMergePipe
 
toString() - Method in class com.tinkerpop.pipes.branch.LoopPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.AndFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.BackFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.CollectionFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.FutureFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.IdFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.LabelFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.ObjectFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.OrFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.PropertyFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.RandomFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.filter.RangeFilterPipe
 
toString() - Method in class com.tinkerpop.pipes.sideeffect.LinkPipe
 
toString() - Method in class com.tinkerpop.pipes.sideeffect.OptionalPipe
 
toString() - Method in class com.tinkerpop.pipes.sideeffect.TablePipe
 
toString() - Method in class com.tinkerpop.pipes.transform.BothEdgesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.BothPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.BothVerticesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.EdgesVerticesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.GraphQueryPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.HasNextPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.InEdgesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.InPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.InVertexPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.MemoizePipe
 
toString() - Method in class com.tinkerpop.pipes.transform.OutEdgesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.OutPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.OutVertexPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.PropertyPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.QueryPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.SelectPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.SideEffectCapPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.VertexQueryPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
toString() - Method in class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
toString() - Method in class com.tinkerpop.pipes.util.AsPipe
 
toString() - Method in class com.tinkerpop.pipes.util.Pipeline
 
toString() - Method in class com.tinkerpop.pipes.util.structures.Row
 
ToStringPipe<S> - Class in com.tinkerpop.pipes.transform
ToStringPipe turns an stream of objects into their Object.toString() representation.
ToStringPipe() - Constructor for class com.tinkerpop.pipes.transform.ToStringPipe
 
transform(PipeFunction<E, T>) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add a TransformFunctionPipe to the end of the Pipeline.
transform(PipeFunction<E, T>) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
TransformFunctionPipe<S,E> - Class in com.tinkerpop.pipes.transform
TransformFunctionPipe computes a transformation on the S object, where the PipeFunction determines the E.
TransformFunctionPipe(PipeFunction<S, E>) - Constructor for class com.tinkerpop.pipes.transform.TransformFunctionPipe
 
TransformPipe<S,E> - Interface in com.tinkerpop.pipes.transform
A TransformPipe will take an object of one type and transform it to an object of another type.
TransformPipe.Order - Enum in com.tinkerpop.pipes.transform
 
tree(Tree, PipeFunction...) - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
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.pipes.util.PipesFluentPipeline
Deprecated.
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.pipes.util.PipesPipeline
Deprecated.
 
tree(PipeFunction...) - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
Tree<T> - Class in com.tinkerpop.pipes.util.structures
A Tree can be seen as an embedded Map object with various tree-like access methods.
Tree() - Constructor for class com.tinkerpop.pipes.util.structures.Tree
 
Tree(T...) - Constructor for class com.tinkerpop.pipes.util.structures.Tree
 
Tree(Map.Entry<T, Tree<T>>...) - Constructor for class com.tinkerpop.pipes.util.structures.Tree
 
TreePipe<S> - Class in com.tinkerpop.pipes.sideeffect
 
TreePipe(PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TreePipe
 
TreePipe(Tree, PipeFunction...) - Constructor for class com.tinkerpop.pipes.sideeffect.TreePipe
 

U

unique() - Method in class com.tinkerpop.pipes.util.structures.Table
Filter out duplicates according to a default comparator
unique(Comparator<Row>) - Method in class com.tinkerpop.pipes.util.structures.Table
Filter out duplicates according to the provided comparator

V

value - Variable in class com.tinkerpop.pipes.transform.QueryPipe.HasContainer
 
valueFunction - Variable in class com.tinkerpop.pipes.sideeffect.GroupByPipe
 
valueOf(String) - Static method in enum com.tinkerpop.pipes.transform.TransformPipe.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.pipes.util.iterators.EmptyIterator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tinkerpop.pipes.transform.TransformPipe.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.pipes.util.iterators.EmptyIterator
Returns an array containing the constants of this enum type, in the order they are declared.
VertexQueryPipe<E extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.pipes.transform
VertexQueryPipe makes use of the Vertex.query() method in Blueprints which allows for intelligent edge look ups from the underlying graph.
VertexQueryPipe(Class<E>, Direction, List<QueryPipe.HasContainer>, List<QueryPipe.IntervalContainer>, int, int, int, String...) - Constructor for class com.tinkerpop.pipes.transform.VertexQueryPipe
Construct a new VertexQuery pipe that wraps an underlying Blueprints VertexQuery object.
VerticesEdgesPipe - Class in com.tinkerpop.pipes.transform
 
VerticesEdgesPipe(Direction, String...) - Constructor for class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
VerticesEdgesPipe(Direction, int, String...) - Constructor for class com.tinkerpop.pipes.transform.VerticesEdgesPipe
 
VerticesVerticesPipe - Class in com.tinkerpop.pipes.transform
 
VerticesVerticesPipe(Direction, String...) - Constructor for class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 
VerticesVerticesPipe(Direction, int, String...) - Constructor for class com.tinkerpop.pipes.transform.VerticesVerticesPipe
 

_

_() - Method in interface com.tinkerpop.pipes.util.PipesFluentPipeline
Deprecated.
Add an IdentityPipe to the end of the Pipeline.
_() - Method in class com.tinkerpop.pipes.util.PipesPipeline
Deprecated.
 
A B C D E F G H I K L M N O P Q R S T U V _ 

Copyright © 2010-2014. All Rights Reserved.