Class DataTreeChanged


  • public final class DataTreeChanged
    extends Object
    A message about a DataTree having been changed. The message is not serializable on purpose. For delegating the change across cluster nodes, this needs to be intercepted by a local agent and forwarded as reconstructed candidate.
    • Constructor Detail

      • DataTreeChanged

        public DataTreeChanged​(Collection<org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate> changes)
    • Method Detail

      • getChanges

        public Collection<org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate> getChanges()
        Return the data changes.
        Returns:
        Change events