public class RiverServiceLoader extends Object
Constructor and Description |
---|
RiverServiceLoader() |
Modifier and Type | Method and Description |
---|---|
static RiverFlow |
newRiverFlow(String strategy)
A river flow encapsulates the thread that moves the data from source to mouth
|
static RiverMouth |
newRiverMouth(String strategy)
A river mouth is the Elasticsearch side of the river, where the bulk processor lives
|
static RiverSource |
newRiverSource(String strategy)
A river source is the origin, the data producing side
|
public RiverServiceLoader()
public static RiverFlow newRiverFlow(String strategy)
strategy
- the strategypublic static RiverSource newRiverSource(String strategy)
strategy
- the strategypublic static RiverMouth newRiverMouth(String strategy)
strategy
- the strategyelasticsearch-river-jdbc