|
Push Down Method protected addRegistration(registration Registration) : void from class io.atomix.core.election.impl.LeaderElectionService to protected addRegistration(registration Registration) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method protected getLeadership() : Leadership<byte[]> from class io.atomix.core.election.impl.LeaderElectionService to public getLeadership() : Leadership<byte[]> from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method protected candidates() : List<byte[]> from class io.atomix.core.election.impl.LeaderElectionService to protected candidates() : List<byte[]> from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method public restore(reader BackupInput) : void from class io.atomix.core.election.impl.LeaderElectionService to public restore(reader BackupInput) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method protected cleanup(id byte[]) : void from class io.atomix.core.election.impl.LeaderElectionService to protected cleanup(id byte[]) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method public serializer() : Serializer from class io.atomix.core.election.impl.LeaderElectionService to public serializer() : Serializer from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method private leadership() : Leadership<byte[]> from class io.atomix.core.election.impl.LeaderElectionService to private leadership() : Leadership<byte[]> from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method protected leader() : Leader<byte[]> from class io.atomix.core.election.impl.LeaderElectionService to protected leader() : Leader<byte[]> from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method protected cleanup(session PrimitiveSession) : void from class io.atomix.core.election.impl.LeaderElectionService to protected cleanup(session PrimitiveSession) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method public onClose(session PrimitiveSession) : void from class io.atomix.core.election.impl.LeaderElectionService to public onClose(session PrimitiveSession) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method public backup(writer BackupOutput) : void from class io.atomix.core.election.impl.LeaderElectionService to public backup(writer BackupOutput) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method private notifyLeadershipChange(previousLeadership Leadership<byte[]>, newLeadership Leadership<byte[]>) : void from class io.atomix.core.election.impl.LeaderElectionService to private notifyLeadershipChange(oldLeadership Leadership<byte[]>, newLeadership Leadership<byte[]>) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method private onSessionEnd(session PrimitiveSession) : void from class io.atomix.core.election.impl.LeaderElectionService to private onSessionEnd(session PrimitiveSession) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Method public onExpire(session PrimitiveSession) : void from class io.atomix.core.election.impl.LeaderElectionService to public onExpire(session PrimitiveSession) : void from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private termCounter : AtomicLong from class io.atomix.core.election.impl.LeaderElectionService to private termCounter : AtomicLong from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private leader : Registration from class io.atomix.core.election.impl.LeaderElectionService to private leader : Registration from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private SERIALIZER : Serializer from class io.atomix.core.election.impl.LeaderElectionService to private SERIALIZER : Serializer from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private registrations : List<Registration> from class io.atomix.core.election.impl.LeaderElectionService to private registrations : List<Registration> from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private termStartTime : long from class io.atomix.core.election.impl.LeaderElectionService to private termStartTime : long from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |
|
Push Down Attribute private term : long from class io.atomix.core.election.impl.LeaderElectionService to private term : long from class io.atomix.core.election.impl.DefaultLeaderElectionService |
From |
To |