Interface ShutdownableScheduledExecutorService
-
- All Superinterfaces:
java.util.concurrent.Executor
,ExecutorService
,java.util.concurrent.ExecutorService
,ScheduledExecutorService
,java.util.concurrent.ScheduledExecutorService
,Shutdownable
,ShutdownableExecutorService
,ShutdownableResource
- All Known Implementing Classes:
ShutdownableScheduledExecutorServiceImpl
public interface ShutdownableScheduledExecutorService extends ScheduledExecutorService, ShutdownableExecutorService
AScheduledExecutorService
interface which also extends theShutdownable
interface.
-
-
Method Summary
-
Methods inherited from interface com.linkedin.alpini.base.concurrency.ExecutorService
submit, submit, submit
-
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow
-
Methods inherited from interface com.linkedin.alpini.base.concurrency.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
-
Methods inherited from interface com.linkedin.alpini.base.registry.Shutdownable
shutdown, waitForShutdown, waitForShutdown
-
Methods inherited from interface com.linkedin.alpini.base.registry.ShutdownableExecutorService
unwrap
-
Methods inherited from interface com.linkedin.alpini.base.registry.ShutdownableResource
isShutdown, isTerminated
-
-