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