Class RequestLeadership
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.messages.RequestLeadership
-
- All Implemented Interfaces:
Serializable
public final class RequestLeadership extends Object implements Serializable
Message sent to leader to transfer leadership to a particular follower.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestLeadership(String requestedFollowerId, akka.actor.ActorRef replyTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.ActorRef
getReplyTo()
String
getRequestedFollowerId()
String
toString()
-
-
-
Constructor Detail
-
RequestLeadership
public RequestLeadership(String requestedFollowerId, akka.actor.ActorRef replyTo)
-
-