| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
FallbackKVTransaction |
FallbackKVDatabase.createTransaction() |
FallbackKVTransaction |
FallbackKVDatabase.createTransaction(Map<String,?> options) |
Copyright © 2016. All rights reserved.