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, submitMethods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNowMethods inherited from interface com.linkedin.alpini.base.concurrency.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelayMethods inherited from interface com.linkedin.alpini.base.registry.Shutdownable
shutdown, waitForShutdown, waitForShutdownMethods inherited from interface com.linkedin.alpini.base.registry.ShutdownableExecutorService
unwrapMethods inherited from interface com.linkedin.alpini.base.registry.ShutdownableResource
isShutdown, isTerminated