| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.transform | |
| com.tinkerpop.pipes.util |
| Constructor and Description |
|---|
GroupCountFunctionPipe(Map<K,Number> countMap,
PipeFunction<S,K> keyFunction,
PipeFunction<Pair<S,Number>,Number> valueFunction) |
GroupCountFunctionPipe(PipeFunction<S,K> keyFunction,
PipeFunction<Pair<S,Number>,Number> valueFunction) |
| Constructor and Description |
|---|
OrderMapPipe(PipeFunction<Pair<Map.Entry<S,?>,Map.Entry<S,?>>,Integer> compareFunction) |
OrderPipe(PipeFunction<Pair<S,S>,Integer> compareFunction) |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,E> |
PipesPipeline.groupCount(Map<?,Number> map,
PipeFunction keyFunction,
PipeFunction<Pair<?,Number>,Number> valueFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.groupCount(Map<?,Number> map,
PipeFunction keyFunction,
PipeFunction<Pair<?,Number>,Number> valueFunction)
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.groupCount(PipeFunction keyFunction,
PipeFunction<Pair<?,Number>,Number> valueFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.groupCount(PipeFunction keyFunction,
PipeFunction<Pair<?,Number>,Number> valueFunction)
Deprecated.
Add a GroupCountPipe or GroupCountFunctionPipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.order(PipeFunction<Pair<E,E>,Integer> compareFunction)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.order(PipeFunction<Pair<E,E>,Integer> compareFunction)
Deprecated.
Add an OrderPipe to the end of the Pipeline.
|
PipesPipeline<S,?> |
PipesPipeline.orderMap(PipeFunction<Pair<Map.Entry,Map.Entry>,Integer> compareFunction)
Deprecated.
|
PipesFluentPipeline<S,?> |
PipesFluentPipeline.orderMap(PipeFunction<Pair<Map.Entry,Map.Entry>,Integer> compareFunction)
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.
|
Copyright © 2010-2014. All Rights Reserved.