JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.permazen.kv.raft.cmd
package
io.permazen.kv.raft.cmd
Raft-related CLI
Command
s.
Related Packages
Package
Description
io.permazen.kv.raft
A distributed
KVDatabase
based on the Raft consensus algorithm.
io.permazen.kv.raft.fallback
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.
io.permazen.kv.raft.msg
Raft inter-node messages.
Classes
Class
Description
AbstractRaftCommand
AbstractTransactionRaftCommand
RaftAddCommand
RaftFallbackForceStandaloneCommand
RaftFallbackStatusCommand
RaftRemoveCommand
RaftStartElectionCommand
RaftStatusCommand
RaftStepDownCommand