Complete implementation of ThreePhaseCommitCohortProxy 53/8353/1 topic/clustering
authorMoiz Raja <moraja@cisco.com>
Wed, 25 Jun 2014 02:50:57 +0000 (19:50 -0700)
committerMoiz Raja <moraja@cisco.com>
Wed, 25 Jun 2014 18:54:42 +0000 (11:54 -0700)
commit7514db1d9f5006100687bf8071be49b4c02cd535
treedf6cde165138bfefeb6e5ffddd681ba97f249101
parent459345506add2a752f80af228dfbff4779632bc9
Complete implementation of ThreePhaseCommitCohortProxy

Change-Id: Ic76dd33259daa935c0bdd5dc29c0fe0c7cff2424
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxy.java
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/exceptions/PrimaryNotFoundException.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/exceptions/TimeoutException.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/ActorContext.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxyTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/utils/TestUtils.java [new file with mode: 0644]