Uses of Interface
org.cojen.tupl.repl.SnapshotSender
Packages that use SnapshotSender
Package
Description
General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of SnapshotSender in org.cojen.tupl.repl
Method parameters in org.cojen.tupl.repl with type arguments of type SnapshotSenderModifier and TypeMethodDescriptionvoid
Replicator.snapshotRequestAcceptor
(Consumer<SnapshotSender> acceptor) Install a callback to be invoked when a snapshot is requested by a new group member.