Class SendInstallSnapshot
java.lang.Object
org.opendaylight.controller.cluster.raft.base.messages.SendInstallSnapshot
Internal message sent from the SnapshotManager to its associated leader when a snapshot capture is complete to
 prompt the leader to install the snapshot on its followers as needed.
- 
Constructor Summary
ConstructorsConstructorDescriptionSendInstallSnapshot(@NonNull Snapshot snapshot, @NonNull ByteSource snapshotBytes)  - 
Method Summary
 
- 
Constructor Details
- 
SendInstallSnapshot
 
 - 
 - 
Method Details
- 
getSnapshot
 - 
getSnapshotBytes
 
 -