|
Rename Method private buildBootstrapLocations(nodes int) : Collection<Address> renamed to private buildBootstrapNodes(nodes int) : Collection<Node> in class io.atomix.cluster.messaging.impl.DefaultClusterEventServiceTest |
From |
To |
|
Rename Method public setLocations(locations Collection<Address>) : Config renamed to public setNodes(nodes Collection<Node>) : Config in class io.atomix.cluster.BootstrapDiscoveryProvider.Config |
From |
To |
|
Rename Method private broadcastLocation(localNode Node) : void renamed to private broadcastNode(localNode Node) : void in class io.atomix.cluster.MulticastDiscoveryProvider |
From |
To |
|
Rename Method private buildBootstrapLocations(nodes int) : Collection<Address> renamed to private buildBootstrapNodes(nodes int) : Collection<Node> in class io.atomix.cluster.impl.DefaultClusterMembershipServiceTest |
From |
To |
|
Rename Method public withLocations(locations Collection<Address>) : Builder renamed to public withNodes(locations Collection<Node>) : Builder in class io.atomix.cluster.BootstrapDiscoveryProvider.Builder |
From |
To |
|
Rename Method public getLocations() : Collection<Address> renamed to public getNodes() : Collection<Node> in class io.atomix.cluster.BootstrapDiscoveryProvider.Config |
From |
To |
|
Change Parameter Type bootstrapLocations : Address... to bootstrapNodes : Node... in method public BootstrapDiscoveryProvider(bootstrapNodes Node...) in class io.atomix.cluster.BootstrapDiscoveryProvider |
From |
To |
|
Change Parameter Type locations : Collection<Address> to locations : Collection<Node> in method public withNodes(locations Collection<Node>) : Builder in class io.atomix.cluster.BootstrapDiscoveryProvider.Builder |
From |
To |
|
Change Parameter Type members : List<Address> to members : List<Node> in method private createServer(member Member, members List<Node>) : RaftServer in class io.atomix.protocols.raft.test.RaftPerformanceTest |
From |
To |
|
Change Parameter Type bootstrapLocations : Collection<Address> to bootstrapNodes : Collection<Node> in method public BootstrapDiscoveryProvider(bootstrapNodes Collection<Node>) in class io.atomix.cluster.BootstrapDiscoveryProvider |
From |
To |
|
Change Parameter Type locations : Collection<Address> to nodes : Collection<Node> in method public setNodes(nodes Collection<Node>) : Config in class io.atomix.cluster.BootstrapDiscoveryProvider.Config |
From |
To |
|
Change Variable Type bootstrapLocations : Collection<Address> to bootstrapLocations : Collection<Node> in method public testClusterService() : void in class io.atomix.cluster.impl.DefaultClusterMembershipServiceTest |
From |
To |
|
Change Variable Type bootstrapLocations : Collection<Address> to bootstrapLocations : Collection<Node> in method public testBootstrap() : void in class io.atomix.cluster.AtomixClusterTest |
From |
To |
|
Change Variable Type bootstrapLocations : Collection<Address> to bootstrapLocations : Collection<Node> in method public testClusterEventService() : void in class io.atomix.cluster.messaging.impl.DefaultClusterEventServiceTest |
From |
To |
|
Change Variable Type bootstrap : List<Address> to bootstrap : List<Node> in method public main(args String[]) : void in class io.atomix.agent.AtomixAgent |
From |
To |
|
Change Variable Type locations : Collection<Address> to nodes : Collection<Node> in method protected buildAtomix(id int, memberIds List<Integer>, metadata Map<String,String>) : Atomix.Builder in class io.atomix.core.AbstractAtomixTest |
From |
To |