BUG-2673: make CDS implement DOMDataTreeChangeListener 90/16690/25
authorRobert Varga <rovarga@cisco.com>
Tue, 17 Mar 2015 10:18:53 +0000 (11:18 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 31 Mar 2015 08:54:17 +0000 (10:54 +0200)
This patch adds the base support for registering
DOMDataTreeChangeListeners. These are delivered only on the local node,
as efficient serialization requires interaction with the cluster
topology and shard leadership handoff. That functionality will be
delivered in a follow-up patch.

It also introduces a bit common infrastructure to be used by
DataChangeListener code, as it performs a very similar function.

Change-Id: Ifb91d08857684fb160fd923bc25c294d2fca4bc3
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found