public interface AsyncEventbus extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<AsyncEventbus>, 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
(Source path: META-INF/yang/threadpool-impl.yang):
case async-eventbus {
container threadpool {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl?revision=2013-04-05)type {
leaf type {
type leafref;
}
}
}
}
}
The schema path to identify an instance is
threadpool-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl?revision=2013-04-05)async-eventbus| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Threadpool |
getThreadpool() |
Threadpool getThreadpool()
Copyright © 2016 OpenDaylight. All rights reserved.