Uses of Class
com.flowable.indexing.job.impl.BulkRequest
Package | Description |
---|---|
com.flowable.indexing.job.history.async | |
com.flowable.indexing.job.impl |
-
Uses of BulkRequest in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as BulkRequest Modifier and Type Field Description protected BulkRequest
BulkIndexingSession. bulkRequest
Methods in com.flowable.indexing.job.history.async that return BulkRequest Modifier and Type Method Description BulkRequest
BulkIndexingSession. getBulkRequest()
Methods in com.flowable.indexing.job.history.async with parameters of type BulkRequest Modifier and Type Method Description void
BulkIndexRequestInterceptor. afterRequestExecution(BulkRequest bulkRequest, org.elasticsearch.action.bulk.BulkResponse bulkResponse)
void
BulkIndexRequestInterceptor. beforeRequestExecution(BulkRequest bulkRequest)
-
Uses of BulkRequest in com.flowable.indexing.job.impl
Methods in com.flowable.indexing.job.impl with parameters of type BulkRequest 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)