
org.jsimpledb.kv.raft.fallback.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-kv-raft Show documentation
Show all versions of jsimpledb-kv-raft Show documentation
JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.
The newest version!
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* A partition-tolerant {@link org.jsimpledb.kv.KVDatabase} that automatically migrates between a clustered
* {@link org.jsimpledb.kv.raft.RaftKVDatabase} and a private non-clustered "standalone mode"
* {@link org.jsimpledb.kv.KVDatabase}, based on availability of the Raft cluster.
*
* @see org.jsimpledb.kv.raft.fallback.FallbackKVDatabase
*/
package org.jsimpledb.kv.raft.fallback;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy