Uses of Package
org.cojen.tupl.repl
Packages that use org.cojen.tupl.repl
Package
Description
See
Database
to get started with TuplDB.General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Classes in org.cojen.tupl.repl used by org.cojen.tuplClassDescriptionConfiguration options used when opening a replicator.Low-level replication interface, which receives messages in a non-delineated stream.
-
Classes in org.cojen.tupl.repl used by org.cojen.tupl.replClassDescriptionMessage-oriented replication interface, which is a bit easier to use than
StreamReplicator
.Interface called by any group member for reading committed messages.Interface called by the group leader for proposing messages.Defines common features available to all types of replicators.Direct interface for accessing replication data, for a given term.Direct interface for reading from a replicator, for a given term.Direct interface for writing to a replicator, for a given term.Configuration options used when opening a replicator.Supported membership roles.Receiver-side object for controlling the transmission of a database snapshot to a new group member.Sender-side object for controlling the transmission of a database snapshot to a new group member.Low-level replication interface, which receives messages in a non-delineated stream.Interface called by any group member for reading committed messages.Interface called by the group leader for proposing messages.