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 voidrunOneIteration()protected com.google.common.util.concurrent.AbstractScheduledService.Schedulerscheduler()protected voidstartUp()
-
-
-
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:
startUpin classcom.google.common.util.concurrent.AbstractScheduledService- Throws:
java.lang.Exception
-
runOneIteration
protected void runOneIteration()
- Specified by:
runOneIterationin classcom.google.common.util.concurrent.AbstractScheduledService
-
scheduler
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
- Specified by:
schedulerin classcom.google.common.util.concurrent.AbstractScheduledService
-
-