Uses of Interface
com.flowable.indexing.BulkRequestItem
-
Packages that use BulkRequestItem Package Description com.flowable.indexing com.flowable.indexing.job.impl -
-
Uses of BulkRequestItem in com.flowable.indexing
Methods in com.flowable.indexing with parameters of type BulkRequestItem Modifier and Type Method Description ElasticsearchClient.BulkRequestClient
ElasticsearchClient.BulkRequestClient. addItem(BulkRequestItem item)
ElasticsearchClient.BulkRequestClient
ElasticsearchClientImpl.BulkRequestClientImpl. addItem(BulkRequestItem item)
-
Uses of BulkRequestItem in com.flowable.indexing.job.impl
Classes in com.flowable.indexing.job.impl that implement BulkRequestItem Modifier and Type Class Description class
AbstractBulkRequestItem
class
IndexBulkRequestItem
class
IndexWithExternalVersionBulkRequestItem
class
RetryFailedBulkRequestItem
class
UpsertBulkRequestItem
Fields in com.flowable.indexing.job.impl with type parameters of type BulkRequestItem Modifier and Type Field Description protected List<BulkRequestItem>
BulkRequest. bulkRequestItems
Methods in com.flowable.indexing.job.impl that return types with arguments of type BulkRequestItem Modifier and Type Method Description List<BulkRequestItem>
BulkRequest. getBulkRequestItems()
Methods in com.flowable.indexing.job.impl with parameters of type BulkRequestItem Modifier and Type Method Description void
BulkRequest. addBulkRequestItem(BulkRequestItem bulkRequestItem)
Method parameters in com.flowable.indexing.job.impl with type arguments of type BulkRequestItem Modifier and Type Method Description protected void
BulkIndexRequestExecutorImpl. scheduleNewHistoryJobForFailedRequests(CommandContext commandContext, BulkIndexingSession bulkIndexingSession, HistoryJobEntity originalHistoryJobEntity, List<BulkRequestItem> failedRequests)
void
BulkRequest. setBulkRequestItems(List<BulkRequestItem> bulkRequestItems)
-