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, setTermpublic InstallSnapshotReply(long term,
                            String followerId,
                            int chunkIndex,
                            boolean success)
Copyright © 2019 OpenDaylight. All rights reserved.