Uses of Interface
com.flowable.indexing.ElasticsearchCompatibility
Package | Description |
---|---|
com.flowable.indexing | |
com.flowable.indexing.config.composer | |
com.flowable.indexing.job.history.async | |
com.flowable.indexing.job.impl |
-
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
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)