Class TaskScaleReconciliationService
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService
-
- uk.co.ractf.polaris.controller.service.TaskScaleReconciliationService
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class TaskScaleReconciliationService extends com.google.common.util.concurrent.AbstractScheduledService
-
-
Constructor Summary
Constructors Constructor Description TaskScaleReconciliationService(ClusterState controller, TaskScaler taskScaler, ControllerConfiguration config, NotificationFacade notifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runOneIteration()
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler
scheduler()
-
-
-
Constructor Detail
-
TaskScaleReconciliationService
@Inject public TaskScaleReconciliationService(ClusterState controller, TaskScaler taskScaler, ControllerConfiguration config, NotificationFacade notifications)
-
-
Method Detail
-
runOneIteration
protected void runOneIteration()
- Specified by:
runOneIteration
in classcom.google.common.util.concurrent.AbstractScheduledService
-
scheduler
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
- Specified by:
scheduler
in classcom.google.common.util.concurrent.AbstractScheduledService
-
-