BUG 2970 : Create a utility class which can prune a normalized node based on the... 74/20974/5
authorMoiz Raja <moraja@cisco.com>
Fri, 22 May 2015 11:03:00 +0000 (04:03 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 May 2015 13:00:38 +0000 (13:00 +0000)
commit9055581e2aabac7478102c6b05f9118b443a9d64
treef317556039f87f6e5c3a14aecd8a75fb1ded1fb9
parent6e875b7412ea4ed282a88dff061ce4aff96cd477
BUG 2970 : Create a utility class which can prune a normalized node based on the schema context

This will be used when a data modification operation fails because of a missing schema
failure.

Change-Id: I6e07763051cc2181c0c786a0762cbf6a3c5c4eed
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/transformer/NormalizedNodeBuilderWrapper.java [new file with mode: 0644]
opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/transformer/NormalizedNodePruner.java [new file with mode: 0644]
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/transformer/NormalizedNodePrunerTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/util/TestModel.java