Uses of Class
com.flowable.indexing.job.impl.BulkRequest
-
Packages that use 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, ElasticsearchBulkResponse 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(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity historyJob, BulkRequest bulkRequest, ElasticsearchBulkResponse bulkResponse)
-