Class UnInitializedFollowerSnapshotReply

java.lang.Object
org.opendaylight.controller.cluster.raft.messages.UnInitializedFollowerSnapshotReply
All Implemented Interfaces:
ControlMessage

public class UnInitializedFollowerSnapshotReply extends Object implements ControlMessage
Local message sent to self on receiving the InstallSnapshotReply from a follower indicating that the catch up of the follower has completed successfully for an AddServer operation.
  • Constructor Details

    • UnInitializedFollowerSnapshotReply

      public UnInitializedFollowerSnapshotReply(String followerId)
  • Method Details