Uses of Package
org.opendaylight.controller.cluster.raft.behaviors
Packages that use org.opendaylight.controller.cluster.raft.behaviors
Package
Description
-
Classes in org.opendaylight.controller.cluster.raft.behaviors used by org.opendaylight.controller.cluster.raftClassDescriptionEncapsulates the leader state and logic for sending snapshot chunks to a follower.Abstract class that provides common code for a RaftActor behavior.
-
Classes in org.opendaylight.controller.cluster.raft.behaviors used by org.opendaylight.controller.cluster.raft.behaviorsClassDescriptionThe 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 in the Follower raft state.Abstract class that provides common code for a RaftActor behavior.