Modifier and Type | Method and Description |
---|---|
void |
DataChangeListenerRegistrationProxy.init(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
AsyncDataBroker.DataChangeScope scope) |
<L extends AsyncDataChangeListener<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>> |
AbstractDataStore.registerChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
L listener,
AsyncDataBroker.DataChangeScope scope) |
Modifier and Type | Method and Description |
---|---|
AsyncDataBroker.DataChangeScope |
RegisterChangeListener.getScope() |
Constructor and Description |
---|
RegisterChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
akka.actor.ActorRef dataChangeListenerActor,
AsyncDataBroker.DataChangeScope scope,
boolean registerOnAllInstances) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DataChangeListener> |
DataBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path,
DataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope)
Registers a
AsyncDataChangeListener to receive
notifications when data changes under a given path in the conceptual data
tree. |
org.opendaylight.yangtools.concepts.ListenerRegistration<DataChangeListener> |
ForwardingDataBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path,
DataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DataChangeListener> |
AbstractForwardedDataBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> path,
DataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Modifier and Type | Method and Description |
---|---|
static AsyncDataBroker.DataChangeScope |
AsyncDataBroker.DataChangeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncDataBroker.DataChangeScope[] |
AsyncDataBroker.DataChangeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<L> |
AsyncDataBroker.registerDataChangeListener(LogicalDatastoreType store,
P path,
L listener,
AsyncDataBroker.DataChangeScope triggeringScope)
Registers a
AsyncDataChangeListener to receive
notifications when data changes under a given path in the conceptual data
tree. |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMDataChangeListener> |
AbstractDOMDataBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
DOMDataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMDataChangeListener> |
LegacyShardedDOMDataBrokerAdapter.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
DOMDataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMDataChangeListener> |
ForwardingDOMDataBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
DOMDataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Modifier and Type | Field and Description |
---|---|
AsyncDataBroker.DataChangeScope |
DOMImmutableDataChangeEvent.Builder.scope |
Modifier and Type | Method and Description |
---|---|
AsyncDataBroker.DataChangeScope |
DataChangeListenerRegistration.getScope() |
protected AsyncDataBroker.DataChangeScope |
DOMImmutableDataChangeEvent.getScope() |
Modifier and Type | Method and Description |
---|---|
static DOMImmutableDataChangeEvent.Builder |
DOMImmutableDataChangeEvent.builder(AsyncDataBroker.DataChangeScope scope) |
<L extends AsyncDataChangeListener<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>> |
InMemoryDOMDataStore.registerChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
L listener,
AsyncDataBroker.DataChangeScope scope) |
Modifier and Type | Method and Description |
---|---|
<L extends AsyncDataChangeListener<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>> |
ListenerTree.registerDataChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
L listener,
AsyncDataBroker.DataChangeScope scope)
Registers listener on this node.
|
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMDataChangeListener> |
TracingBroker.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier yiid,
DOMDataChangeListener listener,
AsyncDataBroker.DataChangeScope scope) |
Modifier and Type | Method and Description |
---|---|
<L extends AsyncDataChangeListener<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>> |
DOMStore.registerChangeListener(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
L listener,
AsyncDataBroker.DataChangeScope scope)
Registers
AsyncDataChangeListener for Data Change callbacks which will
be triggered on the change of provided subpath. |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yangtools.concepts.ListenerRegistration<DOMDataChangeListener> |
DOMDataBrokerProxy.registerDataChangeListener(LogicalDatastoreType store,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path,
DOMDataChangeListener listener,
AsyncDataBroker.DataChangeScope triggeringScope) |
Copyright © 2019 OpenDaylight. All rights reserved.