| Interface | Description |
|---|---|
| ApplySnapshot.Callback |
| Class | Description |
|---|---|
| ApplySnapshot |
Internal message, issued by follower to its actor.
|
| ApplyState |
Local message sent by a RaftActor to itself to signal state has been applied to the state machine.
|
| CaptureSnapshot | |
| CaptureSnapshotReply | |
| CheckConsensusReached |
Internal message sent to the leader after persistence is complete to check if replication consensus has been reached.
|
| ElectionTimeout |
Local message sent to indicate the current election term has timed out.
|
| EmptyExternalizableProxy |
Abstract base that implements Externalizable with no-op methods that is intended for classes that use the
externalizable proxy pattern but have no data to serialize and read-resolve to a static instance.
|
| FollowerInitialSyncUpStatus |
The FollowerInitialSyncUpStatus is sent by a Follower to inform any RaftActor subclass whether the Follower
is at least at the same commitIndex as the Leader was when it sent the follower the very first heart beat.
|
| InitiateCaptureSnapshot | |
| LeaderTransitioning |
Message sent from a leader to its followers to indicate leadership transfer is starting.
|
| Replicate | |
| SendHeartBeat |
This messages is sent via a schedule to the Leader to prompt it to send a heart beat to its followers.
|
| SendInstallSnapshot |
Internal message sent from the SnapshotManager to its associated leader when a snapshot capture is complete to
prompt the leader to install the snapshot on its followers as needed.
|
| SnapshotComplete |
Internal message sent when a snapshot capture is complete.
|
| SwitchBehavior | |
| TimeoutNow |
Message sent to a follower to force an immediate election time out.
|
Copyright © 2019 OpenDaylight. All rights reserved.