Do not use protobuf serialization for FindPrimary and it's responses 55/9955/4
authorMoiz Raja <moraja@cisco.com>
Thu, 14 Aug 2014 17:37:21 +0000 (10:37 -0700)
committerMoiz Raja <moraja@cisco.com>
Sun, 24 Aug 2014 19:17:14 +0000 (12:17 -0700)
commit38126131b91a300c7545df31b9b1ba846292696e
tree1987a68b5d32c06c623ac96e6b9e5ab982e010a7
parent19ebaaaa8f6c4286f84379067599e48d20e44c57
Do not use protobuf serialization for FindPrimary and it's responses

FindPrimary, PrimaryFound and PrimaryNotFound are local messages so there
is no advantage to serializing and deserializing them into protobuf messages

Change-Id: Ib778c6ff10d5622276e5907292a39e77f1e72edf
Signed-off-by: Moiz Raja <moraja@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/FindPrimary.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/PrimaryFound.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/PrimaryNotFound.java