CDS: add backend support for local transactions 55/19255/10
authorRobert Varga <rovarga@cisco.com>
Sat, 25 Apr 2015 08:44:13 +0000 (10:44 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Sat, 9 May 2015 04:31:30 +0000 (00:31 -0400)
Add the message for submitting a DataTreeModification from the frontend
and the logic to apply it to the Shard's DataTree instance. This is
similar to BatchedModifications, except is is always considered ready.

The ReadyLocalTransaction is not directly serializable, but we create a
new serializer, which turns it into BatchedModifications when
serializing to byte stream.

Change-Id: I23a39c7b5997b48a355af73287d19bbf3ab0ae20
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found