Uses of Interface
org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer
-
Packages that use RequestIndexer Package Description org.apache.flink.streaming.connectors.elasticsearch org.apache.flink.streaming.connectors.elasticsearch.util -
-
Uses of RequestIndexer in org.apache.flink.streaming.connectors.elasticsearch
Methods in org.apache.flink.streaming.connectors.elasticsearch that return RequestIndexer Modifier and Type Method Description RequestIndexerElasticsearchApiCallBridge. createBulkProcessorIndexer(org.elasticsearch.action.bulk.BulkProcessor bulkProcessor, boolean flushOnCheckpoint, AtomicLong numPendingRequestsRef)Creates aRequestIndexerthat is able to work withBulkProcessorbinary compatible.Methods in org.apache.flink.streaming.connectors.elasticsearch with parameters of type RequestIndexer Modifier and Type Method Description voidActionRequestFailureHandler. onFailure(org.elasticsearch.action.ActionRequest action, Throwable failure, int restStatusCode, RequestIndexer indexer)Deprecated.Handle a failedActionRequest.voidElasticsearchSinkFunction. process(T element, org.apache.flink.api.common.functions.RuntimeContext ctx, RequestIndexer indexer)Deprecated.Process the incoming element to produce multipleActionsRequests. -
Uses of RequestIndexer in org.apache.flink.streaming.connectors.elasticsearch.util
Methods in org.apache.flink.streaming.connectors.elasticsearch.util with parameters of type RequestIndexer Modifier and Type Method Description voidIgnoringFailureHandler. onFailure(org.elasticsearch.action.ActionRequest action, Throwable failure, int restStatusCode, RequestIndexer indexer)voidNoOpFailureHandler. onFailure(org.elasticsearch.action.ActionRequest action, Throwable failure, int restStatusCode, RequestIndexer indexer)voidRetryRejectedExecutionFailureHandler. onFailure(org.elasticsearch.action.ActionRequest action, Throwable failure, int restStatusCode, RequestIndexer indexer)Deprecated.
-