Uses of Package
org.opendaylight.controller.cluster.raft
Packages that use org.opendaylight.controller.cluster.raft
-
Classes in org.opendaylight.controller.cluster.raft used by org.opendaylight.controller.cluster.datastoreClassDescriptionConfiguration Parameter interface for configuring the Raft consensus system.Interface to resolve raft actor peer addresses.RaftActor encapsulates a state machine that needs to be kept synchronized in a cluster.Interface for a class that participates in raft actor persistence recovery.
-
Classes in org.opendaylight.controller.cluster.raft used by org.opendaylight.controller.cluster.raftClassDescriptionPrototype for a method which applies the command contained in a
LogEntry
.Configuration Parameter interface for configuring the Raft consensus system.The concept ofRaftActor
's access to its local state.Implementation of PeerAddressResolver that does nothing.RaftActorSnapshotCohort implementation that does nothing.Interface to resolve raft actor peer addresses.Stores information about a raft peer.This interface provides methods to persist data and is an abstraction of the akka-persistence persistence API.The RaftActorContext contains that portion of the RaftActors state that needs to be shared with it's behaviors.A raft actor support class that participates in leadership transfer.Interface for a class that participates in raft actor persistence recovery.Interface for a class that participates in raft actor snapshotting.Represents the ReplicatedLog that needs to be kept in sync by the RaftActor.A combination ofEntryMeta
and indicator of whether the entry is stable.Represents one entry in the replicated log.Manages the capturing of snapshots for a RaftActor.Enumerates voting states for a peer. -
Classes in org.opendaylight.controller.cluster.raft used by org.opendaylight.controller.cluster.raft.behaviorsClassDescriptionThe state of the followers log as known by the Leader.The RaftActorContext contains that portion of the RaftActors state that needs to be shared with it's behaviors.A raft actor support class that participates in leadership transfer.
-
-