Uses of Interface
com.flowable.indexing.ElasticsearchClient
-
Packages that use ElasticsearchClient Package Description com.flowable.indexing com.flowable.indexing.impl com.flowable.indexing.job.history.async -
-
Uses of ElasticsearchClient in com.flowable.indexing
Classes in com.flowable.indexing that implement ElasticsearchClient Modifier and Type Class Description class
ElasticsearchClientImpl
Fields in com.flowable.indexing declared as ElasticsearchClient Modifier and Type Field Description protected ElasticsearchClient
IndexManagerImpl. elasticsearchClient
protected ElasticsearchClient
ProcessEngineIndexingConfigurator. elasticsearchClient
protected ElasticsearchClient
ReindexManagerImpl. elasticsearchClient
protected ElasticsearchClient
SearchServiceImpl. elasticsearchClient
Constructors in com.flowable.indexing with parameters of type ElasticsearchClient Constructor Description IndexManagerImpl(ElasticsearchClient elasticsearchClient, Function<String,LockManager> lockManagerProvider, String indexNamePrefix, String projectName, Resource[] mappingResources, Resource[] mappingExtensionResources, IndexTemplateComposer indexTemplateComposer, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
IndexManagerImpl(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)
ProcessEngineIndexingConfigurator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AsyncHistoryListener asyncHistoryListener, List<HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchClient elasticsearchClient, ReindexManager reindexManager, List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries, boolean jsonGroupingEnabled, int jsonGroupingThreshold, boolean jsonGzipEnabled)
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 ElasticsearchClient Modifier and Type Field Description protected ElasticsearchClient
IndexingServiceImpl. elasticsearchClient
Constructors in com.flowable.indexing.impl with parameters of type ElasticsearchClient Constructor Description IndexingServiceImpl(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 ElasticsearchClient Modifier and Type Field Description protected ElasticsearchClient
BulkIndexingSession. elasticsearchClient
protected ElasticsearchClient
BulkIndexingSessionFactory. elasticsearchClient
Constructors in com.flowable.indexing.job.history.async with parameters of type ElasticsearchClient Constructor Description BulkIndexingSession(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)
-