|
Change Return Type void to CompletableFuture<Void> in method public apply(entry KeepAliveEntry) : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public filter(entry Entry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type long to CompletableFuture<Long> in method private register(index long, timestamp long, member MemberInfo) : CompletableFuture<Long> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type long to CompletableFuture<Long> in method public apply(entry NoOpEntry) : CompletableFuture<Long> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type long to CompletableFuture<Long> in method private noop(index long) : CompletableFuture<Long> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public filter(entry NoOpEntry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method public apply(entry QueryEntry) : CompletableFuture<Object> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method public apply(entry CommandEntry) : CompletableFuture<Object> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public filter(entry CommandEntry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public filter(entry RegisterEntry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type long to CompletableFuture<Long> in method public apply(entry RegisterEntry) : CompletableFuture<Long> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public filter(entry KeepAliveEntry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method private command(index long, sessionId long, request long, response long, timestamp long, command Command) : CompletableFuture<Object> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type Object to CompletableFuture<?> in method public apply(entry Entry) : CompletableFuture<?> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type boolean to CompletableFuture<Boolean> in method public accept(entry Entry, compaction Compaction) : CompletableFuture<Boolean> in class net.kuujo.copycat.raft.log.entry.EntryFilter |
From |
To |
|
Change Return Type Object to CompletableFuture<Object> in method private query(index long, sessionId long, timestamp long, query Query) : CompletableFuture<Object> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |
|
Change Return Type void to CompletableFuture<Void> in method private keepAlive(index long, timestamp long, sessionId long) : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.RaftStateMachine |
From |
To |