| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform | |
| com.tinkerpop.pipes.util |
| Modifier and Type | Method and Description |
|---|---|
static TransformPipe.Order |
TransformPipe.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformPipe.Order[] |
TransformPipe.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OrderMapPipe(TransformPipe.Order order) |
OrderPipe(TransformPipe.Order order) |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,E> |
PipesPipeline.order(TransformPipe.Order order)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.order(TransformPipe.Order order)
Deprecated.
Add an OrderPipe to the end of the Pipeline.
|
PipesPipeline<S,?> |
PipesPipeline.orderMap(TransformPipe.Order order)
Deprecated.
|
PipesFluentPipeline<S,?> |
PipesFluentPipeline.orderMap(TransformPipe.Order order)
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.