- setBulkFlushBackoff(boolean) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets whether or not to enable bulk flush backoff behaviour.
- setBulkFlushBackoffDelay(long) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the amount of delay between each backoff attempt when flushing bulk requests, in
milliseconds.
- setBulkFlushBackoffRetries(int) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the maximum number of retries for a backoff attempt when flushing bulk requests.
- setBulkFlushBackoffType(ElasticsearchSinkBase.FlushBackoffType) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the type of back of to use when flushing bulk requests.
- setBulkFlushInterval(long) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the bulk flush interval, in milliseconds.
- setBulkFlushMaxActions(int) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the maximum number of actions to buffer for each bulk request.
- setBulkFlushMaxSizeMb(int) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets the maximum size of buffered actions, in mb, per bulk request.
- setEmitter(ElasticsearchEmitter<? super T>) - 类 中的方法org.apache.flink.connector.elasticsearch.sink.Elasticsearch6SinkBuilder
-
- setFailureHandler(ActionRequestFailureHandler) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets a failure handler for action requests.
- setRestClientFactory(RestClientFactory) - 类 中的方法org.apache.flink.streaming.connectors.elasticsearch6.ElasticsearchSink.Builder
-
已过时。
Sets a REST client factory for custom client configuration.