|
Push Down Method public bootstrap(cluster NodeId...) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to public bootstrap(cluster NodeId...) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method protected RaftServer(name String, protocol RaftServerProtocol, context RaftServerContext) from class io.atomix.protocols.raft.RaftServer to public DefaultRaftServer(name String, protocol RaftServerProtocol, context RaftServerContext) from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public name() : String from class io.atomix.protocols.raft.RaftServer to public name() : String from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public addStateChangeListener(listener Consumer<Role>) : void from class io.atomix.protocols.raft.RaftServer to public addRoleChangeListener(listener Consumer<Role>) : void from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method private start(joiner Supplier<CompletableFuture<Void>>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to private start(joiner Supplier<CompletableFuture<Void>>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public cluster() : RaftCluster from class io.atomix.protocols.raft.RaftServer to public cluster() : RaftCluster from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public state() : Role from class io.atomix.protocols.raft.RaftServer to public role() : Role from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public leave() : CompletableFuture<Void> from class io.atomix.protocols.raft.RaftServer to public leave() : CompletableFuture<Void> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public join(cluster NodeId...) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to public join(cluster NodeId...) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public storage() : Storage from class io.atomix.protocols.raft.RaftServer to public storage() : Storage from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public shutdown() : CompletableFuture<Void> from class io.atomix.protocols.raft.RaftServer to public shutdown() : CompletableFuture<Void> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public isRunning() : boolean from class io.atomix.protocols.raft.RaftServer to public isRunning() : boolean from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public bootstrap() : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to public bootstrap() : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public bootstrap(cluster Collection<NodeId>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to public bootstrap(cluster Collection<NodeId>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Method public join(cluster Collection<NodeId>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to public join(cluster Collection<NodeId>) : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute private closeFuture : CompletableFuture<Void> from class io.atomix.protocols.raft.RaftServer to private closeFuture : CompletableFuture<Void> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute private electionListener : Consumer<RaftMember> from class io.atomix.protocols.raft.RaftServer to private electionListener : Consumer<RaftMember> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute private started : boolean from class io.atomix.protocols.raft.RaftServer to private started : boolean from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute protected protocol : RaftServerProtocol from class io.atomix.protocols.raft.RaftServer to protected protocol : RaftServerProtocol from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute private LOGGER : Logger from class io.atomix.protocols.raft.RaftServer to private LOGGER : Logger from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute protected context : RaftServerContext from class io.atomix.protocols.raft.RaftServer to protected context : RaftServerContext from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute private openFuture : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.RaftServer to private openFuture : CompletableFuture<RaftServer> from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |
|
Push Down Attribute protected name : String from class io.atomix.protocols.raft.RaftServer to protected name : String from class io.atomix.protocols.raft.impl.DefaultRaftServer |
From |
To |