- setBulkFlushBackoff(boolean) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets whether or not to enable bulk flush backoff behaviour.
- setBulkFlushBackoffDelay(long) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the amount of delay between each backoff attempt when flushing bulk requests, in milliseconds.
- setBulkFlushBackoffRetries(int) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the maximum number of retries for a backoff attempt when flushing bulk requests.
- setBulkFlushBackoffType(ElasticsearchSinkBase.FlushBackoffType) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the type of back of to use when flushing bulk requests.
- setBulkFlushInterval(long) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the bulk flush interval, in milliseconds.
- setBulkFlushMaxActions(int) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the maximum number of actions to buffer for each bulk request.
- setBulkFlushMaxSizeMb(int) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets the maximum size of buffered actions, in mb, per bulk request.
- setFailureHandler(ActionRequestFailureHandler) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets a failure handler for action requests.
- setRestClientFactory(RestClientFactory) - Method in class org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink.Builder
-
Sets a REST client factory for custom client configuration.