Implement rest of the methods for TransactionProxy 50/8350/1
authorMoiz Raja <moraja@cisco.com>
Wed, 25 Jun 2014 00:01:25 +0000 (17:01 -0700)
committerMoiz Raja <moraja@cisco.com>
Wed, 25 Jun 2014 18:54:11 +0000 (11:54 -0700)
commitf782ff1453e74547faaa9eee9a2812b48cff0883
tree0144799613a10107d2f98b2d52b57dbcf19cb9fd
parent9414aa61c08c83222ff2e1f7616e5e430c4b9b61
Implement rest of the methods for TransactionProxy

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

Introduce the ThreePhaseCommitCohortProxy

Change-Id: Ibe8427f516bea9135b34dc9253edda0e79cddd7e
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]