All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jsimpledb.cli-command-implementations.xml Maven / Gradle / Ivy

Go to download

JSimpleDB distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.

There is a newer version: 3.6.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<cli-command-implementations>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftAddCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftFallbackForceStandaloneCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftFallbackStatusCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftRemoveCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftStartElectionCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftStatusCommand"/>
    <cli-command-implementation class="org.jsimpledb.kv.raft.cmd.RaftStepDownCommand"/>
</cli-command-implementations>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy