| 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.
|
| Class and Description |
|---|
Consistency
RaftKVTransaction supported consistency levels. |
| Follower
Contains information maintained by leaders about followers.
|
| LogEntry
Represents one unapplied Raft log entry.
|
| NonLeaderRole |
| RaftKVDatabase
A distributed
KVDatabase based on the Raft consensus algorithm. |
RaftKVTransaction
RaftKVDatabase transaction. |
| Role |
| Timestamp
Represents a relative timestamp in milliseconds.
|
TxState
RaftKVTransaction states. |
| Class and Description |
|---|
| RaftKVDatabase
A distributed
KVDatabase based on the Raft consensus algorithm. |
RaftKVTransaction
RaftKVDatabase transaction. |
| Class and Description |
|---|
| RaftKVDatabase
A distributed
KVDatabase based on the Raft consensus algorithm. |
| Class and Description |
|---|
| Timestamp
Represents a relative timestamp in milliseconds.
|
Copyright © 2016. All rights reserved.