Interface ShutdownableScheduledExecutorService
- All Superinterfaces:
Executor
,ExecutorService
,ExecutorService
,ScheduledExecutorService
,ScheduledExecutorService
,Shutdownable
,ShutdownableExecutorService
,ShutdownableResource
- All Known Implementing Classes:
ShutdownableScheduledExecutorServiceImpl
public interface ShutdownableScheduledExecutorService
extends ScheduledExecutorService, ShutdownableExecutorService
A
ScheduledExecutorService
interface which also extends the
Shutdownable
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