Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends Object> |
NotificationPublishService.offerNotification(@NonNull Notification notification)
Publishes a notification to subscribed listeners.
|
@NonNull com.google.common.util.concurrent.ListenableFuture<? extends Object> |
NotificationPublishService.offerNotification(@NonNull Notification notification,
int timeout,
@NonNull TimeUnit unit)
Publishes a notification to subscribed listeners.
|
void |
NotificationPublishService.putNotification(@NonNull Notification notification)
Publishes a notification to subscribed listeners.
|
Modifier and Type | Method and Description |
---|---|
Notification |
BindingToNormalizedNodeCodec.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data) |
Notification |
LazySerializedDOMNotification.getBindingData() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Notification>> |
BindingToNormalizedNodeCodec.getNotificationClasses(Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> interested) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
BindingDOMNotificationPublishServiceAdapter.offerNotification(Notification notification) |
com.google.common.util.concurrent.ListenableFuture<? extends Object> |
BindingDOMNotificationPublishServiceAdapter.offerNotification(Notification notification,
int timeout,
TimeUnit unit) |
void |
BindingDOMNotificationPublishServiceAdapter.putNotification(Notification notification) |
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
BindingToNormalizedNodeCodec.toNormalizedNodeNotification(Notification data) |
Modifier and Type | Method and Description |
---|---|
@Nullable Notification |
BindingNormalizedNodeSerializer.fromNormalizedNodeNotification(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath path,
@NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data)
Translates supplied NormalizedNode Notification into Binding data.
|
Modifier and Type | Method and Description |
---|---|
@NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
BindingNormalizedNodeSerializer.toNormalizedNodeNotification(@NonNull Notification data)
Translates supplied Binding Notification or output into NormalizedNode notification.
|
Modifier and Type | Method and Description |
---|---|
Notification |
BindingNormalizedNodeCodecRegistry.fromNormalizedNodeNotification(org.opendaylight.yangtools.yang.model.api.SchemaPath path,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode data) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
BindingNormalizedNodeCodecRegistry.toNormalizedNodeNotification(Notification data) |
Modifier and Type | Method and Description |
---|---|
BindingStreamEventWriter |
BindingNormalizedNodeCodecRegistry.newNotificationWriter(Class<? extends Notification> notification,
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter streamWriter) |
Modifier and Type | Interface and Description |
---|---|
interface |
HardwareStateChange
A hardware-state-change notification is generated when the value of
/hardware/last-change changes in the operational state.
|
interface |
HardwareStateOperDisabled
A hardware-state-oper-disabled notification signifies that a component has
transitioned into the 'disabled' state.
|
interface |
HardwareStateOperEnabled
A hardware-state-oper-enabled notification signifies that a component has
transitioned into the 'enabled' state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
YangLibraryChange
Generated when the set of modules and submodules supported by the server has
changed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OutOfPixieDustNotification
Just a testing notification that we can not fly for now.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TwoLevelListChanged
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
IgpLinkEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
|
interface |
IgpNodeEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
|
interface |
IgpPrefixEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
|
interface |
TerminationPointEvent
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
|
Modifier and Type | Interface and Description |
---|---|
interface |
NotificationModule1
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module1
|
Copyright © 2019 OpenDaylight. All rights reserved.