Class FixedThreadPoolWrapper

java.lang.Object
org.opendaylight.controller.config.threadpool.util.FixedThreadPoolWrapper
All Implemented Interfaces:
Closeable, AutoCloseable, ThreadPool

public class FixedThreadPoolWrapper extends Object implements ThreadPool, Closeable
Implementation of ThreadPool using fixed number of threads wraps ExecutorService.