Uses of Interface
io.microraft.model.log.SnapshotChunk.SnapshotChunkBuilder
-
Packages that use SnapshotChunk.SnapshotChunkBuilder Package Description io.microraft.model io.microraft.model.log -
-
Uses of SnapshotChunk.SnapshotChunkBuilder in io.microraft.model
Methods in io.microraft.model that return SnapshotChunk.SnapshotChunkBuilder Modifier and Type Method Description SnapshotChunk.SnapshotChunkBuilderRaftModelFactory. createSnapshotChunkBuilder() -
Uses of SnapshotChunk.SnapshotChunkBuilder in io.microraft.model.log
Methods in io.microraft.model.log that return SnapshotChunk.SnapshotChunkBuilder Modifier and Type Method Description SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setGroupMembersView(RaftGroupMembersView groupMembersView)SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setIndex(long index)SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setOperation(Object operation)SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setSnapshotChunkCount(int snapshotChunkCount)SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setSnapshotChunkIndex(int snapshotChunkIndex)SnapshotChunk.SnapshotChunkBuilderSnapshotChunk.SnapshotChunkBuilder. setTerm(int term)
-