Uses of Interface
org.cojen.tupl.repl.StreamReplicator
Packages that use StreamReplicator
Package
Description
See
Database to get started with TuplDB.General-purpose Raft-based replication system,
intended for supporting fully replicated databases.
-
Uses of StreamReplicator in org.cojen.tupl
Methods in org.cojen.tupl with parameters of type StreamReplicatorModifier and TypeMethodDescriptionDatabaseConfig.replicate(StreamReplicator repl) Enable replication with an explicitStreamReplicatorinstance. -
Uses of StreamReplicator in org.cojen.tupl.repl
Methods in org.cojen.tupl.repl that return StreamReplicatorModifier and TypeMethodDescriptionstatic StreamReplicatorStreamReplicator.open(ReplicatorConfig config) Open a StreamReplicator instance, creating it if necessary.