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 with Status.Success, if leadership is successfully transferred to local shard. Otherwise Status.Failure with LeadershipTransferFailedException will be sent to sender of this message.