Package org.opendaylight.controller.cluster.raft.base.messages


package org.opendaylight.controller.cluster.raft.base.messages
  • Class
    Description
    Internal message, issued by follower to its actor.
     
    Local message sent by a RaftActor to itself to signal state has been applied to the state machine.
     
     
    Internal message sent to the leader after persistence is complete to check if replication consensus has been reached.
    Local message sent to indicate the current election term has timed out.
    Deprecated, for removal: This API element is subject to removal in a future version.
    The FollowerInitialSyncUpStatus is sent by a Follower to inform any RaftActor subclass whether the Follower is at least at the same commitIndex as the Leader was when it sent the follower the very first heart beat.
     
    Message sent from a leader to its followers to indicate leadership transfer is starting.
     
    This messages is sent via a schedule to the Leader to prompt it to send a heart beat to its followers.
    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.
    Internal message sent when a snapshot capture is complete.
     
    Message sent to a follower to force an immediate election time out.