Uses of Interface
com.flowable.indexing.ElasticsearchCompatibility
-
Uses of ElasticsearchCompatibility in com.flowable.indexing
Classes in com.flowable.indexing that implement ElasticsearchCompatibility Modifier and Type Class Description class
ElasticsearchCompatibilityImpl
Fields in com.flowable.indexing declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibility
ElasticsearchClientImpl. elasticsearchCompatibility
protected ElasticsearchCompatibility
ProcessEngineIndexingConfigurator. elasticsearchCompatibility
Constructors in com.flowable.indexing with parameters of type ElasticsearchCompatibility Constructor Description ElasticsearchClientImpl(org.elasticsearch.client.RestHighLevelClient restClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
ProcessEngineIndexingConfigurator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.elasticsearch.client.RestHighLevelClient restHighLevelClient, org.flowable.job.service.impl.history.async.AsyncHistoryListener asyncHistoryListener, java.util.List<org.flowable.job.service.HistoryJobHandler> asyncHistoryJobHandlers, ElasticsearchCompatibility elasticsearchCompatibility, ReindexManager reindexManager, java.util.List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors, int numberOfRetries, boolean jsonGroupingEnabled, int jsonGroupingThreshold, boolean jsonGzipEnabled)
-
Uses of ElasticsearchCompatibility in com.flowable.indexing.config.composer
Fields in com.flowable.indexing.config.composer declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibility
IndexTemplateComposerImpl. elasticsearchCompatibility
Constructors in com.flowable.indexing.config.composer with parameters of type ElasticsearchCompatibility Constructor Description IndexTemplateComposerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
-
Uses of ElasticsearchCompatibility in com.flowable.indexing.job.history.async
Fields in com.flowable.indexing.job.history.async declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibility
BulkIndexingSession. elasticsearchCompatibility
protected ElasticsearchCompatibility
BulkIndexingSessionFactory. elasticsearchCompatibility
Constructors in com.flowable.indexing.job.history.async with parameters of type ElasticsearchCompatibility Constructor Description BulkIndexingSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.elasticsearch.client.RestHighLevelClient restClient, ElasticsearchCompatibility elasticsearchCompatibility, java.util.List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)
BulkIndexingSessionFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.elasticsearch.client.RestHighLevelClient restHighLevelClient, ElasticsearchCompatibility elasticsearchCompatibility, java.util.List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors)
-
Uses of ElasticsearchCompatibility in com.flowable.indexing.job.impl
Fields in com.flowable.indexing.job.impl declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibility
BulkIndexRequestExecutorImpl. elasticsearchCompatibility
Methods in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibility Modifier and Type Method Description protected java.lang.String
BulkRequest. concatenate(com.fasterxml.jackson.databind.ObjectMapper objectMapper, BulkRequestItem bulkRequestItem, ElasticsearchCompatibility elasticsearchCompatibility)
com.fasterxml.jackson.databind.node.ObjectNode
BulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
com.fasterxml.jackson.databind.node.ObjectNode
IndexBulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
com.fasterxml.jackson.databind.node.ObjectNode
IndexWithExternalVersionBulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
com.fasterxml.jackson.databind.node.ObjectNode
RetryFailedBulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
com.fasterxml.jackson.databind.node.ObjectNode
UpsertBulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
java.lang.String
BulkRequest. serialize(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
Constructors in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibility Constructor Description BulkIndexRequestExecutorImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
-
Uses of ElasticsearchCompatibility in com.flowable.platform.service.reports
Fields in com.flowable.platform.service.reports declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibility
PlatformDefaultReportRunner. elasticsearchCompatibility
protected ElasticsearchCompatibility
PlatformElasticMetricsReportRunner. elasticsearchCompatibility
Constructors in com.flowable.platform.service.reports with parameters of type ElasticsearchCompatibility Constructor Description PlatformDefaultReportRunner(com.flowable.core.service.reporting.impl.template.TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService)
PlatformElasticMetricsReportRunner(io.micrometer.elastic.ElasticConfig elasticConfig, io.micrometer.core.ipc.http.HttpSender httpSender, com.flowable.core.service.reporting.impl.template.TemplateLoader templateLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
PlatformHeatmapReportRunner(com.flowable.core.service.reporting.impl.template.TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService)