|
Pull Up Method public election() : Election from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public election() : Election from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public isOpen() : boolean from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public isOpen() : boolean from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public toString() : String from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public toString() : String from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public leader() : Member from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public leader() : Member from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public close() : CompletableFuture<Void> from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public close() : CompletableFuture<Void> from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public open() : CompletableFuture<Cluster> from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public open() : CompletableFuture<Cluster> from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public term() : long from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public term() : long from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public isClosed() : boolean from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public isClosed() : boolean from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public member() : LocalMember from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public member() : LocalMember from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Method public member(uri String) : Member from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to public member(uri String) : Member from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Change Parameter Type members : Collection<MemberInfo> to members : Collection<ReplicaInfo> in method public withMembers(members Collection<ReplicaInfo>) : Builder in class net.kuujo.copycat.protocol.SyncResponse.Builder |
From |
To |
|
Change Parameter Type member : MemberInfo to member : ReplicaInfo in method public addMemberInfo(member ReplicaInfo) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Parameter Type member : MemberInfo to member : ReplicaInfo in method public removeMemberInfo(member ReplicaInfo) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Parameter Type listener : Consumer<ElectionResult> to listener : EventListener<ElectionEvent> in method public removeListener(listener EventListener<ElectionEvent>) : Election in class net.kuujo.copycat.internal.cluster.CoordinatedClusterElection |
From |
To |
|
Change Parameter Type members : Collection<MemberInfo> to members : Collection<ReplicaInfo> in method public withMembers(members Collection<ReplicaInfo>) : Builder in class net.kuujo.copycat.protocol.SyncRequest.Builder |
From |
To |
|
Change Parameter Type handler : EventHandler<CopycatState,CompletableFuture<CopycatState>> to handler : MessageHandler<CopycatState,CopycatState> in method public transitionHandler(handler MessageHandler<CopycatState,CopycatState>) : AbstractState in class net.kuujo.copycat.internal.AbstractState |
From |
To |
|
Change Parameter Type listener : Consumer<ElectionResult> to listener : EventListener<ElectionEvent> in method public addListener(listener EventListener<ElectionEvent>) : Election in class net.kuujo.copycat.election.Election |
From |
To |
|
Change Parameter Type executor : Executor to executor : ScheduledExecutorService in method public DefaultClusterCoordinator(uri String, config CoordinatorConfig, executor ScheduledExecutorService) in class net.kuujo.copycat.internal.cluster.coordinator.DefaultClusterCoordinator |
From |
To |
|
Change Parameter Type listener : Consumer<ElectionResult> to listener : EventListener<ElectionEvent> in method public removeListener(listener EventListener<ElectionEvent>) : Election in class net.kuujo.copycat.election.Election |
From |
To |
|
Change Parameter Type members : Collection<MemberInfo> to members : Collection<ReplicaInfo> in method public setMemberInfo(members Collection<ReplicaInfo>) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Parameter Type listener : Consumer<ElectionResult> to listener : EventListener<ElectionEvent> in method public addListener(listener EventListener<ElectionEvent>) : Election in class net.kuujo.copycat.internal.cluster.CoordinatedClusterElection |
From |
To |
|
Pull Up Attribute private election : CoordinatedClusterElection from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to private election : CoordinatedClusterElection from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Attribute private localMember : CoordinatedLocalMember from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to private localMember : CoordinatedLocalMember from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Attribute private context : CopycatStateContext from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to private context : CopycatStateContext from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Attribute private router : Router from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to private router : Router from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Pull Up Attribute private id : int from class net.kuujo.copycat.internal.cluster.CoordinatedCluster to protected id : int from class net.kuujo.copycat.internal.cluster.AbstractCluster |
From |
To |
|
Change Return Type Collection<MemberInfo> to Collection<ReplicaInfo> in method public members() : Collection<ReplicaInfo> in class net.kuujo.copycat.protocol.SyncResponse |
From |
To |
|
Change Return Type MemberInfo to String in method public getLocalMember() : String in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Return Type MemberInfo to ReplicaInfo in method public getMemberInfo(uri String) : ReplicaInfo in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Return Type Collection<MemberInfo> to Collection<ReplicaInfo> in method public members() : Collection<ReplicaInfo> in class net.kuujo.copycat.protocol.SyncRequest |
From |
To |
|
Change Return Type Collection<Member> to Members in method public members() : Members in class net.kuujo.copycat.cluster.Cluster |
From |
To |
|
Change Return Type Collection<MemberInfo> to Set<String> in method public getMembers() : Set<String> in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Variable Type randomMembers : List<MemberInfo> to randomMembers : List<ReplicaInfo> in method private sync() : void in class net.kuujo.copycat.internal.PassiveState |
From |
To |
|
Change Variable Type member : MemberInfo to member : ReplicaInfo in method private sync() : void in class net.kuujo.copycat.internal.PassiveState |
From |
To |
|
Change Variable Type listener : Consumer<ElectionResult> to listener : EventListener<ElectionEvent> in method public update(o Observable, arg Object) : void in class net.kuujo.copycat.internal.cluster.CoordinatedClusterElection |
From |
To |
|
Change Variable Type member : MemberInfo to member : ReplicaInfo in method public setMemberInfo(members Collection<ReplicaInfo>) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Variable Type member : MemberInfo to uri : String in method private Replicator(context CopycatStateContext) in class net.kuujo.copycat.internal.LeaderState.Replicator |
From |
To |
|
Change Variable Type record : MemberInfo to record : ReplicaInfo in method public setMemberInfo(members Collection<ReplicaInfo>) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Variable Type activeMembers : List<MemberInfo> to activeMembers : List<ReplicaInfo> in method private sync() : void in class net.kuujo.copycat.internal.PassiveState |
From |
To |
|
Change Variable Type record : MemberInfo to record : ReplicaInfo in method public addMemberInfo(member ReplicaInfo) : CopycatStateContext in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Attribute Type executor : Executor to executor : ScheduledExecutorService in class net.kuujo.copycat.internal.cluster.coordinator.DefaultClusterCoordinator |
From |
To |
|
Change Attribute Type transitionHandler : EventHandler<CopycatState,CompletableFuture<CopycatState>> to transitionHandler : MessageHandler<CopycatState,CopycatState> in class net.kuujo.copycat.internal.AbstractState |
From |
To |
|
Change Attribute Type members : Map<String,MemberInfo> to members : Set<String> in class net.kuujo.copycat.internal.CopycatStateContext |
From |
To |
|
Change Attribute Type members : Collection<MemberInfo> to members : Collection<ReplicaInfo> in class net.kuujo.copycat.protocol.SyncRequest |
From |
To |
|
Change Attribute Type listeners : Set<Consumer<ElectionResult>> to listeners : Set<EventListener<ElectionEvent>> in class net.kuujo.copycat.internal.cluster.CoordinatedClusterElection |
From |
To |
|
Change Attribute Type result : ElectionResult to result : ElectionEvent in class net.kuujo.copycat.internal.cluster.CoordinatedClusterElection |
From |
To |
|
Change Attribute Type members : Collection<MemberInfo> to members : Collection<ReplicaInfo> in class net.kuujo.copycat.protocol.SyncResponse |
From |
To |
|
Change Attribute Type electionListener : Consumer<ElectionResult> to electionListener : EventListener<ElectionEvent> in class net.kuujo.copycat.election.internal.DefaultLeaderElection |
From |
To |