Package org.opendaylight.controller.cluster.raft.base.messages
@Export
package org.opendaylight.controller.cluster.raft.base.messages
-
ClassDescriptionLocal message sent by a RaftActor to itself to signal state has been applied to the state machine.Local message sent to indicate the current election term has timed out.This message 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.Request aRaftActor
to become a follower in specified term.Request aRaftActor
to become a leader in specified term.Message sent to a follower to force an immediate election time out.