Package org.opendaylight.controller.cluster.raft.client.messages
-
Class Summary Class Description FindLeader Request to locate the leader raft actor.FindLeaderReply Reply toFindLeader
message, containing the address of the leader actor, as known to the raft actor which sent the message.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.