Class ZeebeProcessInstanceFetcherOS
java.lang.Object
io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher<ZeebeProcessInstanceRecordDto>
io.camunda.optimize.service.importing.zeebe.fetcher.os.AbstractZeebeRecordFetcherOS<ZeebeProcessInstanceRecordDto>
io.camunda.optimize.service.importing.zeebe.fetcher.os.ZeebeProcessInstanceFetcherOS
- All Implemented Interfaces:
ZeebeFetcher,ZeebeProcessInstanceFetcher
@Component
@Scope("prototype")
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ZeebeProcessInstanceFetcherOS
extends AbstractZeebeRecordFetcherOS<ZeebeProcessInstanceRecordDto>
implements ZeebeProcessInstanceFetcher
-
Field Summary
Fields inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.AbstractZeebeRecordFetcher
configurationService, partitionId -
Constructor Summary
ConstructorsConstructorDescriptionZeebeProcessInstanceFetcherOS(int partitionId, OptimizeOpenSearchClient osClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Class<ZeebeProcessInstanceRecordDto> Methods inherited from class io.camunda.optimize.service.importing.zeebe.fetcher.os.AbstractZeebeRecordFetcherOS
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.ZeebeProcessInstanceFetcher
getZeebeRecordsForPrefixAndPartitionFrom
-
Constructor Details
-
ZeebeProcessInstanceFetcherOS
public ZeebeProcessInstanceFetcherOS(int partitionId, OptimizeOpenSearchClient osClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService)
-
-
Method Details
-
getBaseIndexName
- Specified by:
getBaseIndexNamein classAbstractZeebeRecordFetcher<ZeebeProcessInstanceRecordDto>
-
getRecordDtoClass
- Specified by:
getRecordDtoClassin classAbstractZeebeRecordFetcher<ZeebeProcessInstanceRecordDto>
-