Package uk.co.ractf.polaris.node.service
Class OrphanKillerService
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService
-
- uk.co.ractf.polaris.node.service.OrphanKillerService
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class OrphanKillerService extends com.google.common.util.concurrent.AbstractScheduledService
-
-
Constructor Summary
Constructors Constructor Description OrphanKillerService(java.util.Set<Runner<?>> runners, NodeConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runOneIteration()
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler
scheduler()
-
-
-
Constructor Detail
-
OrphanKillerService
@Inject public OrphanKillerService(java.util.Set<Runner<?>> runners, NodeConfiguration configuration)
-
-
Method Detail
-
runOneIteration
public 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
-
-