Package uk.co.ractf.polaris.node.service
Class NodeInfoSyncService
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService
-
- uk.co.ractf.polaris.node.service.NodeInfoSyncService
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class NodeInfoSyncService extends com.google.common.util.concurrent.AbstractScheduledService
-
-
Constructor Summary
Constructors Constructor Description NodeInfoSyncService(Node node, NodeConfiguration nodeConfiguration)
-
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
-
NodeInfoSyncService
@Inject public NodeInfoSyncService(Node node, NodeConfiguration nodeConfiguration)
-
-
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
-
-