Bug 4564: Implement restore from snapshot in RaftActor 80/29280/7
authorTom Pantelis <tpanteli@brocade.com>
Wed, 4 Nov 2015 07:09:45 +0000 (02:09 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 13 Nov 2015 06:57:09 +0000 (06:57 +0000)
The restore snapshot is supplied by the derived actor's
RaftActorRecoveryCohort. If one exists the the RaftActorRecoverySupport
desrializes and applies the snapshot.

I also add a Builder to MockRaftActor to make it easier to pass
additional params.

Change-Id: Ib52b24331038ed48221cc27086fa3cceafe39fcf
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>

No differences found