io.permazen.kv.raft.package-info Maven / Gradle / Ivy
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* A distributed {@link io.permazen.kv.KVDatabase} based on the Raft consensus algorithm.
*
* @see io.permazen.kv.raft.RaftKVDatabase
* @see The Raft Consensus Algorithm
*/
package io.permazen.kv.raft;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy