Constructor and Description |
---|
RiverPipeline(RiverFlow riverFlow) |
RiverThread(RiverFlow riverFlow,
List<Map<String,Object>> input) |
Modifier and Type | Method and Description |
---|---|
protected RiverFlow |
JDBCFeeder.createRiverFlow(Map<String,Object> spec,
org.elasticsearch.common.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
static RiverFlow |
RiverServiceLoader.newRiverFlow(String strategy)
A river flow encapsulates the thread that moves the data from source to mouth
|
Modifier and Type | Method and Description |
---|---|
RiverFlow<RC> |
RiverFlow.newInstance() |
RiverFlow |
RiverFlow.setClient(org.elasticsearch.client.Client client) |
RiverFlow |
RiverFlow.setIngestFactory(IngestFactory ingestFactory)
Set ingest factory
|
RiverFlow |
RiverFlow.setMetric(org.elasticsearch.common.metrics.MeterMetric meterMetric)
Set metric
|
RiverFlow |
RiverFlow.setQueue(Queue<RiverContext> queue)
Set queue for processing RiverContext requests
|
RiverFlow |
RiverFlow.setRiverName(org.elasticsearch.river.RiverName riverName)
Sets the river name
|
RiverFlow |
RiverFlow.setSettings(org.elasticsearch.common.settings.Settings settings)
Set the settings
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnRiverFlow
River flow implementation for the 'column' strategy
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRiverFlow<RC extends RiverContext>
Simple river flow implementation
|
Modifier and Type | Method and Description |
---|---|
RiverFlow |
SimpleRiverFlow.setClient(org.elasticsearch.client.Client client) |
RiverFlow |
SimpleRiverFlow.setIngestFactory(IngestFactory ingestFactory) |
RiverFlow |
SimpleRiverFlow.setMetric(org.elasticsearch.common.metrics.MeterMetric meterMetric) |
RiverFlow |
SimpleRiverFlow.setQueue(Queue<RiverContext> queue) |
RiverFlow |
SimpleRiverFlow.setRiverName(org.elasticsearch.river.RiverName riverName) |
RiverFlow |
SimpleRiverFlow.setSettings(org.elasticsearch.common.settings.Settings settings) |
elasticsearch-river-jdbc