Uses of Class
io.permazen.kv.raft.fallback.FallbackTarget
Packages that use 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
Methods in io.permazen.kv.raft that return FallbackTarget -
Uses of FallbackTarget in io.permazen.kv.raft.fallback
Methods in io.permazen.kv.raft.fallback that return FallbackTargetModifier and TypeMethodDescriptionFallbackTarget.clone()
FallbackKVDatabase.getFallbackTarget()
Get most preferredFallbackTarget
.Methods in io.permazen.kv.raft.fallback that return types with arguments of type FallbackTargetModifier and TypeMethodDescriptionFallbackKVDatabase.getFallbackTargets()
Get theFallbackTarget
(s).Methods in io.permazen.kv.raft.fallback with parameters of type FallbackTargetModifier and TypeMethodDescriptionvoid
FallbackKVDatabase.setFallbackTarget
(FallbackTarget target) Configure a singleFallbackTarget
.Method parameters in io.permazen.kv.raft.fallback with type arguments of type FallbackTargetModifier and TypeMethodDescriptionvoid
FallbackKVDatabase.setFallbackTargets
(List<? extends FallbackTarget> targets) Configure multipleFallbackTarget
(s).