Class InstallSnapshotReply

java.lang.Object
org.opendaylight.controller.cluster.raft.messages.RaftRPC
org.opendaylight.controller.cluster.raft.messages.InstallSnapshotReply
All Implemented Interfaces:
Serializable, org.apache.pekko.dispatch.ControlMessage

public final class InstallSnapshotReply extends RaftRPC
See Also:
  • Constructor Details

    • InstallSnapshotReply

      public InstallSnapshotReply(long term, String followerId, int chunkIndex, boolean success)
  • Method Details

    • getFollowerId

      public String getFollowerId()
    • getChunkIndex

      public int getChunkIndex()
    • isSuccess

      public boolean isSuccess()