Uses of Class
org.apache.flink.connector.elasticsearch.sink.FlushBackoffType
-
Packages that use FlushBackoffType Package Description org.apache.flink.connector.elasticsearch.sink org.apache.flink.connector.elasticsearch.table -
-
Uses of FlushBackoffType in org.apache.flink.connector.elasticsearch.sink
Methods in org.apache.flink.connector.elasticsearch.sink that return FlushBackoffType Modifier and Type Method Description static FlushBackoffTypeFlushBackoffType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlushBackoffType[]FlushBackoffType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.connector.elasticsearch.sink with parameters of type FlushBackoffType Modifier and Type Method Description BElasticsearchSinkBuilderBase. setBulkFlushBackoffStrategy(FlushBackoffType flushBackoffType, int maxRetries, long delayMillis)Sets the type of back off to use when flushing bulk requests. -
Uses of FlushBackoffType in org.apache.flink.connector.elasticsearch.table
Fields in org.apache.flink.connector.elasticsearch.table with type parameters of type FlushBackoffType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<FlushBackoffType>ElasticsearchConnectorOptions. BULK_FLUSH_BACKOFF_TYPE_OPTION
-