Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.impl | |
com.flowable.indexing.job.history.async |
Modifier and Type | Field and Description |
---|---|
protected List<BulkIndexRequestInterceptor> |
ProcessEngineIndexingConfigurator.bulkIndexRequestInterceptors |
Constructor and Description |
---|
ProcessEngineIndexingConfigurator(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.elasticsearch.client.RestHighLevelClient restHighLevelClient,
AsyncHistoryListener asyncHistoryListener,
List<HistoryJobHandler> asyncHistoryJobHandlers,
ElasticsearchCompatibility elasticsearchCompatibility,
ReindexManager reindexManager,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors,
int numberOfRetries,
boolean jsonGroupingEnabled,
int jsonGroupingThreshold,
boolean jsonGzipEnabled) |
Modifier and Type | Field and Description |
---|---|
protected List<BulkIndexRequestInterceptor> |
IndexingServiceImpl.bulkIndexRequestInterceptors |
Constructor and Description |
---|
IndexingServiceImpl(boolean indexingEnabled,
ElasticsearchClient elasticsearchClient,
ObjectSerializationService objectSerializationService,
IndexManager indexManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SpringAsyncHistoryExecutor asyncHistoryExecutor,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |
Modifier and Type | Field and Description |
---|---|
protected List<BulkIndexRequestInterceptor> |
BulkIndexingSessionFactory.bulkIndexRequestInterceptors |
protected List<BulkIndexRequestInterceptor> |
BulkIndexingSession.bulkIndexRequestInterceptors |
Constructor and Description |
---|
BulkIndexingSession(CommandContext commandContext,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.elasticsearch.client.RestHighLevelClient restClient,
ElasticsearchCompatibility elasticsearchCompatibility,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |
BulkIndexingSessionFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.elasticsearch.client.RestHighLevelClient restHighLevelClient,
ElasticsearchCompatibility elasticsearchCompatibility,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |