Uses of Class
com.flowable.indexing.job.history.async.BulkIndexingSession
-
Packages that use BulkIndexingSession Package Description com.flowable.indexing.job.impl -
-
Uses of BulkIndexingSession in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type BulkIndexingSession Modifier and Type Method Description protected void
BulkIndexRequestExecutorImpl. handleBulkResponse(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity historyJob, BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse)
protected void
BulkIndexRequestExecutorImpl. scheduleNewHistoryJobForFailedRequests(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests)
-