|
Change Parameter Type future : CompletableFuture<Void> to future : CompletableFuture<KeepAliveResponse> in method protected keepAlive(members List<Member>, future CompletableFuture<KeepAliveResponse>) : CompletableFuture<KeepAliveResponse> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method protected ActiveState(context RaftStateContext) in class net.kuujo.copycat.raft.state.ActiveState |
From |
To |
|
Change Parameter Type raft : Raft to protocol : Protocol in method public ResourceProtocol(resource long, protocol Protocol) in class net.kuujo.copycat.ResourceProtocol |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method public FollowerState(context RaftStateContext) in class net.kuujo.copycat.raft.state.FollowerState |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method public RemoteState(context RaftStateContext) in class net.kuujo.copycat.raft.state.RemoteState |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method public StartState(context RaftStateContext) in class net.kuujo.copycat.raft.state.StartState |
From |
To |
|
Change Parameter Type raft : Raft to protocol : ManagedProtocol in method protected Copycat(protocol ManagedProtocol, classLoader ClassLoader) in class net.kuujo.copycat.Copycat |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method public CandidateState(context RaftStateContext) in class net.kuujo.copycat.raft.state.CandidateState |
From |
To |
|
Change Parameter Type cluster : ManagedCluster to members : ManagedMembers in method public RaftStateClient(members ManagedMembers, context ExecutionContext) in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method public LeaderState(context RaftStateContext) in class net.kuujo.copycat.raft.state.LeaderState |
From |
To |
|
Change Parameter Type future : CompletableFuture<Long> to future : CompletableFuture<RegisterResponse> in method protected register(members List<Member>, future CompletableFuture<RegisterResponse>) : CompletableFuture<RegisterResponse> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Parameter Type context : RaftContext to context : RaftStateContext in method protected AbstractState(context RaftStateContext) in class net.kuujo.copycat.raft.state.AbstractState |
From |
To |
|
Pull Up Attribute protected members : Map<Integer,ManagedMember> from class net.kuujo.copycat.cluster.ManagedCluster to protected members : Map<Integer,ManagedMember> from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Attribute private closeFuture : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedCluster to private closeFuture : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Attribute private permits : AtomicInteger from class net.kuujo.copycat.cluster.ManagedCluster to private permits : AtomicInteger from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Attribute protected serializer : Serializer from class net.kuujo.copycat.cluster.ManagedCluster to protected serializer : Serializer from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Attribute private open : AtomicBoolean from class net.kuujo.copycat.cluster.ManagedCluster to private open : AtomicBoolean from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Push Down Method private Builder() from class net.kuujo.copycat.Copycat.Builder to private Builder() from class net.kuujo.copycat.CopycatClient.Builder |
From |
To |
|
Push Down Method public withElectionTimeout(electionTimeout long, unit TimeUnit) : Builder from class net.kuujo.copycat.Copycat.Builder to public withElectionTimeout(electionTimeout long, unit TimeUnit) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Push Down Method public withElectionTimeout(electionTimeout long) : Builder from class net.kuujo.copycat.Copycat.Builder to public withElectionTimeout(electionTimeout long) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Push Down Method public withHeartbeatInterval(heartbeatInterval long) : Builder from class net.kuujo.copycat.Copycat.Builder to public withHeartbeatInterval(heartbeatInterval long) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Push Down Method public withLog(log Log) : Builder from class net.kuujo.copycat.Copycat.Builder to public withLog(log Log) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Push Down Method public builder() : Builder from class net.kuujo.copycat.Copycat to public builder() : Builder from class net.kuujo.copycat.CopycatServer |
From |
To |
|
Push Down Method public withClassLoader(classLoader ClassLoader) : Builder from class net.kuujo.copycat.Copycat.Builder to public withClassLoader(classLoader ClassLoader) : Builder from class net.kuujo.copycat.CopycatClient.Builder |
From |
To |
|
Push Down Method public cluster() : Cluster from class net.kuujo.copycat.Copycat to public cluster() : Cluster from class net.kuujo.copycat.CopycatServer |
From |
To |
|
Push Down Method public withHeartbeatInterval(heartbeatInterval long, unit TimeUnit) : Builder from class net.kuujo.copycat.Copycat.Builder to public withHeartbeatInterval(heartbeatInterval long, unit TimeUnit) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Push Down Method public withCluster(cluster ManagedCluster) : Builder from class net.kuujo.copycat.Copycat.Builder to public withCluster(cluster ManagedCluster) : Builder from class net.kuujo.copycat.CopycatServer.Builder |
From |
To |
|
Pull Up Method public close() : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedCluster to public close() : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method public configure(membersInfo MemberInfo...) : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedCluster to public configure(membersInfo MemberInfo...) : CompletableFuture<Void> from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method public isOpen() : boolean from class net.kuujo.copycat.cluster.ManagedCluster to public isOpen() : boolean from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method public isClosed() : boolean from class net.kuujo.copycat.cluster.ManagedCluster to public isClosed() : boolean from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method public withMembers(members V...) : T from class net.kuujo.copycat.cluster.Cluster.Builder to public withMembers(members V...) : T from class net.kuujo.copycat.cluster.Members.Builder |
From |
To |
|
Pull Up Method public serializer() : Serializer from class net.kuujo.copycat.cluster.ManagedCluster to public serializer() : Serializer from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method public member(id int) : Member from class net.kuujo.copycat.cluster.ManagedCluster to public member(id int) : Member from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Pull Up Method protected abstract createMember(info MemberInfo) : ManagedRemoteMember from class net.kuujo.copycat.cluster.ManagedCluster to protected abstract createMember(info MemberInfo) : ManagedRemoteMember from class net.kuujo.copycat.cluster.ManagedMembers |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method public setElectionTimeout(electionTimeout long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setResponse(response long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type CompletableFuture<RaftClient> to CompletableFuture<Void> in method public open() : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type CompletableFuture<LocalMember> to CompletableFuture<Member> in method public open() : CompletableFuture<Member> in class net.kuujo.copycat.cluster.TestLocalMember |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setLastVotedFor(candidate int) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type CompletableFuture<LocalMember> to CompletableFuture<Member> in method public open() : CompletableFuture<Member> in class net.kuujo.copycat.cluster.NettyLocalMember |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setCommitIndex(commitIndex long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type CompletableFuture<RaftContext> to CompletableFuture<Void> in method public open() : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type CompletableFuture<Long> to CompletableFuture<RegisterResponse> in method protected register(members List<Member>, future CompletableFuture<RegisterResponse>) : CompletableFuture<RegisterResponse> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setLeader(leader int) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setLeader(leader int) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type CompletableFuture<Void> to CompletableFuture<KeepAliveResponse> in method protected keepAlive(members List<Member>, future CompletableFuture<KeepAliveResponse>) : CompletableFuture<KeepAliveResponse> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method public setHeartbeatInterval(heartbeatInterval long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setTerm(term long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type CompletableFuture<Raft> to CompletableFuture<Protocol> in method public open() : CompletableFuture<Protocol> in class net.kuujo.copycat.raft.Raft |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method public setKeepAliveInterval(keepAliveInterval long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setVersion(version long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type CompletableFuture<RemoteMember> to CompletableFuture<Member> in method public open() : CompletableFuture<Member> in class net.kuujo.copycat.cluster.NettyRemoteMember |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setTerm(term long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setRequest(request long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type RaftClient to RaftStateClient in method package setSession(session long) : RaftStateClient in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Return Type CompletableFuture<RemoteMember> to CompletableFuture<Member> in method public open() : CompletableFuture<Member> in class net.kuujo.copycat.cluster.TestRemoteMember |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setLastApplied(lastApplied long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method package setGlobalIndex(globalIndex long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Return Type RaftContext to RaftStateContext in method public setSessionTimeout(sessionTimeout long) : RaftStateContext in class net.kuujo.copycat.raft.state.RaftStateContext |
From |
To |
|
Change Attribute Type context : RaftContext to context : RaftStateContext in class net.kuujo.copycat.raft.Raft |
From |
To |
|
Change Attribute Type raft : Raft to protocol : ManagedProtocol in class net.kuujo.copycat.Copycat |
From |
To |
|
Change Attribute Type listenFuture : CompletableFuture<LocalMember> to listenFuture : CompletableFuture<Member> in class net.kuujo.copycat.cluster.NettyLocalMember |
From |
To |
|
Change Attribute Type openFuture : CompletableFuture<Raft> to openFuture : CompletableFuture<Protocol> in class net.kuujo.copycat.raft.Raft |
From |
To |
|
Change Attribute Type raft : Raft to protocol : Protocol in class net.kuujo.copycat.ResourceProtocol |
From |
To |
|
Change Attribute Type openFuture : CompletableFuture<RaftClient> to openFuture : CompletableFuture<Void> in class net.kuujo.copycat.raft.state.RaftStateClient |
From |
To |
|
Change Attribute Type context : RaftContext to context : RaftStateContext in class net.kuujo.copycat.raft.state.AbstractState |
From |
To |