Uses of Class
io.permazen.kv.raft.fallback.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
Modifier and TypeMethodDescriptionRaftKVImplementation.Config.configureFallback
(KVDatabase standaloneKV) RaftKVImplementation.Config.getFallback()
-
Uses of FallbackKVDatabase in io.permazen.kv.raft.cmd
Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
FallbackTarget.checkAvailability
(FallbackKVDatabase fallbackDB) Perform an availability assessment of the underlyingRaftKVDatabase
associated with this instance.