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 classElasticsearchCompatibilityImplFields in com.flowable.indexing declared as ElasticsearchCompatibility Modifier and Type Field Description protected ElasticsearchCompatibilityElasticsearchClientImpl. elasticsearchCompatibilityprotected ElasticsearchCompatibilityProcessEngineIndexingConfigurator. elasticsearchCompatibilityConstructors 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 ElasticsearchCompatibilityIndexTemplateComposerImpl. elasticsearchCompatibilityConstructors 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 ElasticsearchCompatibilityBulkIndexingSession. elasticsearchCompatibilityprotected ElasticsearchCompatibilityBulkIndexingSessionFactory. elasticsearchCompatibilityConstructors 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 ElasticsearchCompatibilityBulkIndexRequestExecutorImpl. elasticsearchCompatibilityMethods in com.flowable.indexing.job.impl with parameters of type ElasticsearchCompatibility Modifier and Type Method Description protected java.lang.StringBulkRequest. concatenate(com.fasterxml.jackson.databind.ObjectMapper objectMapper, BulkRequestItem bulkRequestItem, ElasticsearchCompatibility elasticsearchCompatibility)com.fasterxml.jackson.databind.node.ObjectNodeBulkRequestItem. getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility)com.fasterxml.jackson.databind.node.ObjectNodeIndexBulkRequestItem. 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)java.lang.StringBulkRequest. 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)