@Deprecated public interface ThreadFactory 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<ThreadFactory>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceRef
This class represents the following YANG schema fragment defined in module netty-timer
container thread-factory {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:netty:timer?revision=2013-11-19)type {
leaf type {
type leafref;
}
}
}
status DEPRECATED;
}
The schema path to identify an instance is
netty-timer/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:netty:timer?revision=2013-11-19)netty-hashed-wheel-timer/thread-factory
To create instances of this class use ThreadFactoryBuilder.
ThreadFactoryBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
Copyright © 2017 OpenDaylight. All rights reserved.