jar

io.permazen : permazen-kv-raft

Maven & Gradle

Apr 04, 2023
1 usages
269 stars

Permazen Raft Key/Value Store · Permazen distributed, linearizable ACID compliant key/value store implementation based on the Raft consensus algorithm.

Table Of Contents

Latest Version

Download io.permazen : permazen-kv-raft JAR file - Latest Versions:

All Versions

Download io.permazen : permazen-kv-raft JAR file - All Versions:

Version Vulnerabilities Size Updated
4.2.x
4.1.x
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window permazen-kv-raft-4.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.permazen.kv.raft.fallback

├─ io.permazen.kv.raft.fallback.FallbackKVDatabase.class - [JAR]

├─ io.permazen.kv.raft.fallback.FallbackKVTransaction.class - [JAR]

├─ io.permazen.kv.raft.fallback.FallbackTarget.class - [JAR]

├─ io.permazen.kv.raft.fallback.MergeStrategy.class - [JAR]

├─ io.permazen.kv.raft.fallback.NullMergeStrategy.class - [JAR]

├─ io.permazen.kv.raft.fallback.OverwriteMergeStrategy.class - [JAR]

├─ io.permazen.kv.raft.fallback.package-info.class - [JAR]

io.permazen.kv.raft.msg

├─ io.permazen.kv.raft.msg.AbstractPingMessage.class - [JAR]

├─ io.permazen.kv.raft.msg.AppendRequest.class - [JAR]

├─ io.permazen.kv.raft.msg.AppendResponse.class - [JAR]

├─ io.permazen.kv.raft.msg.CommitRequest.class - [JAR]

├─ io.permazen.kv.raft.msg.CommitResponse.class - [JAR]

├─ io.permazen.kv.raft.msg.GrantVote.class - [JAR]

├─ io.permazen.kv.raft.msg.InstallSnapshot.class - [JAR]

├─ io.permazen.kv.raft.msg.Message.class - [JAR]

├─ io.permazen.kv.raft.msg.MessageSwitch.class - [JAR]

├─ io.permazen.kv.raft.msg.PingRequest.class - [JAR]

├─ io.permazen.kv.raft.msg.PingResponse.class - [JAR]

├─ io.permazen.kv.raft.msg.RequestVote.class - [JAR]

├─ io.permazen.kv.raft.msg.package-info.class - [JAR]

io.permazen.kv.raft

├─ io.permazen.kv.raft.AbstractTransactionService.class - [JAR]

├─ io.permazen.kv.raft.CandidateRole.class - [JAR]

├─ io.permazen.kv.raft.CheckReadyTransactionService.class - [JAR]

├─ io.permazen.kv.raft.CheckWaitingTransactionService.class - [JAR]

├─ io.permazen.kv.raft.Consistency.class - [JAR]

├─ io.permazen.kv.raft.FileWriter.class - [JAR]

├─ io.permazen.kv.raft.Follower.class - [JAR]

├─ io.permazen.kv.raft.FollowerRole.class - [JAR]

├─ io.permazen.kv.raft.LeaderRole.class - [JAR]

├─ io.permazen.kv.raft.Log.class - [JAR]

├─ io.permazen.kv.raft.LogEntry.class - [JAR]

├─ io.permazen.kv.raft.MostRecentView.class - [JAR]

├─ io.permazen.kv.raft.NewLogEntry.class - [JAR]

├─ io.permazen.kv.raft.NonLeaderRole.class - [JAR]

├─ io.permazen.kv.raft.RaftKVDatabase.class - [JAR]

├─ io.permazen.kv.raft.RaftKVImplementation.class - [JAR]

├─ io.permazen.kv.raft.RaftKVTransaction.class - [JAR]

├─ io.permazen.kv.raft.Role.class - [JAR]

├─ io.permazen.kv.raft.Service.class - [JAR]

├─ io.permazen.kv.raft.SnapshotReceive.class - [JAR]

├─ io.permazen.kv.raft.SnapshotTransmit.class - [JAR]

├─ io.permazen.kv.raft.Timer.class - [JAR]

├─ io.permazen.kv.raft.Timestamp.class - [JAR]

├─ io.permazen.kv.raft.TxState.class - [JAR]

├─ io.permazen.kv.raft.Util.class - [JAR]

├─ io.permazen.kv.raft.package-info.class - [JAR]

io.permazen.kv.raft.cmd

├─ io.permazen.kv.raft.cmd.AbstractRaftCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.AbstractTransactionRaftCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftAddCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftFallbackForceStandaloneCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftFallbackStatusCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftRemoveCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftStartElectionCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftStatusCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.RaftStepDownCommand.class - [JAR]

├─ io.permazen.kv.raft.cmd.package-info.class - [JAR]

Advertisement

Dependencies from Group

Apr 04, 2023
3 usages
269 stars
Apr 04, 2023
2 usages
269 stars
Apr 04, 2023
2 usages
Apr 04, 2023
2 usages
269 stars
Apr 04, 2023
2 usages
269 stars

Discover Dependencies

Apr 04, 2023
1 usages
Apr 04, 2023
1 usages
269 stars
Jun 22, 2023
8 stars
Sep 16, 2017
5 stars
May 23, 2023
1 usages
1.6k stars
Feb 13, 2020
5 usages