Uses of Class
com.flowable.indexing.job.history.async.BulkIndexingSession
Packages that use BulkIndexingSession
-
Uses of BulkIndexingSession in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type BulkIndexingSessionModifier and TypeMethodDescriptionprotected void
BulkIndexRequestExecutorImpl.handleBulkResponse
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJob, BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse) protected void
BulkIndexRequestExecutorImpl.scheduleNewHistoryJobForRequestsInError
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests, List<BulkRequestItem> conflictingRequests)