snapshot = raft.getSnapshotStore().getSnapshotByIndex(index) | snapshots = raft.getSnapshotStore().getSnapshotsByIndex(index - 1) | raft.getSnapshotStore().getSnapshotByIndex(index) | raft.getSnapshotStore().getSnapshotsByIndex(index - 1) | atomix | bdee68351a3ce8c017cf0c493a1755a673707ed7 | io.atomix.protocols.raft.impl.RaftServiceManager | | | v0 | raft.getSnapshotStore() |
---|
v1 | index |
---|
| | v0 | raft.getSnapshotStore() |
---|
v1 | index |
---|
| AssignedTo | False |
Snapshot snapshot=raft.getSnapshotStore().getSnapshotByIndex(index); | Collection<Snapshot> snapshots=raft.getSnapshotStore().getSnapshotsByIndex(index - 1); | raft.getSnapshotStore().getSnapshotByIndex(index) | raft.getSnapshotStore().getSnapshotsByIndex(index - 1) | atomix | bdee68351a3ce8c017cf0c493a1755a673707ed7 | io.atomix.protocols.raft.impl.RaftServiceManager | | | v0 | raft.getSnapshotStore() |
---|
v1 | index |
---|
| | v0 | raft.getSnapshotStore() |
---|
v1 | index |
---|
| AssignedTo | False |