Uses of Interface
org.opendaylight.controller.config.threadpool.ThreadPool
-
Packages that use ThreadPool Package Description org.opendaylight.controller.config.threadpool org.opendaylight.controller.config.threadpool.util -
-
Uses of ThreadPool in org.opendaylight.controller.config.threadpool
Subinterfaces of ThreadPool in org.opendaylight.controller.config.threadpool Modifier and Type Interface Description interface
ScheduledThreadPool
Interface representing scheduledThreadPool
. -
Uses of ThreadPool in org.opendaylight.controller.config.threadpool.util
Classes in org.opendaylight.controller.config.threadpool.util that implement ThreadPool Modifier and Type Class Description class
FixedThreadPoolWrapper
Implementation ofThreadPool
using fixed number of threads wrapsExecutorService
.class
FlexibleThreadPoolWrapper
Implementation ofThreadPool
using flexible number of threads wrapsExecutorService
.class
ScheduledThreadPoolWrapper
Implementation ofScheduledThreadPool
wrapsScheduledExecutorService
.
-