Class ZeebeProcessDefinitionFetcherES
java.lang.Object
io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher<ZeebeProcessDefinitionRecordDto>
io.camunda.optimize.service.importing.zeebe.fetcher.es.AbstractZeebeRecordFetcherES<ZeebeProcessDefinitionRecordDto>
io.camunda.optimize.service.importing.zeebe.fetcher.es.ZeebeProcessDefinitionFetcherES
- All Implemented Interfaces:
ZeebeFetcher,ZeebeProcessDefinitionFetcher
@Component
@Scope("prototype")
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class ZeebeProcessDefinitionFetcherES
extends AbstractZeebeRecordFetcherES<ZeebeProcessDefinitionRecordDto>
implements ZeebeProcessDefinitionFetcher
-
Field Summary
Fields inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher
configurationService, partitionId -
Constructor Summary
ConstructorsConstructorDescriptionZeebeProcessDefinitionFetcherES(int partitionId, OptimizeElasticsearchClient esClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Class<ZeebeProcessDefinitionRecordDto> Methods inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.es.AbstractZeebeRecordFetcherES
fetchZeebeRecordsForPrefixAndPartitionFrom, isZeebeInstanceIndexNotFoundExceptionMethods inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher
getBatchSizeDeque, getConfigurationService, getConsecutiveEmptyPages, getConsecutiveSuccessfulFetches, getDynamicBatchSize, getIndexAlias, getPartitionId, getSortField, getZeebeImportConfig, getZeebeRecordsForPrefixAndPartitionFromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.optimize.service.importing.zeebe.db.ZeebeFetcher
getBatchSizeDeque, getConsecutiveEmptyPages, getConsecutiveSuccessfulFetches, getDynamicBatchSize, getPartitionIdMethods inherited from interface io.camunda.optimize.service.importing.zeebe.db.ZeebeProcessDefinitionFetcher
getZeebeRecordsForPrefixAndPartitionFrom
-
Constructor Details
-
ZeebeProcessDefinitionFetcherES
public ZeebeProcessDefinitionFetcherES(int partitionId, OptimizeElasticsearchClient esClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService)
-
-
Method Details
-
getBaseIndexName
- Specified by:
getBaseIndexNamein classAbstractZeebeRecordFetcher<ZeebeProcessDefinitionRecordDto>
-
getRecordDtoClass
- Specified by:
getRecordDtoClassin classAbstractZeebeRecordFetcher<ZeebeProcessDefinitionRecordDto>
-