public interface Threads extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<Threads>
This class represents the following YANG schema fragment defined in module ocp-radiohead-connection-provider-impl
container threads {
leaf boss-threads {
type uint16;
}
leaf worker-threads {
type uint16;
}
}
The schema path to identify an instance is
ocp-radiohead-connection-provider-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ocp:radiohead:connection:provider:impl?revision=2015-08-11)ocp-radiohead-connection-provider-impl/threads
To create instances of this class use ThreadsBuilder.
ThreadsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBossThreads() |
Integer |
getWorkerThreads() |
Copyright © 2016 OpenDaylight. All Rights Reserved.