|
Change Parameter Type endpoint : Endpoint to address : Address in method private getService(address Address) : TestMessagingService in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private bootstrapClient(address Address) : Bootstrap in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],byte[]> to handler : BiFunction<Address,byte[],byte[]> in method public registerHandler(type String, handler BiFunction<Address,byte[],byte[]>, executor Executor) : void in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method private openChannel(ep Address) : CompletableFuture<Channel> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private sendUpdate(address Address, update NodeUpdate) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],CompletableFuture<byte[]>> to handler : BiFunction<Address,byte[],CompletableFuture<byte[]>> in method public registerHandler(type String, handler BiFunction<Address,byte[],CompletableFuture<byte[]>>) : void in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public ReplicatedNode(id NodeId, type Type, address Address, zone String, rack String, host String, timestamp LogicalTimestamp, tombstone boolean) in class io.atomix.cluster.impl.ReplicatedNode |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public newMessagingService(address Address) : ManagedMessagingService in class io.atomix.cluster.messaging.impl.TestMessagingServiceFactory |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private sendAdvertisement(address Address) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftMessagingProtocol |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,byte[]> to handler : BiConsumer<Address,byte[]> in method public registerHandler(type String, handler BiConsumer<Address,byte[]>, executor Executor) : void in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,byte[]> to handler : BiConsumer<Address,byte[]> in method public registerHandler(type String, handler BiConsumer<Address,byte[]>, executor Executor) : void in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private getChannel(address Address, messageType String) : CompletableFuture<Channel> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],byte[]> to handler : BiFunction<Address,byte[],byte[]> in method public registerHandler(type String, handler BiFunction<Address,byte[],byte[]>, executor Executor) : void in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private sendHeartbeat(address Address, payload byte[]) : void in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private bootstrap(address Address) : CompletableFuture<Void> in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],byte[]> to handler : BiFunction<Address,byte[],byte[]> in method public registerHandler(type String, handler BiFunction<Address,byte[],byte[]>, executor Executor) : void in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],CompletableFuture<byte[]>> to handler : BiFunction<Address,byte[],CompletableFuture<byte[]>> in method public registerHandler(type String, handler BiFunction<Address,byte[],CompletableFuture<byte[]>>) : void in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public StatefulNode(id NodeId, type Type, address Address, zone String, rack String, host String) in class io.atomix.cluster.impl.StatefulNode |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public apply(address Address, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.DefaultClusterEventingService.InternalSubscriber |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],CompletableFuture<byte[]>> to handler : BiFunction<Address,byte[],CompletableFuture<byte[]>> in method public registerHandler(type String, handler BiFunction<Address,byte[],CompletableFuture<byte[]>>) : void in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private getService(address Address) : TestMessagingService in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type sender : Endpoint to sender : Address in method public apply(sender Address, bytes byte[]) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService.InternalMessageResponder |
From |
To |
|
Change Parameter Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private executeOnPooledConnection(address Address, type String, callback Function<ClientConnection,CompletableFuture<T>>, executor Executor) : CompletableFuture<T> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public client(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private handleUpdate(address Address, payload byte[]) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,M> to handler : BiConsumer<Address,M> in method public subscribe(subject String, decoder Function<byte[],M>, handler BiConsumer<Address,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.ClusterMessagingService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,M> to handler : BiConsumer<Address,M> in method public subscribe(subject String, handler BiConsumer<Address,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.ClusterMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private getHandler(address Address, type String) : BiFunction<Address,byte[],CompletableFuture<byte[]>> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAsync(ep Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public VertxRestService(atomix Atomix, address Address) in class io.atomix.rest.impl.VertxRestService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAsync(ep Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftClientMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftClientMessagingProtocol |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private handleBootstrap(address Address, payload byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type ep : Endpoint to address : Address in method public sendAsync(address Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[], executor Executor) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type sender : Endpoint to sender : Address in method public InternalRequest(preamble int, id long, sender Address, subject String, payload byte[]) in class io.atomix.messaging.impl.InternalRequest |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,byte[]> to handler : BiConsumer<Address,byte[]> in method public registerHandler(type String, handler BiConsumer<Address,byte[]>, executor Executor) : void in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,M> to handler : BiConsumer<Address,M> in method public subscribe(subject String, decoder Function<byte[],M>, handler BiConsumer<Address,M>, executor Executor) : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public MessageEncoder(address Address, preamble int) in class io.atomix.messaging.impl.MessageEncoder |
From |
To |
|
Change Parameter Type endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftServerMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftServerMessagingProtocol |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private handleAdvertisement(address Address, payload byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Change Parameter Type handler : BiConsumer<Endpoint,byte[]> to handler : BiConsumer<Address,byte[]> in method public registerHandler(type String, handler BiConsumer<Address,byte[]>, executor Executor) : void in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public core(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public data(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[], executor Executor) : CompletableFuture<byte[]> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private executeOnPooledConnection(address Address, type String, callback Function<ClientConnection,CompletableFuture<T>>, executor Executor, future CompletableFuture<T>) : void in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],CompletableFuture<byte[]>> to handler : BiFunction<Address,byte[],CompletableFuture<byte[]>> in method public registerHandler(type String, handler BiFunction<Address,byte[],CompletableFuture<byte[]>>) : void in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to address : Address in method public sendAndReceive(address Address, type String, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type sender : Endpoint to sender : Address in method public accept(sender Address, bytes byte[]) : void in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService.InternalMessageBiConsumer |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private handleHeartbeat(address Address, message byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Change Parameter Type handler : BiFunction<Endpoint,byte[],byte[]> to handler : BiFunction<Address,byte[],byte[]> in method public registerHandler(type String, handler BiFunction<Address,byte[],byte[]>, executor Executor) : void in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to address : Address in method public sendAndReceive(address Address, type String, payload byte[], executor Executor) : CompletableFuture<byte[]> in class io.atomix.messaging.MessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method protected Node(id NodeId, type Type, address Address, zone String, rack String, host String) in class io.atomix.cluster.Node |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAsync(ep Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type sender : Endpoint to sender : Address in method public accept(sender Address, bytes byte[]) : void in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService.InternalMessageConsumer |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private getChannelPool(address Address) : List<CompletableFuture<Channel>> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method protected NettyMessagingService(preamble int, address Address) in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public newMessagingService(address Address) : ManagedMessagingService in class io.atomix.core.TestMessagingServiceFactory |
From |
To |
|
Change Parameter Type ep : Endpoint to ep : Address in method public sendAndReceive(ep Address, type String, payload byte[], executor Executor) : CompletableFuture<byte[]> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method private getHandler(address Address, type String) : BiFunction<Address,byte[],CompletableFuture<byte[]>> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Parameter Type consumer : BiConsumer<Endpoint,M> to consumer : BiConsumer<Address,M> in method package InternalMessageBiConsumer(decoder Function<byte[],M>, consumer BiConsumer<Address,M>) in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService.InternalMessageBiConsumer |
From |
To |
|
Change Parameter Type endpoint : Endpoint to address : Address in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Attribute Type ep2 : Endpoint to ep2 : Address in class io.atomix.messaging.impl.NettyMessagingServiceTest |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.cluster.Node.Builder |
From |
To |
|
Change Attribute Type handlers : Map<String,BiFunction<Endpoint,byte[],CompletableFuture<byte[]>>> to handlers : Map<String,BiFunction<Address,byte[],CompletableFuture<byte[]>>> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Attribute Type handlers : Map<String,BiFunction<Endpoint,byte[],CompletableFuture<byte[]>>> to handlers : Map<String,BiFunction<Address,byte[],CompletableFuture<byte[]>>> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Attribute Type sender : Endpoint to sender : Address in class io.atomix.messaging.impl.InternalRequest |
From |
To |
|
Change Attribute Type localEndpoint : Endpoint to localAddress : Address in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Attribute Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Attribute Type endpointMap : Map<NodeId,Endpoint> to addressMap : Map<NodeId,Address> in class io.atomix.protocols.raft.RaftFuzzTest |
From |
To |
|
Change Attribute Type endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in class io.atomix.protocols.raft.protocol.RaftMessagingProtocol |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Change Attribute Type channels : Map<Endpoint,List<CompletableFuture<Channel>>> to channels : Map<Address,List<CompletableFuture<Channel>>> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Change Attribute Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in class io.atomix.core.TestMessagingServiceFactory |
From |
To |
|
Change Attribute Type endpointMap : Map<NodeId,Endpoint> to addressMap : Map<NodeId,Address> in class io.atomix.protocols.raft.RaftPerformanceTest |
From |
To |
|
Change Attribute Type invalidEndPoint : Endpoint to invalidAddress : Address in class io.atomix.messaging.impl.NettyMessagingServiceTest |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.messaging.impl.MessageEncoder |
From |
To |
|
Change Attribute Type ep1 : Endpoint to ep1 : Address in class io.atomix.messaging.impl.NettyMessagingServiceTest |
From |
To |
|
Change Attribute Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in class io.atomix.cluster.messaging.impl.TestMessagingServiceFactory |
From |
To |
|
Change Attribute Type consumer : BiConsumer<Endpoint,M> to consumer : BiConsumer<Address,M> in class io.atomix.cluster.messaging.impl.DefaultClusterMessagingService.InternalMessageBiConsumer |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.messaging.impl.NettyMessagingService.Builder |
From |
To |
|
Change Attribute Type services : Map<Endpoint,TestMessagingService> to services : Map<Address,TestMessagingService> in class io.atomix.core.TestMessagingService |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.cluster.Node |
From |
To |
|
Change Attribute Type endpoint : Endpoint to address : Address in class io.atomix.rest.impl.VertxRestService |
From |
To |
|
Rename Parameter endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftServerMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftServerMessagingProtocol |
From |
To |
|
Rename Parameter ep : Endpoint to address : Address in method public sendAsync(address Address, type String, payload byte[]) : CompletableFuture<Void> in class io.atomix.messaging.MessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private bootstrap(address Address) : CompletableFuture<Void> in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private handleAdvertisement(address Address, payload byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private sendUpdate(address Address, update NodeUpdate) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter ep : Endpoint to address : Address in method public sendAndReceive(address Address, type String, payload byte[], executor Executor) : CompletableFuture<byte[]> in class io.atomix.messaging.MessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public StatefulNode(id NodeId, type Type, address Address, zone String, rack String, host String) in class io.atomix.cluster.impl.StatefulNode |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private bootstrapClient(address Address) : Bootstrap in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public newMessagingService(address Address) : ManagedMessagingService in class io.atomix.core.TestMessagingServiceFactory |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public newMessagingService(address Address) : ManagedMessagingService in class io.atomix.cluster.messaging.impl.TestMessagingServiceFactory |
From |
To |
|
Rename Parameter ep : Endpoint to address : Address in method public sendAndReceive(address Address, type String, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.messaging.MessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private sendAdvertisement(address Address) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private handleHeartbeat(address Address, message byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public VertxRestService(atomix Atomix, address Address) in class io.atomix.rest.impl.VertxRestService |
From |
To |
|
Rename Parameter endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftMessagingProtocol |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getChannelPool(address Address) : List<CompletableFuture<Channel>> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private sendHeartbeat(address Address, payload byte[]) : void in class io.atomix.cluster.impl.DefaultClusterService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method protected NettyMessagingService(preamble int, address Address) in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private executeOnPooledConnection(address Address, type String, callback Function<ClientConnection,CompletableFuture<T>>, executor Executor, future CompletableFuture<T>) : void in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private handleUpdate(address Address, payload byte[]) : void in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getHandler(address Address, type String) : BiFunction<Address,byte[],CompletableFuture<byte[]>> in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public MessageEncoder(address Address, preamble int) in class io.atomix.messaging.impl.MessageEncoder |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getChannel(address Address, messageType String) : CompletableFuture<Channel> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private executeOnPooledConnection(address Address, type String, callback Function<ClientConnection,CompletableFuture<T>>, executor Executor) : CompletableFuture<T> in class io.atomix.messaging.impl.NettyMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public ReplicatedNode(id NodeId, type Type, address Address, zone String, rack String, host String, timestamp LogicalTimestamp, tombstone boolean) in class io.atomix.cluster.impl.ReplicatedNode |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public apply(address Address, payload byte[]) : CompletableFuture<byte[]> in class io.atomix.cluster.messaging.impl.DefaultClusterEventingService.InternalSubscriber |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method protected Node(id NodeId, type Type, address Address, zone String, rack String, host String) in class io.atomix.cluster.Node |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getService(address Address) : TestMessagingService in class io.atomix.core.TestMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public TestMessagingService(address Address, services Map<Address,TestMessagingService>) in class io.atomix.core.TestMessagingService |
From |
To |
|
Rename Parameter endpointProvider : Function<NodeId,Endpoint> to addressProvider : Function<NodeId,Address> in method public RaftClientMessagingProtocol(messagingService MessagingService, serializer Serializer, addressProvider Function<NodeId,Address>) in class io.atomix.protocols.raft.protocol.RaftClientMessagingProtocol |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private handleBootstrap(address Address, payload byte[]) : byte[] in class io.atomix.cluster.impl.DefaultClusterMetadataService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public core(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public data(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method public client(nodeId NodeId, address Address) : Node in class io.atomix.cluster.Node |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getHandler(address Address, type String) : BiFunction<Address,byte[],CompletableFuture<byte[]>> in class io.atomix.core.TestMessagingService |
From |
To |
|
Rename Parameter endpoint : Endpoint to address : Address in method private getService(address Address) : TestMessagingService in class io.atomix.cluster.messaging.impl.TestMessagingService |
From |
To |