Class ImportSchedulerManagerService
java.lang.Object
io.camunda.optimize.service.importing.ImportSchedulerManagerService
- All Implemented Interfaces:
ConfigurationReloadable
@Component
public class ImportSchedulerManagerService
extends Object
implements ConfigurationReloadable
-
Constructor Summary
ConstructorsConstructorDescriptionImportSchedulerManagerService(ImportIndexHandlerRegistry importIndexHandlerRegistry, org.springframework.beans.factory.BeanFactory beanFactory, ConfigurationService configurationService, List<AbstractIngestedImportMediatorFactory> ingestedMediatorFactories, List<AbstractZeebeImportMediatorFactory> zeebeMediatorFactories) -
Method Summary
Modifier and TypeMethodDescriptionList<AbstractImportScheduler<? extends SchedulerConfig>> voidinit()voidreloadConfiguration(org.springframework.context.ApplicationContext context) voidshutdown()voidvoid
-
Constructor Details
-
ImportSchedulerManagerService
public ImportSchedulerManagerService(ImportIndexHandlerRegistry importIndexHandlerRegistry, org.springframework.beans.factory.BeanFactory beanFactory, ConfigurationService configurationService, List<AbstractIngestedImportMediatorFactory> ingestedMediatorFactories, List<AbstractZeebeImportMediatorFactory> zeebeMediatorFactories)
-
-
Method Details
-
shutdown
@PreDestroy public void shutdown() -
init
@PostConstruct public void init() -
startSchedulers
public void startSchedulers() -
stopSchedulers
public void stopSchedulers() -
reloadConfiguration
public void reloadConfiguration(org.springframework.context.ApplicationContext context) - Specified by:
reloadConfigurationin interfaceConfigurationReloadable
-
getIngestedDataImportScheduler
-
getZeebeImportScheduler
-
getImportSchedulers
-