Uses of Interface
org.cojen.tupl.repl.Replicator.Reader
Packages that use Replicator.Reader
Package
Description
General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of Replicator.Reader in org.cojen.tupl.repl
Subinterfaces of Replicator.Reader in org.cojen.tupl.replModifier and TypeInterfaceDescriptionstatic interface
Interface called by any group member for reading committed messages.static interface
Interface called by any group member for reading committed messages.Methods in org.cojen.tupl.repl that return Replicator.ReaderModifier and TypeMethodDescriptionReplicator.newReader
(long position, boolean follow) Returns a new reader which accesses data starting from the given position.