Class StatisticsPollingService
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractScheduledService
-
- org.opendaylight.openflowplugin.impl.statistics.StatisticsPollingService
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class StatisticsPollingService extends com.google.common.util.concurrent.AbstractScheduledService
-
-
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()-
Methods inherited from class com.google.common.util.concurrent.AbstractScheduledService
addListener, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, shutDown, startAsync, state, stopAsync, toString
-
-
-
-
Method Detail
-
startUp
protected void startUp()
- Overrides:
startUpin classcom.google.common.util.concurrent.AbstractScheduledService
-
runOneIteration
protected void runOneIteration() throws Exception- Specified by:
runOneIterationin classcom.google.common.util.concurrent.AbstractScheduledService- Throws:
Exception
-
scheduler
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
- Specified by:
schedulerin classcom.google.common.util.concurrent.AbstractScheduledService
-
-