Hi,

In the Javadoc of DataTreeChangeService it says:
"
If there is any pre-existing data in the data tree for the path for which you 
are
registering, you will receive an initial data change event, which will
contain all pre-existing data, marked as created.
"

Is this behavior guaranteed? Will all the existing data be received in a single 
"onDataTreeChanged" invocation?
I'm registering a ClusteredDataTreeChangeListener in my usecase, and I see that 
I don't receive all the data in the first call.


Thanks,
Guy Sela

_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to