|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public TestRaftClientCommunicator(prefix String, serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.cluster.messaging.TestRaftClientCommunicator |
From |
To |
|
Change Parameter Type cluster : Cluster to cluster : ClusterService in method public withClusterService(cluster ClusterService) : Builder in class io.atomix.cluster.messaging.ClusterCommunicationService.Builder |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftServerCommunicator(prefix String, serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftServerCommunicator |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public ClientPartition(nodeId NodeId, partition PartitionMetadata, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.ClientPartition |
From |
To |
|
Change Parameter Type cluster : ManagedCluster to cluster : ManagedClusterService in method protected AtomixClient(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.AtomixClient |
From |
To |
|
Change Parameter Type cluster : ManagedCluster to cluster : ManagedClusterService in method protected Atomix(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftPartitionServer(partition ReplicaPartition, localMemberId MemberId, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftPartitionServer |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public ReplicaPartition(nodeId NodeId, partition PartitionMetadata, clusterCommunicator ClusterCommunicationService, dataFolder File) in class io.atomix.partition.impl.ReplicaPartition |
From |
To |
|
Change Parameter Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in method protected Atomix(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.Atomix |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftPartition(nodeId NodeId, partition PartitionMetadata, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftPartition |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftServerCommunicator(serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftServerCommunicator |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public TestRaftClientCommunicator(serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.cluster.messaging.TestRaftClientCommunicator |
From |
To |
|
Change Parameter Type nodes : Map<NodeId,TestClusterCommunicator> to nodes : Map<NodeId,TestClusterCommunicationService> in method public TestClusterCommunicationService(localNodeId NodeId, nodes Map<NodeId,TestClusterCommunicationService>) in class io.atomix.cluster.messaging.TestClusterCommunicationService |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public TestRaftServerCommunicator(prefix String, serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.cluster.messaging.TestRaftServerCommunicator |
From |
To |
|
Change Parameter Type cluster : ManagedCluster to cluster : ManagedClusterService in method protected AtomixReplica(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.AtomixReplica |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftClientCommunicator(prefix String, serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftClientCommunicator |
From |
To |
|
Change Parameter Type cluster : Cluster to cluster : ClusterService in method public DefaultClusterCommunicationService(cluster ClusterService, messagingService MessagingService) in class io.atomix.cluster.messaging.impl.DefaultClusterCommunicationService |
From |
To |
|
Change Parameter Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in method protected AtomixClient(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.AtomixClient |
From |
To |
|
Change Parameter Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in method protected AtomixReplica(metadata AtomixMetadata, cluster ManagedClusterService, messagingService ManagedMessagingService, clusterCommunicator ManagedClusterCommunicationService, partitions Collection<RaftPartition>) in class io.atomix.AtomixReplica |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public TestRaftServerCommunicator(serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.cluster.messaging.TestRaftServerCommunicator |
From |
To |
|
Change Parameter Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in method public RaftClientCommunicator(serializer Serializer, clusterCommunicator ClusterCommunicationService) in class io.atomix.partition.impl.RaftClientCommunicator |
From |
To |
|
Change Variable Type cluster : ManagedCluster to cluster : ManagedClusterService in method public build() : Atomix in class io.atomix.AtomixClient.Builder |
From |
To |
|
Change Variable Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in method public build() : Atomix in class io.atomix.AtomixReplica.Builder |
From |
To |
|
Change Variable Type cluster : ManagedCluster to cluster : ManagedClusterService in method public build() : Atomix in class io.atomix.AtomixReplica.Builder |
From |
To |
|
Change Variable Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in method public build() : Atomix in class io.atomix.AtomixClient.Builder |
From |
To |
|
Change Variable Type node : TestClusterCommunicator to node : TestClusterCommunicationService in method public sendAndReceive(message M, subject MessageSubject, encoder Function<M,byte[]>, decoder Function<byte[],R>, toNodeId NodeId) : CompletableFuture<R> in class io.atomix.cluster.messaging.TestClusterCommunicationService |
From |
To |
|
Change Variable Type node : TestClusterCommunicator to node : TestClusterCommunicationService in method public unicast(message M, subject MessageSubject, encoder Function<M,byte[]>, toNodeId NodeId) : CompletableFuture<Void> in class io.atomix.cluster.messaging.TestClusterCommunicationService |
From |
To |
|
Change Attribute Type cluster : ManagedCluster to cluster : ManagedClusterService in class io.atomix.Atomix |
From |
To |
|
Change Attribute Type cluster : Cluster to cluster : ClusterService in class io.atomix.cluster.messaging.impl.DefaultClusterCommunicationService |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.partition.impl.RaftClientCommunicator |
From |
To |
|
Change Attribute Type cluster : Cluster to cluster : ClusterService in class io.atomix.cluster.messaging.ClusterCommunicationService.Builder |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.partition.impl.RaftPartitionServer |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.partition.impl.RaftPartition |
From |
To |
|
Change Attribute Type nodes : Map<NodeId,TestClusterCommunicator> to nodes : Map<NodeId,TestClusterCommunicationService> in class io.atomix.cluster.messaging.TestClusterCommunicationService |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.cluster.messaging.TestRaftServerCommunicator |
From |
To |
|
Change Attribute Type clusterCommunicator : ManagedClusterCommunicator to clusterCommunicator : ManagedClusterCommunicationService in class io.atomix.Atomix |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.cluster.messaging.TestRaftClientCommunicator |
From |
To |
|
Change Attribute Type nodes : Map<NodeId,TestClusterCommunicator> to nodes : Map<NodeId,TestClusterCommunicationService> in class io.atomix.cluster.messaging.TestClusterCommunicationServiceFactory |
From |
To |
|
Change Attribute Type clusterCommunicator : ClusterCommunicator to clusterCommunicator : ClusterCommunicationService in class io.atomix.partition.impl.RaftServerCommunicator |
From |
To |