public interface NettyHashedWheelTimer extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<NettyHashedWheelTimer>, 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 netty-timer
case netty-hashed-wheel-timer {
leaf tick-duration {
type uint32;
status DEPRECATED;
}
leaf ticks-per-wheel {
type uint16;
status DEPRECATED;
}
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
ThreadFactory |
getThreadFactory()
Deprecated.
|
Long |
getTickDuration()
Deprecated.
|
Integer |
getTicksPerWheel()
Deprecated.
|
@Deprecated Long getTickDuration()
java.lang.Long tickDuration, or null if not present@Deprecated Integer getTicksPerWheel()
java.lang.Integer ticksPerWheel, or null if not present@Deprecated ThreadFactory getThreadFactory()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netty.timer.rev131119.modules.module.configuration.netty.hashed.wheel.timer.ThreadFactory threadFactory, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.