| Package | Description |
|---|---|
| org.apache.flink.connector.elasticsearch.sink | |
| org.apache.flink.connector.elasticsearch.table |
| Modifier and Type | Method and Description |
|---|---|
static FlushBackoffType |
FlushBackoffType.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.
|
| Modifier and Type | Method and Description |
|---|---|
B |
ElasticsearchSinkBuilderBase.setBulkFlushBackoffStrategy(FlushBackoffType flushBackoffType,
int maxRetries,
long delayMillis)
Sets the type of back off to use when flushing bulk requests.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<FlushBackoffType> |
ElasticsearchConnectorOptions.BULK_FLUSH_BACKOFF_TYPE_OPTION |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.