Initial commit for the ClusteredDataStore 10/2410/8
authorMoiz Raja <moraja@cisco.com>
Tue, 5 Nov 2013 20:18:43 +0000 (12:18 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 6 Nov 2013 15:07:37 +0000 (15:07 +0000)
commitc9145dde459fde278597191e702366a3604c98d9
tree451cd8c14422c23d1ab6cd7e7b7b9c1a0dfed0b0
parenta5776dc4a7de1f36b61446d36a8ebd7ce4ded951
Initial commit for the ClusteredDataStore

The ClusteredDataStore provides a mechanism for the MD-SAL Broker to share data across a cluster. It can be used by other components/services as well to share data.

The ClusteredDataStore will use the ClusteringServices interface to create a cache and read/write data to it.

This only includes the structure of the project.

Moved clustered data store within md-sal

Change-Id: I37b24c8a91e6dc69815566bc0acd6dde561cbc29
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/clustered-data-store/implementation/pom.xml [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/implementation/src/main/java/org/opendaylight/controller/datastore/internal/Activator.java [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/implementation/src/main/java/org/opendaylight/controller/datastore/internal/ClusteredDataStore.java [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/implementation/src/test/java/org/opendaylight/controller/datastore/internal/ActivatorTest.java [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/implementation/src/test/java/org/opendaylight/controller/datastore/internal/ClusteredDataStoreTest.java [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/integrationtest/pom.xml [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/integrationtest/src/test/java/org/opendaylight/controller/datastore/ClusteredDataStoreIT.java [new file with mode: 0644]
opendaylight/md-sal/clustered-data-store/integrationtest/src/test/resources/logback.xml [new file with mode: 0644]
opendaylight/md-sal/pom.xml