| Interface | Description |
|---|---|
| GetDeadEventsCountInput |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): container input { leaf context-instance { type instance-identifier; } uses rpc-context-ref { refine (urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl? |
| GetDeadEventsCountOutput |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): container output { leaf result { type uint32; } } The schema path to identify an instance is threadpool-impl/get-dead-events-count/output To create instances of this class use GetDeadEventsCountOutputBuilder. |
| ThreadpoolImplService |
Interface for implementing the following YANG RPCs defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): rpc get-dead-events-count { input { leaf context-instance { type instance-identifier; } } output { leaf result { type uint32; } } } |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| AsyncEventbus |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): identity async-eventbus { base "()IdentityEffectiveStatementImpl[base=null, qname=(urn:opendaylight:params:xml:ns:yang:controller:config? |
| Eventbus |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): identity eventbus { base "()IdentityEffectiveStatementImpl[base=null, qname=(urn:opendaylight:params:xml:ns:yang:controller:config? |
| EventBusRpc |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): identity event-bus-rpc { status CURRENT; } The schema path to identify an instance is threadpool-impl/event-bus-rpc |
| GetDeadEventsCountInputBuilder |
Class that builds
GetDeadEventsCountInput instances. |
| GetDeadEventsCountOutputBuilder |
Class that builds
GetDeadEventsCountOutput instances. |
| ThreadfactoryNaming |
This class represents the following YANG schema fragment defined in module threadpool-impl
(Source path: META-INF/yang/threadpool-impl.yang): identity threadfactory-naming { base "()IdentityEffectiveStatementImpl[base=null, qname=(urn:opendaylight:params:xml:ns:yang:controller:config? |
Copyright © 2016 OpenDaylight. All rights reserved.