public interface ThreadpoolFlexible extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ThreadpoolFlexible>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
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?revision=2013-12-01)type {
leaf type {
type leafref;
}
}
}
}
}
The schema path to identify an instance is
threadpool-impl-flexible/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible?revision=2013-12-01)threadpool-flexible| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getKeepAliveMillis() |
Integer |
getMaxThreadCount() |
Integer |
getMinThreadCount() |
Integer |
getQueueCapacity()
Capacity of queue that holds waiting tasks
|
ThreadFactory |
getThreadFactory() |
Integer getMaxThreadCount()
Integer getMinThreadCount()
Long getKeepAliveMillis()
Integer getQueueCapacity()
ThreadFactory getThreadFactory()
Copyright © 2016 OpenDaylight. All rights reserved.