| Package | Description |
|---|---|
| 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. |
| Class and Description |
|---|
| FallbackKVDatabase
A partition-tolerant
KVDatabase that automatically migrates between a clustered RaftKVDatabase
and a local, non-clustered "standalone mode" KVDatabase, based on availability of the Raft cluster. |
| Class and Description |
|---|
| FallbackKVTransaction
A
KVTransaction associated with a FallbackKVDatabase. |
| FallbackTarget
Represents one of the underlying
RaftKVDatabases managed by a FallbackKVDatabase. |
| MergeStrategy
Merge strategy used by a
FallbackKVDatabase when migrating from one underlying database to another. |
Copyright © 2016. All rights reserved.