Uses of Package
io.permazen.kv.raft
Packages that use io.permazen.kv.raft
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.Raft inter-node messages.
-
Classes in io.permazen.kv.raft used by io.permazen.kv.raftClassDescription
RaftKVTransaction
supported consistency levels.Contains information maintained by leaders about followers.Represents one unapplied Raft log entry.A distributedKVDatabase
based on the Raft consensus algorithm.RaftKVDatabase
transaction.Represents a relative timestamp in milliseconds.RaftKVTransaction
states. -
Classes in io.permazen.kv.raft used by io.permazen.kv.raft.cmdClassDescription
RaftKVTransaction
supported consistency levels.A distributedKVDatabase
based on the Raft consensus algorithm.RaftKVDatabase
transaction. -
Classes in io.permazen.kv.raft used by io.permazen.kv.raft.fallbackClassDescriptionA distributed
KVDatabase
based on the Raft consensus algorithm.RaftKVDatabase
transaction. -
Classes in io.permazen.kv.raft used by io.permazen.kv.raft.msg