Package org.opendaylight.controller.config.threadpool.util
-
Class Summary Class Description FixedThreadPoolWrapper Implementation ofThreadPool
using fixed number of threads wrapsExecutorService
.FlexibleThreadPoolWrapper Implementation ofThreadPool
using flexible number of threads wrapsExecutorService
.NamingThreadPoolFactory Implementation ofThreadFactory
.ScheduledThreadPoolWrapper Implementation ofScheduledThreadPool
wrapsScheduledExecutorService
.