Package org.apache.flink.connector.elasticsearch.sink
-
Interface Summary Interface Description ElasticsearchEmitter<T> Creates none or multipleActionRequestsfrom the incoming elements.RequestIndexer Users add multiple delete, index or update requests to aRequestIndexerto prepare them for sending to an Elasticsearch cluster. -
Class Summary Class Description ElasticsearchSink<IN> Flink Sink to insert or update data in an Elasticsearch index.ElasticsearchSinkBuilderBase<IN,B extends ElasticsearchSinkBuilderBase<IN,B>> Base builder to construct aElasticsearchSink.MapElasticsearchEmitter A simple ElasticsearchEmitter which is currently used in PyFlink ES connector. -
Enum Summary Enum Description FlushBackoffType Used to control whether the sink should retry failed requests at all or with which kind back off strategy.