| 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 |
|---|---|
FallbackTarget |
FallbackTarget.clone() |
FallbackTarget |
FallbackKVDatabase.getFallbackTarget()
Get most preferred
FallbackTarget. |
| Modifier and Type | Method and Description |
|---|---|
List<FallbackTarget> |
FallbackKVDatabase.getFallbackTargets()
Get the
FallbackTarget(s). |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackKVDatabase.setFallbackTarget(FallbackTarget target)
Configure a single
FallbackTarget. |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackKVDatabase.setFallbackTargets(List<? extends FallbackTarget> targets)
Configure multiple
FallbackTarget(s). |
Copyright © 2016. All rights reserved.