META-INF.jsimpledb.cli-command-implementations.xml 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.
<?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