java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.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 Details

  • Method Details

    • getChanges

      public List<DataTreeCandidate> getChanges()
      Return the data changes.
      Returns:
      Change events