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 SnapshotChunkSnapshotChunk.SnapshotChunkBuilder. build()Method parameters in io.microraft.model.log with type arguments of type SnapshotChunk Modifier and Type Method Description SnapshotEntry.SnapshotEntryBuilderSnapshotEntry.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 SnapshotChunkInstallSnapshotRequest. getSnapshotChunk()Methods in io.microraft.model.message with parameters of type SnapshotChunk Modifier and Type Method Description InstallSnapshotRequest.InstallSnapshotRequestBuilderInstallSnapshotRequest.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 voidNopRaftStore. persistSnapshotChunk(SnapshotChunk snapshotChunk)voidRaftStore. persistSnapshotChunk(SnapshotChunk snapshotChunk)Persists the given snapshot chunk.
-