BUG-2953: do not use a complete InMemoryDataStore 92/18192/3
authorRobert Varga <rovarga@cisco.com>
Mon, 13 Apr 2015 13:20:43 +0000 (15:20 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Tue, 14 Apr 2015 07:43:01 +0000 (07:43 +0000)
commita2bdd015673e5b938be0d9b4693da8946ca2bd7d
tree95b97db74553e8fe0da8cec872100be893307e2f
parent254cfb302af490110740ebef111ae28783018a02
BUG-2953: do not use a complete InMemoryDataStore

Aggregator functionality does not require sequencing or listener, but
rather simple manipulation. Instantiate a DataTree instead, simplifying
the class.

Change-Id: I1edc38f0722ddbd1145149bbc5efef5ab41b0146
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxy.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/NormalizedNodeAggregator.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/utils/NormalizedNodeAggregatorTest.java