public class RiverPipeline extends Object implements Pipeline<Boolean,ContextPipelineElement>
Constructor and Description |
---|
RiverPipeline(RiverFlow riverFlow) |
Modifier and Type | Method and Description |
---|---|
Boolean |
call()
Call this thread.
|
RiverContext |
getRiverContext() |
boolean |
hasNext() |
boolean |
isInterrupted() |
ContextPipelineElement |
next() |
void |
remove()
Removing pipeline requests is not supported.
|
void |
setInterrupted(boolean interrupted) |
public RiverPipeline(RiverFlow riverFlow)
public void setInterrupted(boolean interrupted)
public boolean isInterrupted()
public Boolean call() throws Exception
public void remove()
remove
in interface Iterator<ContextPipelineElement>
public boolean hasNext()
hasNext
in interface Iterator<ContextPipelineElement>
public ContextPipelineElement next()
next
in interface Iterator<ContextPipelineElement>
public RiverContext getRiverContext()
elasticsearch-river-jdbc