Interface BulkIndexRequestInterceptor
-
public interface BulkIndexRequestInterceptor
An interceptor that will be called before and/or after the execution of aBulkRequest
in theBulkIndexingSession
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterRequestExecution(BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse)
void
beforeRequestAddToBulkIndexingSession(String index, IndexedDataObject indexedDataObject, com.fasterxml.jackson.databind.node.ObjectNode originalData)
void
beforeRequestExecution(BulkRequest bulkRequest)
-
-
-
Method Detail
-
beforeRequestAddToBulkIndexingSession
void beforeRequestAddToBulkIndexingSession(String index, IndexedDataObject indexedDataObject, com.fasterxml.jackson.databind.node.ObjectNode originalData)
-
beforeRequestExecution
void beforeRequestExecution(BulkRequest bulkRequest)
-
afterRequestExecution
void afterRequestExecution(BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse)
-
-