Class | Description |
---|---|
ElasticsearchUtils |
Suite of utility methods for Elasticsearch.
|
IgnoringFailureHandler |
Ignores all kinds of failures and drops the affected
ActionRequest . |
NoOpFailureHandler |
An
ActionRequestFailureHandler that simply fails the sink on any failures. |
RetryRejectedExecutionFailureHandler |
An
ActionRequestFailureHandler that re-adds requests that failed due to temporary EsRejectedExecutionException s (which means that Elasticsearch node queues are currently full),
and fails for all other failures. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.