BUG-2138: DistributedShardListeners support for nested shards 89/49189/39
authorTomas Cere <tcere@cisco.com>
Thu, 8 Dec 2016 10:54:07 +0000 (11:54 +0100)
committerJakub Morvay <jmorvay@cisco.com>
Fri, 17 Mar 2017 17:01:28 +0000 (18:01 +0100)
commit20f8f30f4bbf1e982672c1f883a6a18b0e4539de
tree963fe0f3f83188e2f402a0c4975134ebfd4993d1
parent13a15f0230ccc28a2ed7212b59dc785accf97b9f
BUG-2138: DistributedShardListeners support for nested shards

Adds support for listeners in shards that have a subshard/s,
which re-asseble notifications received from subshards.

Change-Id: Icc7dfb971731d78c306a87335e54668f3bbc133e
Signed-off-by: Tomas Cere <tcere@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/DistributedShardChangePublisher.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/DistributedShardFrontend.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/sharding/ShardedDataTreeActor.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardFrontendTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java