| Interface | Description |
|---|---|
| DataBroker |
<p>This class represents the following YANG schema fragment defined in module <b>statistics-manager</b>
<br>(Source path: <i>META-INF/yang/statistics-manager.yang</i>):
<pre>
container data-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>statistics-manager/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)statistics-manager/data-broker</i>
<p>To create instances of this class use
DataBrokerBuilder. |
| NotificationService |
<p>This class represents the following YANG schema fragment defined in module <b>statistics-manager</b>
<br>(Source path: <i>META-INF/yang/statistics-manager.yang</i>):
<pre>
container notification-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>statistics-manager/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)statistics-manager/notification-service</i>
<p>To create instances of this class use
NotificationServiceBuilder. |
| RpcRegistry |
<p>This class represents the following YANG schema fragment defined in module <b>statistics-manager</b>
<br>(Source path: <i>META-INF/yang/statistics-manager.yang</i>):
<pre>
container rpc-registry {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>statistics-manager/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)statistics-manager/rpc-registry</i>
<p>To create instances of this class use
RpcRegistryBuilder. |
| StatisticsManagerSettings |
<p>This class represents the following YANG schema fragment defined in module <b>statistics-manager</b>
<br>(Source path: <i>META-INF/yang/statistics-manager.yang</i>):
<pre>
container statistics-manager-settings {
leaf min-request-net-monitor-interval {
type int32;
}
leaf max-nodes-for-collector {
type int32;
}
}
</pre>
The schema path to identify an instance is
<i>statistics-manager/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?revision=2014-09-25)statistics-manager/statistics-manager-settings</i>
<p>To create instances of this class use
StatisticsManagerSettingsBuilder. |
| Class | Description |
|---|---|
| DataBrokerBuilder |
Class that builds
DataBroker instances. |
| NotificationServiceBuilder |
Class that builds
NotificationService instances. |
| RpcRegistryBuilder |
Class that builds
RpcRegistry instances. |
| StatisticsManagerSettingsBuilder |
Class that builds
StatisticsManagerSettings instances. |
Copyright © 2016. All rights reserved.