Uses of Class
org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkBase.FlushBackoffType
-
Packages that use ElasticsearchSinkBase.FlushBackoffType Package Description org.apache.flink.streaming.connectors.elasticsearch -
-
Uses of ElasticsearchSinkBase.FlushBackoffType in org.apache.flink.streaming.connectors.elasticsearch
Methods in org.apache.flink.streaming.connectors.elasticsearch that return ElasticsearchSinkBase.FlushBackoffType Modifier and Type Method Description ElasticsearchSinkBase.FlushBackoffTypeElasticsearchSinkBase.BulkFlushBackoffPolicy. getBackoffType()static ElasticsearchSinkBase.FlushBackoffTypeElasticsearchSinkBase.FlushBackoffType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElasticsearchSinkBase.FlushBackoffType[]ElasticsearchSinkBase.FlushBackoffType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.connectors.elasticsearch with parameters of type ElasticsearchSinkBase.FlushBackoffType Modifier and Type Method Description voidElasticsearchSinkBase.BulkFlushBackoffPolicy. setBackoffType(ElasticsearchSinkBase.FlushBackoffType backoffType)
-