Implement rest of the methods for TransactionProxy 13/8313/5
authorMoiz Raja <moraja@cisco.com>
Wed, 25 Jun 2014 00:01:25 +0000 (17:01 -0700)
committerMoiz Raja <moraja@cisco.com>
Mon, 30 Jun 2014 16:47:14 +0000 (09:47 -0700)
commitdca618b4ea28b0969f420981f919817835b576ac
tree19ccb87d5287aa7388a22f7810303c30d66e83f7
parent3df36bc424589cee4cbbc74e1e75b883d32046ad
Implement rest of the methods for TransactionProxy

Implement the following methods,
  - write
  - merge
  - delete
  - getIdentifier
  - ready
  - close

Introduce the ThreePhaseCommitCohortProxy

Change-Id: I8d6d58a9965966d3fa6f1230761480b15a0abc3c
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxy.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/TransactionProxy.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/utils/MessageCollectorActor.java [new file with mode: 0644]