Class InstallSnapshotReply
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.messages.AbstractRaftRPC
-
- org.opendaylight.controller.cluster.raft.messages.InstallSnapshotReply
-
- All Implemented Interfaces:
ControlMessage,Serializable,RaftRPC
public final class InstallSnapshotReply extends AbstractRaftRPC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallSnapshotReply(long term, String followerId, int chunkIndex, boolean success)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChunkIndex()StringgetFollowerId()booleanisSuccess()StringtoString()-
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.AbstractRaftRPC
getTerm
-
-
-
-
Constructor Detail
-
InstallSnapshotReply
public InstallSnapshotReply(long term, String followerId, int chunkIndex, boolean success)
-
-