Bug 5740: Change RequestVote(Reply) to externalizable proxy 65/57765/1
authorTom Pantelis <tompantelis@gmail.com>
Wed, 24 May 2017 12:02:00 +0000 (08:02 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 24 May 2017 12:02:00 +0000 (08:02 -0400)
commit8d04a0c4e33016ec502c5b45d70c6454fe0a31e6
treec73f62735e40909f35a35291a16b7b2cccbf4a0f
parent9e6714ce7693d8e3c00adf72dafce78041d3a7cc
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]