Uses of Interface
com.flowable.indexing.ElasticsearchCompatibility
Packages that use ElasticsearchCompatibility
Package
Description
-
Uses of ElasticsearchCompatibility in com.flowable.indexing
Classes in com.flowable.indexing that implement ElasticsearchCompatibilityFields in com.flowable.indexing declared as ElasticsearchCompatibilityModifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
ElasticsearchClientImpl.elasticsearchCompatibility
Methods in com.flowable.indexing with parameters of type ElasticsearchCompatibilityModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
BulkRequestItem.getActionAndMetaDataNode
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) Constructors in com.flowable.indexing with parameters of type ElasticsearchCompatibilityModifierConstructorDescriptionElasticsearchClientImpl
(org.elasticsearch.client.RestClient restClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility, org.elasticsearch.client.RequestOptions defaultRequestOptions) -
Uses of ElasticsearchCompatibility in com.flowable.indexing.config.composer
Fields in com.flowable.indexing.config.composer declared as ElasticsearchCompatibilityModifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
IndexTemplateComposerImpl.elasticsearchCompatibility
Constructors in com.flowable.indexing.config.composer with parameters of type ElasticsearchCompatibilityModifierConstructorDescriptionIndexTemplateComposerImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) -
Uses of ElasticsearchCompatibility in com.flowable.indexing.job.impl
Fields in com.flowable.indexing.job.impl declared as ElasticsearchCompatibilityModifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
BulkIndexRequestExecutorImpl.elasticsearchCompatibility
Methods in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibilityModifier and TypeMethodDescriptioncom.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) Constructors in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibilityModifierConstructorDescriptionBulkIndexRequestExecutorImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility, int defaultNrOfRetries) -
Uses of ElasticsearchCompatibility in com.flowable.platform.service.reports
Fields in com.flowable.platform.service.reports declared as ElasticsearchCompatibilityModifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
PlatformDefaultReportRunner.elasticsearchCompatibility
protected ElasticsearchCompatibility
PlatformElasticMetricsReportRunner.elasticsearchCompatibility
Constructors in com.flowable.platform.service.reports with parameters of type ElasticsearchCompatibilityModifierConstructorDescriptionPlatformDefaultReportRunner
(TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, RepositoryService repositoryService, CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService) PlatformElasticMetricsReportRunner
(io.micrometer.elastic.ElasticConfig elasticConfig, io.micrometer.core.ipc.http.HttpSender httpSender, TemplateLoader templateLoader, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) PlatformHeatmapReportRunner
(TemplateLoader templateLoader, SearchService searchService, ElasticsearchCompatibility elasticsearchCompatibility, RepositoryService repositoryService, CmmnRepositoryService cmmnRepositoryService, WorkDefinitionService workDefinitionService)