Uses of Interface
com.flowable.indexing.ElasticsearchCompatibility
-
Packages that use ElasticsearchCompatibility Package Description com.flowable.indexing com.flowable.indexing.config.composer com.flowable.indexing.job.impl com.flowable.platform.service.reports -
-
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
Methods in com.flowable.indexing with parameters of type ElasticsearchCompatibility Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
BulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)
Constructors in com.flowable.indexing with parameters of type ElasticsearchCompatibility Constructor Description ElasticsearchClientImpl(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 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.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 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)
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(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)
-