| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect |
| 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 |
TablePipe<S> |
class |
TreePipe<S> |
Copyright © 2010-2014. All Rights Reserved.