Package | Description |
---|---|
org.opendaylight.controller.config.threadpool | |
org.opendaylight.controller.config.threadpool.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ScheduledThreadPool
Interface representing scheduled
ThreadPool . |
Modifier and Type | Class and Description |
---|---|
class |
FixedThreadPoolWrapper
Implementation of
ThreadPool using fixed number of threads wraps
ExecutorService . |
class |
FlexibleThreadPoolWrapper
Implementation of
ThreadPool using flexible number of threads wraps
ExecutorService . |
class |
ScheduledThreadPoolWrapper
Implementation of
ScheduledThreadPool wraps
ScheduledExecutorService . |
Copyright © 2019 OpenDaylight. All rights reserved.