Package uk.co.ractf.polaris.node.service
Class InstanceReconciliationService
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService
-
- uk.co.ractf.polaris.node.service.InstanceReconciliationService
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class InstanceReconciliationService extends com.google.common.util.concurrent.AbstractScheduledService
-
-
Constructor Summary
Constructors Constructor Description InstanceReconciliationService(ClusterState state, Node node, java.util.Set<Runner<?>> runners, NodeConfiguration nodeConfiguration, 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()
protected void
startUp()
-
-
-
Constructor Detail
-
InstanceReconciliationService
@Inject public InstanceReconciliationService(ClusterState state, Node node, java.util.Set<Runner<?>> runners, NodeConfiguration nodeConfiguration, NotificationFacade notifications)
-
-
Method Detail
-
startUp
protected void startUp() throws java.lang.Exception
- Overrides:
startUp
in classcom.google.common.util.concurrent.AbstractScheduledService
- Throws:
java.lang.Exception
-
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
-
-