| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.transform |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SideEffectPipe.GreedySideEffectPipe<S,T>
Specifies that the SideEffect is ready after Pipe.iterate()
|
static interface |
SideEffectPipe.LazySideEffectPipe<S,T>
Specifies that the SideEffect is ready after each Pipe.next()
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatePipe<S>
The AggregatePipe produces a side effect that is the provided Collection filled with the contents of all the objects that have passed through it.
|
class |
CountPipe<S>
The CountPipe produces a side effect that is the total number of objects that have passed through it.
|
class |
GroupByPipe<S,K,V> |
class |
GroupByReducePipe<S,K,V,V2> |
class |
GroupCountFunctionPipe<S,K>
GroupCountFunctionPipe is analogous to GroupCountPipe save that it takes two optional functions.
|
class |
GroupCountPipe<S>
The GroupCountPipe will simply emit the incoming object, but generate a map side effect.
|
class |
LinkPipe
LinkPipe supports the creation of an edge between the current vertex in the pipe and some other vertex.
|
class |
OptionalPipe<S>
OptionalPipe will compute the incoming object within the internal pipe.
|
class |
StorePipe<S>
The StoragePipe yields its input, however, each input is added to the provided collection.
|
class |
TablePipe<S> |
class |
TreePipe<S> |
| Constructor and Description |
|---|
SideEffectCapPipe(SideEffectPipe<S,T> pipeToCap) |
Copyright © 2010-2014. All Rights Reserved.