Uses of Interface
com.flowable.indexing.ElasticsearchCompatibility
Package
Description
-
Uses of ElasticsearchCompatibility in com.flowable.indexing
Modifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
ElasticsearchClientImpl.elasticsearchCompatibility
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
BulkRequestItem.getActionAndMetaDataNode
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) ModifierConstructorDescriptionElasticsearchClientImpl
(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
Modifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
IndexTemplateComposerImpl.elasticsearchCompatibility
ModifierConstructorDescriptionIndexTemplateComposerImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) -
Uses of ElasticsearchCompatibility in com.flowable.indexing.job.impl
Modifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
BulkIndexRequestExecutorImpl.elasticsearchCompatibility
Modifier 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) ModifierConstructorDescriptionBulkIndexRequestExecutorImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility, int defaultNrOfRetries) -
Uses of ElasticsearchCompatibility in com.flowable.platform.service.reports
Modifier and TypeFieldDescriptionprotected ElasticsearchCompatibility
PlatformDefaultReportRunner.elasticsearchCompatibility
protected ElasticsearchCompatibility
PlatformElasticMetricsReportRunner.elasticsearchCompatibility
ModifierConstructorDescriptionPlatformDefaultReportRunner
(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)