Uses of Package
org.opendaylight.controller.cluster.raft
Packages that use org.opendaylight.controller.cluster.raft
Package
Description
-
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.Interface for a class that participates in raft actor snapshotting.
-
-
Classes in org.opendaylight.controller.cluster.raft used by org.opendaylight.controller.cluster.raftClassDescriptionConfiguration Parameter interface for configuring the Raft consensus system.ElectionTerm contains information about a RaftActors election term.Implementation of PeerAddressResolver that does nothing.An akka Procedure that does nothing.RaftActorSnapshotCohort implementation that does nothing.Interface to resolve raft actor peer addresses.Stores information about a raft peer.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.Metadata about a RAFT journal entry.Represents the ReplicatedLog that needs to be kept in sync by the RaftActor.Represents one entry in the replicated log.Manages the capturing of snapshots for a RaftActor.Interface for a snapshot phase state.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.
-
-
Classes in org.opendaylight.controller.cluster.raft used by org.opendaylight.controller.cluster.raft.persistedClassDescriptionMetadata about a RAFT journal entry.Represents one entry in the replicated log.