Uses of Class
com.flowable.indexing.job.history.async.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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity historyJob, BulkRequest bulkRequest, org.elasticsearch.action.bulk.BulkResponse bulkResponse)
protected void
BulkIndexRequestExecutorImpl. scheduleNewHistoryJobForFailedRequests(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, BulkIndexingSession bulkIndexingSession, org.flowable.job.service.impl.persistence.entity.HistoryJobEntity originalHistoryJobEntity, java.util.List<BulkRequestItem> failedRequests)