Package | Description |
---|---|
org.opendaylight.controller.cluster.raft | |
org.opendaylight.controller.cluster.raft.base.messages |
Class and 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 |
Class and Description |
---|
ApplySnapshot.Callback |
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.
|
SendHeartBeat
This messages is sent via a schedule to the Leader to prompt it to send a heart beat to its followers.
|
SnapshotComplete
Internal message sent when a snapshot capture is complete.
|
TimeoutNow
Message sent to a follower to force an immediate election time out.
|
Copyright © 2019 OpenDaylight. All rights reserved.