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