| Package | Description |
|---|---|
| com.tinkerpop.pipes.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PipesPipeline<S,E>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<E> Pipeline<S,E> |
Pipeline.cast(Class<E> end)
Returns the current pipeline with a new end type.
|
| Modifier and Type | Method and Description |
|---|---|
static Pipe |
FluentUtility.getPreviousPipe(Pipeline pipeline)
Get the last pipe in the Pipeline
|
static List<Pipe> |
FluentUtility.getPreviousPipes(Pipeline pipeline,
int numberedStep) |
static List<Pipe> |
FluentUtility.removePreviousPipes(Pipeline pipeline,
int numberedStep)
A utility method to remove all the pipes back some number of steps and return them as a list.
|
static List<Pipe> |
FluentUtility.removePreviousPipes(Pipeline pipeline,
String namedStep)
A utility method to remove all the pipes back some partition step and return them as a list.
|
static void |
FluentUtility.setStarts(Pipeline pipeline,
Object starts) |
Copyright © 2010-2014. All Rights Reserved.