Uses of Interface
org.cojen.tupl.repl.SnapshotReceiver
Packages that use SnapshotReceiver
Package
Description
General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of SnapshotReceiver in org.cojen.tupl.repl
Methods in org.cojen.tupl.repl that return SnapshotReceiverModifier and TypeMethodDescriptionReplicator.requestSnapshot
(Map<String, String> options) Connect to a remote replication group member, for receiving a database snapshot.Start by receiving a snapshot from another group member, expected to be called only by newly joined members.