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 ElasticsearchCompatibilityElasticsearchClientImpl.elasticsearchCompatibilityMethods in com.flowable.indexing with parameters of type ElasticsearchCompatibilityModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeBulkRequestItem.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 ElasticsearchCompatibilityIndexTemplateComposerImpl.elasticsearchCompatibilityConstructors 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 ElasticsearchCompatibilityBulkIndexRequestExecutorImpl.elasticsearchCompatibilityMethods in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibilityModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeIndexBulkRequestItem.getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) com.fasterxml.jackson.databind.node.ObjectNodeIndexWithExternalVersionBulkRequestItem.getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) com.fasterxml.jackson.databind.node.ObjectNodeRetryFailedBulkRequestItem.getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) com.fasterxml.jackson.databind.node.ObjectNodeUpsertBulkRequestItem.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 ElasticsearchCompatibilityPlatformDefaultReportRunner.elasticsearchCompatibilityprotected ElasticsearchCompatibilityPlatformElasticMetricsReportRunner.elasticsearchCompatibilityConstructors 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)