Uses of Package
org.opendaylight.controller.cluster.raft.base.messages
-
Packages that use org.opendaylight.controller.cluster.raft.base.messages Package Description org.opendaylight.controller.cluster.raft org.opendaylight.controller.cluster.raft.base.messages -
Classes in org.opendaylight.controller.cluster.raft.base.messages used by org.opendaylight.controller.cluster.raft Class Description ApplySnapshot Internal message, issued by follower to its actor.ApplyState Local message sent by a RaftActor to itself to signal state has been applied to the state machine.CaptureSnapshot -
Classes in org.opendaylight.controller.cluster.raft.base.messages used by org.opendaylight.controller.cluster.raft.base.messages Class Description ApplySnapshot.Callback CheckConsensusReached Internal message sent to the leader after persistence is complete to check if replication consensus has been reached.ElectionTimeout Local message sent to indicate the current election term has timed out.SendHeartBeat This messages is sent via a schedule to the Leader to prompt it to send a heart beat to its followers.SnapshotComplete Internal message sent when a snapshot capture is complete.TimeoutNow Message sent to a follower to force an immediate election time out.