Uses of Interface
com.flowable.indexing.ElasticsearchClient
Package
Description
-
Uses of ElasticsearchClient in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected ElasticsearchClient
IndexManagerImpl.elasticsearchClient
protected ElasticsearchClient
ProcessEngineIndexingConfigurator.elasticsearchClient
protected ElasticsearchClient
ReindexManagerImpl.elasticsearchClient
protected ElasticsearchClient
SearchServiceImpl.elasticsearchClient
ModifierConstructorDescriptionIndexManagerImpl
(ElasticsearchClient elasticsearchClient, Function<String, LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean useLockForIndexMappingCreation, Duration mappingSchemaLockWaitTime, Collection<String> enabledIndices) IndexManagerImpl
(ElasticsearchClient elasticsearchClient, Function<String, LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Collection<String> enabledIndices) ProcessEngineIndexingConfigurator
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, IndexingHistoryJobProducer jobProducer, List<HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchClient elasticsearchClient, ReindexManager reindexManager, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries) ReindexManagerImpl
(IndexManager indexManager, ElasticsearchClient elasticsearchClient, ReindexingProperties reindexingProperties) SearchServiceImpl
(ElasticsearchClient elasticsearchClient, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ResourceHelper resourceHelper, List<LowLevelSearchResultEnhancer> searchResultEnhancers) -
Uses of ElasticsearchClient in com.flowable.indexing.impl
Modifier and TypeFieldDescriptionprotected ElasticsearchClient
IndexingServiceImpl.elasticsearchClient
ModifierConstructorDescriptionIndexingServiceImpl
(boolean indexingEnabled, ElasticsearchClient elasticsearchClient, ObjectSerializationService objectSerializationService, IndexManager indexManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SpringAsyncHistoryExecutor asyncHistoryExecutor, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) -
Uses of ElasticsearchClient in com.flowable.indexing.job.history.async
Modifier and TypeFieldDescriptionprotected ElasticsearchClient
BulkIndexingSession.elasticsearchClient
protected ElasticsearchClient
BulkIndexingSessionFactory.elasticsearchClient
ModifierConstructorDescriptionBulkIndexingSession
(CommandContext commandContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) BulkIndexingSessionFactory
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchClient elasticsearchClient, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)