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.SnapshotChunkBuilder
RaftModelFactory. 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.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setGroupMembersView(RaftGroupMembersView groupMembersView)
SnapshotChunk.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setIndex(long index)
SnapshotChunk.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setOperation(Object operation)
SnapshotChunk.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setSnapshotChunkCount(int snapshotChunkCount)
SnapshotChunk.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setSnapshotChunkIndex(int snapshotChunkIndex)
SnapshotChunk.SnapshotChunkBuilder
SnapshotChunk.SnapshotChunkBuilder. setTerm(int term)
-