| Package | Description |
|---|---|
| org.xbib.elasticsearch.plugin.jdbc | |
| org.xbib.elasticsearch.plugin.jdbc.pipeline | |
| org.xbib.elasticsearch.plugin.jdbc.pipeline.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
RiverThread<T,R extends PipelineRequest,P extends Pipeline<T,R>>
A thread that spawns a single step of river operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RiverPipeline
A river pipeline is a collection of threads that can be executed in parallel during a river run
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipelineExecutor<T,R extends PipelineRequest,P extends Pipeline<T,R>>
The Pipeline Executor can execute provided pipelines.
|
interface |
PipelineProvider<P extends Pipeline> |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricSimplePipelineExecutor<T,R extends PipelineRequest,P extends Pipeline<T,R>> |
class |
SimplePipelineExecutor<T,R extends PipelineRequest,P extends Pipeline<T,R>>
A simple pipeline executor.
|
elasticsearch-river-jdbc