Skip to content

Commit

Permalink
Remove the no longer used naive and durable raft log implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Jun 20, 2016
1 parent 14c0bbd commit 5ef5a80
Show file tree
Hide file tree
Showing 46 changed files with 23 additions and 5,315 deletions.
Expand Up @@ -30,6 +30,8 @@
*/ */
public interface RaftLog extends ReadableRaftLog public interface RaftLog extends ReadableRaftLog
{ {
String PHYSICAL_LOG_DIRECTORY_NAME = "raft-log";

/** /**
* Appends entry to the end of the log. The first log index is 0. * Appends entry to the end of the log. The first log index is 0.
* <p/> * <p/>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 5ef5a80

Please sign in to comment.