Uses of Class
io.permazen.kv.raft.fallback.FallbackTarget
Package
Description
A distributed
KVDatabase
based on the Raft consensus algorithm.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 FallbackTarget in io.permazen.kv.raft
-
Uses of FallbackTarget in io.permazen.kv.raft.fallback
Modifier and TypeMethodDescriptionFallbackTarget.clone()
FallbackKVDatabase.getFallbackTarget()
Get most preferredFallbackTarget
.Modifier and TypeMethodDescriptionFallbackKVDatabase.getFallbackTargets()
Get theFallbackTarget
(s).Modifier and TypeMethodDescriptionvoid
FallbackKVDatabase.setFallbackTarget
(FallbackTarget target) Configure a singleFallbackTarget
.Modifier and TypeMethodDescriptionvoid
FallbackKVDatabase.setFallbackTargets
(List<? extends FallbackTarget> targets) Configure multipleFallbackTarget
(s).