|
Inline Method private command(index long, sessionId long, commandSequence long, timestamp long, command Command) : CompletableFuture<Object> inlined to package apply(entry CommandEntry) : CompletableFuture<Object> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |
|
Inline Method private configure(version long, active Members, passive Members) : CompletableFuture<Members> inlined to package apply(entry ConfigurationEntry) : CompletableFuture<Members> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |
|
Inline Method private keepAlive(index long, commandSequence long, timestamp long, sessionId long) : CompletableFuture<Void> inlined to package apply(entry KeepAliveEntry) : CompletableFuture<Void> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |
|
Inline Method private register(index long, connectionId UUID, timestamp long) : CompletableFuture<Long> inlined to package apply(entry RegisterEntry) : CompletableFuture<Long> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |
|
Inline Method private query(index long, sessionId long, commandSequence long, timestamp long, query Query) : CompletableFuture<Object> inlined to package apply(entry QueryEntry) : CompletableFuture<Object> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |
|
Inline Method private noop(index long) : CompletableFuture<Long> inlined to package apply(entry NoOpEntry) : CompletableFuture<Long> in class net.kuujo.copycat.raft.server.state.ServerContext |
From |
To |