KVDatabase based on the Raft consensus algorithm.See: Description
| Class | Description |
|---|---|
| CandidateRole |
Raft candidate role.
|
| Follower |
Contains information maintained by leaders about followers.
|
| FollowerRole |
Raft follower role.
|
| LeaderRole |
Raft leader role.
|
| LogEntry |
Represents one unapplied Raft log entry.
|
| NonLeaderRole | |
| RaftKVDatabase |
A distributed
KVDatabase based on the Raft consensus algorithm. |
| RaftKVImplementation | |
| RaftKVTransaction |
RaftKVDatabase transaction. |
| Role | |
| Timestamp |
Represents a relative timestamp in milliseconds.
|
| Enum | Description |
|---|---|
| Consistency |
RaftKVTransaction supported consistency levels. |
| TxState |
RaftKVTransaction states. |
KVDatabase based on the Raft consensus algorithm.RaftKVDatabase,
The Raft Consensus AlgorithmCopyright © 2016. All rights reserved.