Bug 5740: Change RequestVote(Reply) to externalizable proxy 94/58394/2
authorTom Pantelis <tompantelis@gmail.com>
Wed, 24 May 2017 12:02:00 +0000 (08:02 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 9 Jun 2017 00:45:54 +0000 (00:45 +0000)
commit600535590d80c32baf7f3cafcc8db828eaee45a5
tree72837123e5c9d61806477404099943baf3656f95
parentda42d2ffc8904b8dd24596cf6d918a0d30c8c521
Bug 5740: Change RequestVote(Reply) to externalizable proxy

The other RaftRPC classes havwe been converted to use the
externalizable proxy pattern so we shoild convert RequestVote(Reply)
as well.

Change-Id: I0a2054d8426f66480f37061d1a9fc51464f705da
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/RequestVote.java
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/RequestVoteReply.java
opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/messages/RequestVoteReplyTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/messages/RequestVoteTest.java [new file with mode: 0644]