| Class | Description |
|---|---|
| FindLeader |
Request to locate the leader raft actor.
|
| FindLeaderReply |
Reply to
FindLeader message, containing the address of the leader actor, as known to the raft actor which
sent the message. |
| FollowerInfo |
A bean class containing a snapshot of information for a follower returned from GetOnDemandRaftStats.
|
| GetOnDemandRaftState |
Local message sent to a RaftActor to obtain a snapshot of statistical information.
|
| GetSnapshot |
Internal client message to get a snapshot of the current state based on whether or not persistence is
enabled.
|
| GetSnapshotReply |
Reply to GetSnapshot that returns a serialized Snapshot instance.
|
| OnDemandRaftState |
The response to a GetOnDemandRaftState message.
|
| OnDemandRaftState.AbstractBuilder<B extends OnDemandRaftState.AbstractBuilder<B,T>,T extends OnDemandRaftState> | |
| OnDemandRaftState.Builder | |
| Shutdown |
Message sent to a raft actor to shutdown gracefully.
|
Copyright © 2019 OpenDaylight. All rights reserved.