Class FindLeader
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.client.messages.FindLeader
-
- All Implemented Interfaces:
Serializable
public final class FindLeader extends Object implements Serializable
Request to locate the leader raft actor. EachRaftActormust respond with aFindLeaderReplycontaining the address of the leader, as it is known to that particular actor.This message is intended for testing purposes only.
- See Also:
- Serialized Form
-
-
Field Detail
-
INSTANCE
public static final FindLeader INSTANCE
-
-