Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchCompatibilityImpl |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
ProcessEngineIndexingConfigurator.elasticsearchCompatibility |
protected ElasticsearchCompatibility |
ElasticsearchClientImpl.elasticsearchCompatibility |
Constructor and 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,
AsyncHistoryListener asyncHistoryListener,
List<HistoryJobHandler> asyncHistoryJobHandlers,
ElasticsearchCompatibility elasticsearchCompatibility,
ReindexManager reindexManager,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors,
int numberOfRetries,
boolean jsonGroupingEnabled,
int jsonGroupingThreshold,
boolean jsonGzipEnabled) |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
IndexTemplateComposerImpl.elasticsearchCompatibility |
Constructor and Description |
---|
IndexTemplateComposerImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility) |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
BulkIndexingSessionFactory.elasticsearchCompatibility |
protected ElasticsearchCompatibility |
BulkIndexingSession.elasticsearchCompatibility |
Constructor and Description |
---|
BulkIndexingSession(CommandContext commandContext,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.elasticsearch.client.RestHighLevelClient restClient,
ElasticsearchCompatibility elasticsearchCompatibility,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |
BulkIndexingSessionFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.elasticsearch.client.RestHighLevelClient restHighLevelClient,
ElasticsearchCompatibility elasticsearchCompatibility,
List<BulkIndexRequestInterceptor> bulkIndexRequestInterceptors) |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
BulkIndexRequestExecutorImpl.elasticsearchCompatibility |
Modifier and Type | Method and Description |
---|---|
protected String |
BulkRequest.concatenate(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
BulkRequestItem bulkRequestItem,
ElasticsearchCompatibility elasticsearchCompatibility) |
com.fasterxml.jackson.databind.node.ObjectNode |
UpsertBulkRequestItem.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 |
IndexWithExternalVersionBulkRequestItem.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 |
BulkRequestItem.getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility) |
String |
BulkRequest.serialize(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility) |
Constructor and Description |
---|
BulkIndexRequestExecutorImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ElasticsearchCompatibility elasticsearchCompatibility) |
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchCompatibility |
PlatformElasticMetricsReportRunner.elasticsearchCompatibility |
protected ElasticsearchCompatibility |
PlatformDefaultReportRunner.elasticsearchCompatibility |
Constructor and 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) |