Class AbstractZeebeRecordFetcherOS<T>
java.lang.Object
io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher<T>
io.camunda.optimize.service.importing.zeebe.fetcher.os.AbstractZeebeRecordFetcherOS<T>
- Direct Known Subclasses:
ZeebeIncidentFetcherOS,ZeebeProcessDefinitionFetcherOS,ZeebeProcessInstanceFetcherOS,ZeebeUserTaskFetcherOS,ZeebeVariableFetcherOS
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public abstract class AbstractZeebeRecordFetcherOS<T>
extends AbstractZeebeRecordFetcher<T>
-
Field Summary
Fields inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher
configurationService, partitionId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractZeebeRecordFetcherOS(int partitionId, OptimizeOpenSearchClient osClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionfetchZeebeRecordsForPrefixAndPartitionFrom(PositionBasedImportPage positionBasedImportPage) protected booleanMethods inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher
getBaseIndexName, getBatchSizeDeque, getConfigurationService, getConsecutiveEmptyPages, getConsecutiveSuccessfulFetches, getDynamicBatchSize, getIndexAlias, getPartitionId, getRecordDtoClass, getSortField, getZeebeImportConfig, getZeebeRecordsForPrefixAndPartitionFrom
-
Constructor Details
-
AbstractZeebeRecordFetcherOS
protected AbstractZeebeRecordFetcherOS(int partitionId, OptimizeOpenSearchClient osClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService)
-
-
Method Details
-
isZeebeInstanceIndexNotFoundException
- Specified by:
isZeebeInstanceIndexNotFoundExceptionin classAbstractZeebeRecordFetcher<T>
-
fetchZeebeRecordsForPrefixAndPartitionFrom
protected List<T> fetchZeebeRecordsForPrefixAndPartitionFrom(PositionBasedImportPage positionBasedImportPage) throws Exception - Specified by:
fetchZeebeRecordsForPrefixAndPartitionFromin classAbstractZeebeRecordFetcher<T>- Throws:
Exception
-