|
Change Parameter Type localMember : MemberConfig to locationProviderConfig : ClusterMembershipProvider.Config in method public setLocationProviderConfig(locationProviderConfig ClusterMembershipProvider.Config) : ClusterConfig in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Change Parameter Type members : List<Member> to members : List<Address> in method private createServer(member Member, members List<Address>) : RaftServer in class io.atomix.protocols.raft.test.RaftPerformanceTest |
From |
To |
|
Change Parameter Type profile : String to profile : Profile.Config in method public addProfile(profile Profile.Config) : AtomixConfig in class io.atomix.core.AtomixConfig |
From |
To |
|
Change Parameter Type profiles : List<String> to profiles : List<Profile.Config> in method public setProfiles(profiles List<Profile.Config>) : AtomixConfig in class io.atomix.core.AtomixConfig |
From |
To |
|
Change Parameter Type locationProvider : MemberLocationProvider to locationProvider : ClusterMembershipProvider in method public withLocationProvider(locationProvider ClusterMembershipProvider) : Builder in class io.atomix.core.Atomix.Builder |
From |
To |
|
Move Method public name() : String from class io.atomix.core.profile.DataGridProfile to public name() : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Method private sendHeartbeat(address Address, payload byte[]) : CompletableFuture<Void> from class io.atomix.cluster.impl.DefaultClusterMembershipService to private sendHeartbeat(localAddress Address, address Address) : CompletableFuture<Void> from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Method private handleHeartbeat(address Address, message byte[]) : byte[] from class io.atomix.cluster.impl.DefaultClusterMembershipService to private handleHeartbeat(localAddress Address, address Address) : byte[] from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Method public name() : String from class io.atomix.core.profile.ClientProfile to public name() : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Method public name() : String from class io.atomix.core.profile.ConsensusProfile to public name() : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Attribute private NAME : String from class io.atomix.core.profile.ClientProfile to private NAME : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Attribute private NAME : String from class io.atomix.core.profile.ConsensusProfile to private NAME : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Attribute private messagingService : MessagingService from class io.atomix.cluster.impl.DefaultClusterMembershipService to private messagingService : MessagingService from class io.atomix.cluster.TestBootstrapService |
From |
To |
|
Move Attribute private heartbeatFuture : ScheduledFuture<?> from class io.atomix.cluster.impl.DefaultClusterMembershipService to private heartbeatFuture : ScheduledFuture<?> from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Attribute private heartbeatScheduler : ScheduledExecutorService from class io.atomix.cluster.impl.DefaultClusterMembershipService to private heartbeatScheduler : ScheduledExecutorService from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Attribute private heartbeatExecutor : ExecutorService from class io.atomix.cluster.impl.DefaultClusterMembershipService to private heartbeatExecutor : ExecutorService from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Attribute private NAME : String from class io.atomix.core.profile.DataGridProfile to private NAME : String from class io.atomix.cluster.BootstrapMembershipProvider.Type |
From |
To |
|
Move Attribute private HEARTBEAT_MESSAGE : String from class io.atomix.cluster.impl.DefaultClusterMembershipService to private HEARTBEAT_MESSAGE : String from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Move Attribute private locations : Set<Address> from class io.atomix.cluster.impl.DefaultClusterMembershipService to private locations : Set<Address> from class io.atomix.cluster.BootstrapMembershipProvider |
From |
To |
|
Change Variable Type profileType : Profile to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type primitiveType : PrimitiveType to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type oldPrimitiveType : PrimitiveType to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type oldProtocolType : PrimitiveProtocol.Type to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type protocolType : PrimitiveProtocol.Type to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type concreteClass : Class<? extends TypedConfig<?,?>> to concreteClass : Class<? extends TypedConfig<?>> in method protected newInstance(config Config, clazz Class<T>) : T in class io.atomix.core.utils.config.PolymorphicConfigMapper |
From |
To |
|
Change Variable Type members : Collection<Member> to locations : Collection<Address> in method protected buildAtomix(id int, memberIds List<Integer>, metadata Map<String,String>) : Atomix.Builder in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Change Variable Type localMember : MemberConfig to zone : String in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent |
From |
To |
|
Change Variable Type oldPartitionGroupType : PartitionGroup.Type to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type oldProfileType : Profile to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Change Variable Type partitionGroupType : PartitionGroup.Type to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Method public testMembers() : void renamed to public testBootstrap() : void in class io.atomix.cluster.AtomixClusterTest |
From |
To |
|
Rename Method public setLocalMemberId(localMemberId String) : ClusterConfig renamed to public setZone(zone String) : ClusterConfig in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Method public getTypedClass() : Class<? super T> renamed to public getTypeClass() : Class<? extends ConfiguredType> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Rename Method private sendHeartbeats() : CompletableFuture<Void> renamed to private checkMetadata() : void in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Rename Method public getPhiFailureThreshold() : int renamed to public getFailureThreshold() : int in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Rename Method public getLocalMemberId() : String renamed to public getZone() : String in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Method public withLocalMember(localMember String) : Builder renamed to public withMemberId(localMemberId String) : Builder in class io.atomix.cluster.AtomixCluster.Builder |
From |
To |
|
Rename Method public setLocalMember(localMember MemberConfig) : ClusterConfig renamed to public setLocationProviderConfig(locationProviderConfig ClusterMembershipProvider.Config) : ClusterConfig in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Method public setPhiFailureThreshold(phiFailureThreshold int) : GroupMembershipConfig renamed to public setFailureThreshold(failureThreshold int) : Config in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Pull Up Method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends PrimitiveConfig<?>> from class io.atomix.core.utils.config.PrimitiveConfigMapper to public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> from class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Pull Up Method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends PrimitiveProtocolConfig<?>> from class io.atomix.core.utils.config.PrimitiveProtocolConfigMapper to public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> from class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Pull Up Method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends PartitionGroupConfig<?>> from class io.atomix.core.utils.config.PartitionGroupConfigMapper to public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> from class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Rename Variable oldProfileType : Profile to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable oldPartitionGroupType : PartitionGroup.Type to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable partitionGroupType : PartitionGroup.Type to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable profileType : Profile to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable primitiveType : PrimitiveType to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable oldPrimitiveType : PrimitiveType to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable oldProtocolType : PrimitiveProtocol.Type to oldInstance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable protocolType : PrimitiveProtocol.Type to instance : NamedType in method public ClasspathScanningAtomixRegistry(classLoader ClassLoader, types Collection<Class<? extends NamedType>>) in class io.atomix.core.impl.ClasspathScanningAtomixRegistry |
From |
To |
|
Rename Variable members : Collection<Member> to locations : Collection<Address> in method protected buildAtomix(id int, memberIds List<Integer>, metadata Map<String,String>) : Atomix.Builder in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Rename Variable localMember : MemberConfig to zone : String in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent |
From |
To |
|
Change Return Type Class<? extends PartitionGroupConfig<?>> to Class<? extends TypedConfig<?>> in method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Change Return Type GroupMembershipConfig to Config in method public setFailureTimeout(failureTimeout int) : Config in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Change Return Type GroupMembershipConfig to Config in method public setHeartbeatInterval(heartbeatInterval int) : Config in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Change Return Type CompletableFuture<Void> to void in method private checkMetadata() : void in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Change Return Type Class<? extends PrimitiveConfig<?>> to Class<? extends TypedConfig<?>> in method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Change Return Type Profile to Profile.Type in method public getProfileType(name String) : Profile.Type in class io.atomix.core.profile.ProfileTypeRegistry |
From |
To |
|
Change Return Type Class<? extends PrimitiveProtocolConfig<?>> to Class<? extends TypedConfig<?>> in method public getConcreteClass(registry AtomixRegistry, type String) : Class<? extends TypedConfig<?>> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Change Return Type GroupMembershipConfig to Config in method public setFailureThreshold(failureThreshold int) : Config in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Change Return Type Class<? super T> to Class<? extends ConfiguredType> in method public getTypeClass() : Class<? extends ConfiguredType> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Change Return Type List<String> to List<Profile.Config> in method public getProfiles() : List<Profile.Config> in class io.atomix.core.AtomixConfig |
From |
To |
|
Rename Attribute localMemberId : String to zone : String in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Attribute localMember : MemberConfig to locationProviderConfig : ClusterMembershipProvider.Config in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Attribute heartbeatFuture : ScheduledFuture<?> to metadataFuture : ScheduledFuture<?> in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Rename Attribute HEARTBEAT_MESSAGE : String to MEMBER_INFO : String in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Rename Attribute typedClass : Class<? super T> to typeClass : Class<? extends ConfiguredType> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Rename Attribute phiFailureThreshold : int to failureThreshold : int in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Rename Attribute heartbeatExecutor : ExecutorService to metadataScheduler : ScheduledExecutorService in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Change Attribute Type heartbeatExecutor : ExecutorService to metadataScheduler : ScheduledExecutorService in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Change Attribute Type locationProvider : MemberLocationProvider to locationProvider : ClusterMembershipProvider in class io.atomix.cluster.AtomixCluster |
From |
To |
|
Change Attribute Type localMember : MemberConfig to locationProviderConfig : ClusterMembershipProvider.Config in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Change Attribute Type locationProvider : MemberLocationProvider to locationProvider : ClusterMembershipProvider in class io.atomix.cluster.impl.DefaultClusterMembershipService |
From |
To |
|
Change Attribute Type typedClass : Class<? super T> to typeClass : Class<? extends ConfiguredType> in class io.atomix.core.utils.config.PolymorphicTypeMapper |
From |
To |
|
Change Attribute Type profiles : List<String> to profiles : List<Profile.Config> in class io.atomix.core.AtomixConfig |
From |
To |
|
Rename Parameter localMemberId : String to zone : String in method public setZone(zone String) : ClusterConfig in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Parameter polymorphicTypeMappers : PolymorphicTypeMapper... to mappers : PolymorphicTypeMapper... in method public PolymorphicConfigMapper(classLoader ClassLoader, registry AtomixRegistry, mappers PolymorphicTypeMapper...) in class io.atomix.core.utils.config.PolymorphicConfigMapper |
From |
To |
|
Rename Parameter polymorphicTypeMappers : Collection<PolymorphicTypeMapper> to mappers : Collection<PolymorphicTypeMapper> in method public PolymorphicConfigMapper(classLoader ClassLoader, registry AtomixRegistry, mappers Collection<PolymorphicTypeMapper>) in class io.atomix.core.utils.config.PolymorphicConfigMapper |
From |
To |
|
Rename Parameter persistentIds : List<Integer> to bootstrapIds : List<Integer> in method protected createAtomix(id int, bootstrapIds List<Integer>, metadata Map<String,String>, builderFunction Function<Atomix.Builder,Atomix>) : Atomix in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Rename Parameter persistentIds : List<Integer> to bootstrapIds : List<Integer> in method protected createAtomix(id int, bootstrapIds List<Integer>, builderFunction Function<Atomix.Builder,Atomix>) : Atomix in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Rename Parameter persistentIds : List<Integer> to bootstrapIds : List<Integer> in method protected createAtomix(id int, bootstrapIds List<Integer>, metadata Map<String,String>, profiles Profile...) : Atomix in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Rename Parameter persistentIds : List<Integer> to bootstrapIds : List<Integer> in method protected createAtomix(id int, bootstrapIds List<Integer>, profiles Profile...) : Atomix in class io.atomix.core.AbstractAtomixTest |
From |
To |
|
Rename Parameter phiFailureThreshold : int to failureThreshold : int in method public setFailureThreshold(failureThreshold int) : Config in class io.atomix.cluster.BootstrapMembershipProvider.Config |
From |
To |
|
Rename Parameter localMember : MemberConfig to locationProviderConfig : ClusterMembershipProvider.Config in method public setLocationProviderConfig(locationProviderConfig ClusterMembershipProvider.Config) : ClusterConfig in class io.atomix.cluster.ClusterConfig |
From |
To |
|
Rename Parameter localMember : String to localMemberId : String in method public withMemberId(localMemberId String) : Builder in class io.atomix.cluster.AtomixCluster.Builder |
From |
To |