Uses of Interface
com.flowable.indexing.ElasticsearchClient
Packages that use ElasticsearchClient
Package
Description
-
Uses of ElasticsearchClient in com.flowable.indexing
Classes in com.flowable.indexing that implement ElasticsearchClientFields in com.flowable.indexing declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientIndexManagerImpl.elasticsearchClientprotected ElasticsearchClientProcessEngineIndexingConfigurator.elasticsearchClientprotected ElasticsearchClientReindexManagerImpl.elasticsearchClientprotected ElasticsearchClientSearchServiceImpl.elasticsearchClientConstructors in com.flowable.indexing with parameters of type ElasticsearchClientModifierConstructorDescriptionIndexManagerImpl(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
Fields in com.flowable.indexing.impl declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientIndexingServiceImpl.elasticsearchClientConstructors in com.flowable.indexing.impl with parameters of type ElasticsearchClientModifierConstructorDescriptionIndexingServiceImpl(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
Fields in com.flowable.indexing.job.history.async declared as ElasticsearchClientModifier and TypeFieldDescriptionprotected ElasticsearchClientBulkIndexingSession.elasticsearchClientprotected ElasticsearchClientBulkIndexingSessionFactory.elasticsearchClientConstructors in com.flowable.indexing.job.history.async with parameters of type ElasticsearchClientModifierConstructorDescriptionBulkIndexingSession(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)