Introduce ShardStrategy and related code 22/8122/1
authorMoiz Raja <moraja@cisco.com>
Wed, 18 Jun 2014 21:00:08 +0000 (14:00 -0700)
committerMoiz Raja <moraja@cisco.com>
Wed, 18 Jun 2014 21:00:08 +0000 (14:00 -0700)
commitd04a1fa303f2a2e0a504b86f90fb8601a5b52ca3
tree6e08f0c3c2ea9a0cb30db2c53abcf779952f8cbf
parentd5f8fb508de526b8f95c871a056bd7d18353508f
Introduce ShardStrategy and related code

Change-Id: I0df1f18f7b3488acae440e3375e155ae7ee06abf
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/shardstrategy/DefaultShardStrategy.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/shardstrategy/ShardStrategy.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/shardstrategy/ShardStrategyFactory.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/shardstrategy/DefaultShardStrategyTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/shardstrategy/ShardStrategyFactoryTest.java [new file with mode: 0644]