public class InstallSnapshotReply extends AbstractRaftRPC
Constructor and Description |
---|
InstallSnapshotReply(long term,
String followerId,
int chunkIndex,
boolean success) |
Modifier and Type | Method and Description |
---|---|
int |
getChunkIndex() |
String |
getFollowerId() |
boolean |
isSuccess() |
String |
toString() |
getTerm, setTerm
public InstallSnapshotReply(long term, String followerId, int chunkIndex, boolean success)
Copyright © 2019 OpenDaylight. All rights reserved.