Uses of Class
org.apache.flink.streaming.connectors.elasticsearch.table.ElasticsearchConnectorOptions.BackOffType
-
Packages that use ElasticsearchConnectorOptions.BackOffType Package Description org.apache.flink.streaming.connectors.elasticsearch.table -
-
Uses of ElasticsearchConnectorOptions.BackOffType in org.apache.flink.streaming.connectors.elasticsearch.table
Fields in org.apache.flink.streaming.connectors.elasticsearch.table with type parameters of type ElasticsearchConnectorOptions.BackOffType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<ElasticsearchConnectorOptions.BackOffType>ElasticsearchConnectorOptions. BULK_FLUSH_BACKOFF_TYPE_OPTIONDeprecated.Methods in org.apache.flink.streaming.connectors.elasticsearch.table that return ElasticsearchConnectorOptions.BackOffType Modifier and Type Method Description static ElasticsearchConnectorOptions.BackOffTypeElasticsearchConnectorOptions.BackOffType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElasticsearchConnectorOptions.BackOffType[]ElasticsearchConnectorOptions.BackOffType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-