HONEYCOMB-61: Config persister
authorMaros Marsalek <[email protected]>
Thu, 12 May 2016 14:05:46 +0000 (16:05 +0200)
committerMaros Marsalek <[email protected]>
Mon, 23 May 2016 09:23:40 +0000 (09:23 +0000)
commit1cafe726b137109c96e03b80335b6a70bf7f63e2
tree5ba4b0be02e1d164fe9262602f17605de2996fe0
parent4f721caed71f10c9db296f6aed8ed1b68ad3bf5e
HONEYCOMB-61: Config persister

Add PersistingDataTree adapter for in memory config data tree
Using JSON NormalizedNode writers from ODL

Change-Id: Ida91fe6aa34aaeaedcd061ba1551afe49bbddbbb
Signed-off-by: Maros Marsalek <[email protected]>
v3po/data-impl/pom.xml
v3po/data-impl/src/main/java/io/fd/honeycomb/v3po/data/impl/ConfigDataTree.java
v3po/data-impl/src/main/java/io/fd/honeycomb/v3po/data/impl/PersistingDataTreeAdapter.java [new file with mode: 0644]
v3po/data-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/honeycomb/params/xml/ns/yang/data/impl/rev160411/PersistingDataTreeAdapterModule.java [new file with mode: 0644]
v3po/data-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/honeycomb/params/xml/ns/yang/data/impl/rev160411/PersistingDataTreeAdapterModuleFactory.java [new file with mode: 0644]
v3po/data-impl/src/main/yang/data-impl.yang
v3po/data-impl/src/test/java/io/fd/honeycomb/v3po/data/impl/PersistingDataTreeAdapterTest.java [new file with mode: 0644]
v3po/data-impl/src/test/resources/expected-persisted-output.txt [new file with mode: 0644]
v3po/data-impl/src/test/resources/test-persistence.yang [new file with mode: 0644]
v3po/impl/src/main/config/default-config.xml