Class InstallSnapshotReply
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.RaftRPC
org.opendaylight.controller.cluster.raft.messages.InstallSnapshotReply
- All Implemented Interfaces:
 Serializable,ControlMessage
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInstallSnapshotReply(long term, String followerId, int chunkIndex, boolean success)  - 
Method Summary
 
- 
Constructor Details
- 
InstallSnapshotReply
 
 - 
 - 
Method Details
- 
getFollowerId
 - 
getChunkIndex
public int getChunkIndex() - 
isSuccess
public boolean isSuccess() 
 -