Package org.opendaylight.controller.cluster.raft.behaviors
@Export
package org.opendaylight.controller.cluster.raft.behaviors
-
ClassesClassDescriptionThe behavior of a RaftActor when it is in the Leader state.This messages is sent via a schedule to the Leader to prompt it to send a heart beat to its followers.The behavior of a RaftActor when it is in the Candidate raft state.The behavior of a RaftActor in the Follower raft state.Leader which is termed as isolated.The behavior of a RaftActor when it is in the Leader state.Encapsulates the leader state and logic for sending snapshot chunks to a follower.The behavior of a RaftActor when it is in the PreLeader state.Abstract class that provides common code for a RaftActor behavior.