public class BulkRetryCoordinator
extends java.lang.Object
Constructor and Description |
---|
BulkRetryCoordinator(org.elasticsearch.common.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
<Request extends BulkProcessorRequest,Response extends BulkProcessorResponse<?>> |
retry(Request request,
BulkRequestExecutor<Request,Response> executor,
boolean repeatingRetry,
org.elasticsearch.action.ActionListener<Response> listener) |
org.elasticsearch.action.bulk.BulkRetryCoordinator.ReadWriteLock |
retryLock() |
void |
shutdown() |
public BulkRetryCoordinator(org.elasticsearch.common.settings.Settings settings)
public org.elasticsearch.action.bulk.BulkRetryCoordinator.ReadWriteLock retryLock()
public <Request extends BulkProcessorRequest,Response extends BulkProcessorResponse<?>> void retry(Request request, BulkRequestExecutor<Request,Response> executor, boolean repeatingRetry, org.elasticsearch.action.ActionListener<Response> listener)
public void close()
public void shutdown()