Package | Description |
---|---|
org.xbib.elasticsearch.river.jdbc.strategy.column |
Modifier and Type | Class and Description |
---|---|
class |
ColumnRiverSource<RC extends ColumnRiverContext>
River source implementation for the 'column' strategy
|
Modifier and Type | Method and Description |
---|---|
ColumnRiverContext |
ColumnRiverContext.columnCreatedAt(String createdAt) |
ColumnRiverContext |
ColumnRiverContext.columnDeletedAt(String deletedAt) |
ColumnRiverContext |
ColumnRiverContext.columnEscape(boolean escape) |
ColumnRiverContext |
ColumnRiverContext.columnUpdatedAt(String updatedAt) |
protected ColumnRiverContext |
ColumnRiverFlow.fillRiverContext(ColumnRiverContext riverContext,
RiverState state,
RiverSource riverSource,
RiverMouth riverMouth) |
ColumnRiverContext |
ColumnRiverFlow.newRiverContext() |
ColumnRiverContext |
ColumnRiverContext.setLastRunTimeStampOverlap(org.elasticsearch.common.unit.TimeValue lastRunTimeStampOverlap) |
Modifier and Type | Method and Description |
---|---|
protected ColumnRiverContext |
ColumnRiverFlow.fillRiverContext(ColumnRiverContext riverContext,
RiverState state,
RiverSource riverSource,
RiverMouth riverMouth) |
elasticsearch-river-jdbc