Serialized Form
-
Package com.mtfelisb.flink.connectors.elasticsearch.sink
-
Class com.mtfelisb.flink.connectors.elasticsearch.sink.BulkRequestFactory extends Object implements Serializable
-
Class com.mtfelisb.flink.connectors.elasticsearch.sink.ElasticsearchSink extends org.apache.flink.streaming.api.functions.sink.RichSinkFunction<T> implements Serializable
-
Serialized Fields
-
bulkRequestFactory
IBulkRequestFactory bulkRequestFactory
bulk request builder responsible to recreate bulk objects after they got flushed -
emitter
Emitter<T> emitter
user defined operations to be bulked; emitted on every single stream input -
networkConfigFactory
INetworkConfigFactory networkConfigFactory
network config factory used to create connections with Elasticsearch cluster -
threshold
Long threshold
user defined bulk size -
thresholdCounter
AtomicLong thresholdCounter
counter used to limit bulk operations based on the provided threshold
-
-
-
Class com.mtfelisb.flink.connectors.elasticsearch.sink.NetworkConfigFactory extends Object implements Serializable
-