|
Change Parameter Type node : StatefulNode to node : Node in method private activateNode(node Node) : void in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Change Parameter Type groupEndpoint : Endpoint to groupAddress : Address in method public NettyBroadcastService(localAddress Address, groupAddress Address, enabled boolean) in class io.atomix.messaging.impl.NettyBroadcastService |
From |
To |
|
Change Parameter Type metadataService : ClusterMetadataService to bootstrapMetadataService : BootstrapMetadataService in method protected buildClusterService(bootstrapMetadataService BootstrapMetadataService, coreMetadataService CoreMetadataService, messagingService MessagingService, broadcastService BroadcastService) : ManagedClusterService in class io.atomix.core.Atomix.Builder |
From |
To |
|
Change Parameter Type node : StatefulNode to node : Node in method private deactivateNode(node Node) : void in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Change Parameter Type localEndpoint : Endpoint to localAddress : Address in method public NettyBroadcastService(localAddress Address, groupAddress Address, enabled boolean) in class io.atomix.messaging.impl.NettyBroadcastService |
From |
To |
|
Change Variable Type metadataService3 : ManagedClusterMetadataService to metadataService3 : ManagedCoreMetadataService in method public testClusterMetadataService() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type metadataService1 : ManagedClusterMetadataService to metadataService1 : ManagedCoreMetadataService in method public testSingleNodeBootstrap() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type metadataService5 : ManagedClusterMetadataService to metadataService5 : ManagedCoreMetadataService in method public testClusterMetadataService() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type metadataService2 : ManagedClusterMetadataService to metadataService2 : ManagedCoreMetadataService in method public testSingleNodeBootstrap() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type metadataService2 : ManagedClusterMetadataService to metadataService2 : ManagedCoreMetadataService in method public testClusterMetadataService() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type metadataService4 : ManagedClusterMetadataService to metadataService4 : ManagedCoreMetadataService in method public testClusterMetadataService() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Change Variable Type peers : Set<StatefulNode> to peers : Set<Node> in method private sendHeartbeats() : void in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Change Variable Type metadataService1 : ManagedClusterMetadataService to metadataService1 : ManagedCoreMetadataService in method public testClusterMetadataService() : void in class io.atomix.cluster.impl.DefaultCoreMetadataServiceTest |
From |
To |
|
Rename Parameter clusterEventService : ManagedClusterEventingService to clusterEventingService : ManagedClusterEventingService in method package TestAtomix(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, coreMetadataService ManagedCoreMetadataService, cluster ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService, systemPartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry, enableShutdownHook boolean) in class io.atomix.core.AbstractAtomixTest.TestAtomix |
From |
To |
|
Rename Parameter bootstrapNodes : Collection<Node> to nodes : Collection<Node> in method public ClusterMetadata(nodes Collection<Node>) in class io.atomix.cluster.ClusterMetadata |
From |
To |
|
Rename Parameter groupEndpoint : Endpoint to groupAddress : Address in method public NettyBroadcastService(localAddress Address, groupAddress Address, enabled boolean) in class io.atomix.messaging.impl.NettyBroadcastService |
From |
To |
|
Rename Parameter metadataService : ClusterMetadataService to bootstrapMetadataService : BootstrapMetadataService in method protected buildClusterService(bootstrapMetadataService BootstrapMetadataService, coreMetadataService CoreMetadataService, messagingService MessagingService, broadcastService BroadcastService) : ManagedClusterService in class io.atomix.core.Atomix.Builder |
From |
To |
|
Rename Parameter corePartitionGroup : ManagedPartitionGroup to systemPartitionGroup : ManagedPartitionGroup in method package TestAtomix(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, coreMetadataService ManagedCoreMetadataService, cluster ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService, systemPartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry, enableShutdownHook boolean) in class io.atomix.core.AbstractAtomixTest.TestAtomix |
From |
To |
|
Rename Parameter localEndpoint : Endpoint to localAddress : Address in method public NettyBroadcastService(localAddress Address, groupAddress Address, enabled boolean) in class io.atomix.messaging.impl.NettyBroadcastService |
From |
To |
|
Rename Parameter clusterCommunicator : ManagedClusterMessagingService to clusterMessagingService : ManagedClusterMessagingService in method package TestAtomix(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, coreMetadataService ManagedCoreMetadataService, cluster ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService, systemPartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry, enableShutdownHook boolean) in class io.atomix.core.AbstractAtomixTest.TestAtomix |
From |
To |
|
Rename Parameter bootstrapNodes : Collection<Node> to nodes : Collection<Node> in method public withNodes(nodes Collection<Node>) : Builder in class io.atomix.cluster.ClusterMetadata.Builder |
From |
To |
|
Rename Parameter clusterService : ManagedClusterService to cluster : ManagedClusterService in method package TestAtomix(messagingService ManagedMessagingService, broadcastService ManagedBroadcastService, bootstrapMetadataService ManagedBootstrapMetadataService, coreMetadataService ManagedCoreMetadataService, cluster ManagedClusterService, clusterMessagingService ManagedClusterMessagingService, clusterEventingService ManagedClusterEventingService, systemPartitionGroup ManagedPartitionGroup, partitions ManagedPartitionService, primitiveTypes PrimitiveTypeRegistry, enableShutdownHook boolean) in class io.atomix.core.AbstractAtomixTest.TestAtomix |
From |
To |