Class MakeLeaderLocal
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.messages.MakeLeaderLocal
-
public final class MakeLeaderLocal extends Object
Message sent to local shard to try to gain shard leadership. Sender of this message will be notified about result of leadership transfer withStatus.Success, if leadership is successfully transferred to local shard. OtherwiseStatus.FailurewithLeadershipTransferFailedExceptionwill be sent to sender of this message.
-
-
Field Detail
-
INSTANCE
public static final MakeLeaderLocal INSTANCE
-
-