| Class and Description |
|---|
| ThreadpoolFlexible
This class represents the following YANG schema fragment defined in module threadpool-impl-flexible
(Source path: META-INF/yang/threadpool-impl-flexible.yang): case threadpool-flexible { leaf max-thread-count { type uint16; } leaf minThreadCount { type uint16; } leaf keepAliveMillis { type uint32; } leaf queueCapacity { type uint16; } container threadFactory { leaf type { type leafref; } leaf name { type leafref; } uses service-ref { refine (urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible? |
| ThreadpoolFlexibleBuilder
Class that builds
ThreadpoolFlexible instances. |
Copyright © 2016 OpenDaylight. All rights reserved.