| 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
EsRejectedExecutionExceptions (which means that Elasticsearch node queues are currently full),
and fails for all other failures. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.