Uses of Interface
io.microraft.model.log.SnapshotChunk
-
Packages that use SnapshotChunk Package Description io.microraft.model.log io.microraft.model.message io.microraft.persistence -
-
Uses of SnapshotChunk in io.microraft.model.log
Methods in io.microraft.model.log that return SnapshotChunk Modifier and Type Method Description SnapshotChunk
SnapshotChunk.SnapshotChunkBuilder. build()
Method parameters in io.microraft.model.log with type arguments of type SnapshotChunk Modifier and Type Method Description SnapshotEntry.SnapshotEntryBuilder
SnapshotEntry.SnapshotEntryBuilder. setSnapshotChunks(List<SnapshotChunk> snapshotChunks)
-
Uses of SnapshotChunk in io.microraft.model.message
Methods in io.microraft.model.message that return SnapshotChunk Modifier and Type Method Description SnapshotChunk
InstallSnapshotRequest. getSnapshotChunk()
Methods in io.microraft.model.message with parameters of type SnapshotChunk Modifier and Type Method Description InstallSnapshotRequest.InstallSnapshotRequestBuilder
InstallSnapshotRequest.InstallSnapshotRequestBuilder. setSnapshotChunk(SnapshotChunk snapshotChunk)
-
Uses of SnapshotChunk in io.microraft.persistence
Methods in io.microraft.persistence with parameters of type SnapshotChunk Modifier and Type Method Description void
NopRaftStore. persistSnapshotChunk(SnapshotChunk snapshotChunk)
void
RaftStore. persistSnapshotChunk(SnapshotChunk snapshotChunk)
Persists the given snapshot chunk.
-