Class and Description |
---|
ConfigParams
Configuration Parameter interface for configuring the Raft consensus system
|
PeerAddressResolver
Interface to resolve raft actor peer addresses.
|
RaftActor
RaftActor encapsulates a state machine that needs to be kept synchronized
in a cluster.
|
RaftActorRecoveryCohort
Interface for a class that participates in raft actor persistence recovery.
|
RaftActorSnapshotCohort
Interface for a class that participates in raft actor snapshotting.
|
Class and Description |
---|
ConfigParams
Configuration Parameter interface for configuring the Raft consensus system
|
DefaultConfigParamsImpl
Default implementation of the ConfigParams.
|
RaftActor
RaftActor encapsulates a state machine that needs to be kept synchronized
in a cluster.
|
RaftActorRecoveryCohort
Interface for a class that participates in raft actor persistence recovery.
|
RaftActorSnapshotCohort
Interface for a class that participates in raft actor snapshotting.
|
Class and Description |
---|
ClientRequestTracker |
ConfigParams
Configuration Parameter interface for configuring the Raft consensus system
|
ElectionTerm
ElectionTerm contains information about a RaftActors election term.
|
NoopPeerAddressResolver
Implementation of PeerAddressResolver that does nothing.
|
NoopProcedure
An akka Procedure that does nothing.
|
NoopRaftActorSnapshotCohort
RaftActorSnapshotCohort implementation that does nothing.
|
PeerAddressResolver
Interface to resolve raft actor peer addresses.
|
PeerInfo
Stores information about a raft peer.
|
RaftActorContext
The RaftActorContext contains that portion of the RaftActors state that
needs to be shared with it's behaviors.
|
RaftActorLeadershipTransferCohort
A raft actor support class that participates in leadership transfer.
|
RaftActorRecoveryCohort
Interface for a class that participates in raft actor persistence recovery.
|
RaftActorSnapshotCohort
Interface for a class that participates in raft actor snapshotting.
|
RaftState |
ReplicatedLog
Represents the ReplicatedLog that needs to be kept in sync by the RaftActor.
|
ReplicatedLogEntry
Represents one entry in the replicated log.
|
SnapshotManager
Manages the capturing of snapshots for a RaftActor.
|
SnapshotState
Interface for a snapshot phase state.
|
VotingState
Enumerates voting states for a peer.
|
Class and Description |
---|
RaftState |
ReplicatedLogEntry
Represents one entry in the replicated log.
|
Class and Description |
---|
ClientRequestTracker |
FollowerLogInformation
The state of the followers log as known by the Leader.
|
RaftActorContext
The RaftActorContext contains that portion of the RaftActors state that
needs to be shared with it's behaviors.
|
RaftActorLeadershipTransferCohort
A raft actor support class that participates in leadership transfer.
|
RaftState |
Class and Description |
---|
ReplicatedLogEntry
Represents one entry in the replicated log.
|
Class and Description |
---|
ReplicatedLogEntry
Represents one entry in the replicated log.
|
Copyright © 2019 OpenDaylight. All rights reserved.