| Interface | Description |
|---|---|
| DisJoinTopicInput |
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } } The schema path to identify an instance is event-source/dis-join-topic/input To create instances of this class use DisJoinTopicInputBuilder. |
| EventSourceListener |
Interface for receiving the following YANG notifications defined in module event-source
(Source path: META-INF/yang/event-source.yang): notification event-source-status-notification { description "Notification of change event source status |
| EventSourceService |
Interface for implementing the following YANG RPCs defined in module event-source
(Source path: META-INF/yang/event-source.yang): rpc dis-join-topic { input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } } } rpc join-topic { input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } leaf notification-pattern { type notification-pattern; } } output { leaf status { type join-topic-status; } } } |
| EventSourceStatusNotification |
Notification of change event source status.
|
| JoinTopicInput |
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } leaf notification-pattern { type notification-pattern; } } The schema path to identify an instance is event-source/join-topic/input To create instances of this class use JoinTopicInputBuilder. |
| JoinTopicOutput |
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container output { leaf status { type join-topic-status; } } The schema path to identify an instance is event-source/join-topic/output To create instances of this class use JoinTopicOutputBuilder. |
| Node1 | |
| TopologyEventSourceType |
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): grouping topology-event-source-type { container topology-event-source { } } The schema path to identify an instance is event-source/topology-event-source-type |
| TopologyTypes1 |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| DisJoinTopicInputBuilder |
Class that builds
DisJoinTopicInput instances. |
| EventSourceStatusNotificationBuilder |
Class that builds
EventSourceStatusNotification instances. |
| JoinTopicInputBuilder |
Class that builds
JoinTopicInput instances. |
| JoinTopicOutputBuilder |
Class that builds
JoinTopicOutput instances. |
| Node1Builder |
Class that builds
Node1 instances. |
| TopologyTypes1Builder |
Class that builds
TopologyTypes1 instances. |
| Enum | Description |
|---|---|
| EventSourceStatus | |
| JoinTopicStatus |
Copyright © 2016 OpenDaylight. All rights reserved.