| Package | Description |
|---|---|
| org.jsimpledb.kv.raft |
A distributed
KVDatabase based on the Raft consensus algorithm. |
| org.jsimpledb.kv.raft.cmd |
Raft-related CLI
Commands. |
| org.jsimpledb.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. |
| org.jsimpledb.kv.raft.msg |
Raft inter-node messages.
|
Copyright © 2016. All rights reserved.