Uses of Class
io.permazen.kv.raft.fallback.FallbackKVDatabase
Packages that use FallbackKVDatabase
Package
Description
A distributed
KVDatabase
based on the Raft consensus algorithm.Raft-related CLI
Command
s.A partition-tolerant
KVDatabase
that automatically migrates between a clustered
RaftKVDatabase
and a private non-clustered "standalone mode"
KVDatabase
, based on availability of the Raft cluster.-
Uses of FallbackKVDatabase in io.permazen.kv.raft
Methods in io.permazen.kv.raft that return FallbackKVDatabaseModifier and TypeMethodDescriptionRaftKVImplementation.Config.configureFallback
(KVDatabase standaloneKV) RaftKVImplementation.Config.getFallback()
-
Uses of FallbackKVDatabase in io.permazen.kv.raft.cmd
Methods in io.permazen.kv.raft.cmd with parameters of type FallbackKVDatabaseModifier and TypeMethodDescriptionstatic void
RaftFallbackStatusCommand.printStatus
(PrintStream out, FallbackKVDatabase db) Print the fallback status status to the given destination. -
Uses of FallbackKVDatabase in io.permazen.kv.raft.fallback
Methods in io.permazen.kv.raft.fallback that return FallbackKVDatabaseMethods in io.permazen.kv.raft.fallback with parameters of type FallbackKVDatabaseModifier and TypeMethodDescriptionprotected boolean
FallbackTarget.checkAvailability
(FallbackKVDatabase fallbackDB) Perform an availability assessment of the underlyingRaftKVDatabase
associated with this instance.