| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.elasticsearch | |
| org.apache.flink.streaming.connectors.elasticsearch.util |
| Modifier and Type | Method and Description |
|---|---|
RequestIndexer |
ElasticsearchApiCallBridge.createBulkProcessorIndexer(org.elasticsearch.action.bulk.BulkProcessor bulkProcessor,
boolean flushOnCheckpoint,
AtomicLong numPendingRequestsRef)
Creates a
RequestIndexer that is able to work with BulkProcessor binary
compatible. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequestFailureHandler.onFailure(org.elasticsearch.action.ActionRequest action,
Throwable failure,
int restStatusCode,
RequestIndexer indexer)
Deprecated.
Handle a failed
ActionRequest. |
void |
ElasticsearchSinkFunction.process(T element,
org.apache.flink.api.common.functions.RuntimeContext ctx,
RequestIndexer indexer)
Deprecated.
Process the incoming element to produce multiple
ActionsRequests. |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpFailureHandler.onFailure(org.elasticsearch.action.ActionRequest action,
Throwable failure,
int restStatusCode,
RequestIndexer indexer) |
void |
IgnoringFailureHandler.onFailure(org.elasticsearch.action.ActionRequest action,
Throwable failure,
int restStatusCode,
RequestIndexer indexer) |
void |
RetryRejectedExecutionFailureHandler.onFailure(org.elasticsearch.action.ActionRequest action,
Throwable failure,
int restStatusCode,
RequestIndexer indexer)
Deprecated.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.