public class RequeueLifecycle extends NoopLifecycle
NoopLifecycle when validating queries until you're
sure of format.
This implementation mainly exists for compatibility with slower machines, such
as container based environments and CI environments.| Constructor and Description |
|---|
RequeueLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBulk(long executionId,
BulkOperator operator,
BulkOperation operation,
org.elasticsearch.client.Response response)
Handles completion verification of a bulk execution.
|
afterBulk, beforeBulkpublic void afterBulk(long executionId,
BulkOperator operator,
BulkOperation operation,
org.elasticsearch.client.Response response)
afterBulk in interface BulkLifecycleafterBulk in class NoopLifecycleexecutionId - the bulk execution identifier.operator - the BulkOperator carrying out the request.operation - the BulkOperation being executed.response - the response returned by the execution.Copyright © 2017. All rights reserved.