Uses of Interface
org.cojen.tupl.repl.MessageReplicator.Writer
Packages that use MessageReplicator.Writer
Package
Description
General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of MessageReplicator.Writer in org.cojen.tupl.repl
Methods in org.cojen.tupl.repl that return MessageReplicator.WriterModifier and TypeMethodDescriptionMessageReplicator.newWriter()
Returns a new writer for the leader to write into, or else returns null if the local member isn't the leader.MessageReplicator.newWriter
(long position) Returns a new writer for the leader to write into, or else returns null if the local member isn't the leader.