Uses of Class
de.hybris.platform.cronjob.jalo.CronJobProgressTracker
-
-
Uses of CronJobProgressTracker in de.hybris.platform.catalog.jalo.synchronization
Subclasses of CronJobProgressTracker in de.hybris.platform.catalog.jalo.synchronization Modifier and Type Class Description classCatalogVersionSyncProgressTrackerTracks progress of catalog version synchronization. -
Uses of CronJobProgressTracker in de.hybris.platform.ruleengineservices.jobs.impl
Methods in de.hybris.platform.ruleengineservices.jobs.impl that return CronJobProgressTracker Modifier and Type Method Description protected CronJobProgressTrackerAbstractRuleEngineJob. createCronJobProgressTracker(RuleEngineCronJobModel cronJob)Methods in de.hybris.platform.ruleengineservices.jobs.impl with parameters of type CronJobProgressTracker Modifier and Type Method Description protected abstract java.util.Optional<RuleCompilerPublisherResult>AbstractRuleEngineJob. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineAllModulesInitJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineCompilePublishJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineModuleInitJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineModuleSyncJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected java.util.Optional<RuleCompilerPublisherResult>RuleEngineUndeployJobPerformable. performInternal(RuleEngineCronJobModel cronJob, CronJobProgressTracker tracker)protected voidAbstractRuleEngineJob. setTrackerProgress(CronJobProgressTracker tracker, double progress) -
Uses of CronJobProgressTracker in de.hybris.platform.ruleengineservices.maintenance
Methods in de.hybris.platform.ruleengineservices.maintenance with parameters of type CronJobProgressTracker Modifier and Type Method Description <T extends SourceRuleModel>
RuleCompilerPublisherResultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker)Compiles and publishes rules with blocking on initialization -
Uses of CronJobProgressTracker in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl with parameters of type CronJobProgressTracker Modifier and Type Method Description protected <T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRules(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker, boolean blocking)<T extends SourceRuleModel>
RuleCompilerPublisherResultDefaultRuleMaintenanceService. compileAndPublishRulesWithBlocking(java.util.List<T> rules, java.lang.String moduleName, boolean enableIncrementalUpdate, CronJobProgressTracker cronJobProgressTracker)protected voidDefaultRuleMaintenanceService. updateCronJobTracker(CronJobProgressTracker tracker, int itemsTotal, int itemsProcessed)
-