|
Change Parameter Type expect : T to expect : U in method public compareAndSet(expect U, update U) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type listener : Consumer<T> to listener : Consumer<U> in method private ChangeListener(listener Consumer<U>) in class io.atomix.variables.AbstractDistributedValue.ChangeListener |
From |
To |
|
Change Parameter Type expect : T to expect : U in method public compareAndSet(expect U, update U, ttl Duration) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type value : T to value : U in method public set(value U, ttl Duration) : CompletableFuture<Void> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type value : T to value : U in method public getAndSet(value U, ttl Duration) : CompletableFuture<U> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type event : T to event : U in method public accept(event U) : void in class io.atomix.variables.AbstractDistributedValue.ChangeListener |
From |
To |
|
Change Parameter Type value : T to value : U in method public set(value U) : CompletableFuture<Void> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type value : T to value : U in method public getAndSet(value U) : CompletableFuture<U> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type listener : Consumer<T> to listener : Consumer<U> in method public onChange(listener Consumer<U>) : CompletableFuture<Listener<U>> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type update : T to update : U in method public compareAndSet(expect U, update U) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Parameter Type update : T to update : U in method public compareAndSet(expect U, update U, ttl Duration) : CompletableFuture<Boolean> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public compareAndSet(expect T, update T) : CompletableFuture<Boolean> from class io.atomix.variables.DistributedValue to public compareAndSet(expect U, update U) : CompletableFuture<Boolean> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public set(value T) : CompletableFuture<Void> from class io.atomix.variables.DistributedValue to public set(value U) : CompletableFuture<Void> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public onChange(listener Consumer<T>) : CompletableFuture<Listener<T>> from class io.atomix.variables.DistributedValue to public onChange(listener Consumer<U>) : CompletableFuture<Listener<U>> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public compareAndSet(expect T, update T, ttl Duration) : CompletableFuture<Boolean> from class io.atomix.variables.DistributedValue to public compareAndSet(expect U, update U, ttl Duration) : CompletableFuture<Boolean> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public getAndSet(value T) : CompletableFuture<T> from class io.atomix.variables.DistributedValue to public getAndSet(value U) : CompletableFuture<U> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public set(value T, ttl Duration) : CompletableFuture<Void> from class io.atomix.variables.DistributedValue to public set(value U, ttl Duration) : CompletableFuture<Void> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Move Method public getAndSet(value T, ttl Duration) : CompletableFuture<T> from class io.atomix.variables.DistributedValue to public getAndSet(value U, ttl Duration) : CompletableFuture<U> from class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type CompletableFuture<T> to CompletableFuture<U> in method public getAndSet(value U) : CompletableFuture<U> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedMembershipGroup> in method public type() : ResourceType<DistributedMembershipGroup> in class io.atomix.coordination.DistributedMembershipGroup |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedSet<T>> in method public type() : ResourceType<DistributedSet<T>> in class io.atomix.collections.DistributedSet |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedMultiMap<K,V>> in method public type() : ResourceType<DistributedMultiMap<K,V>> in class io.atomix.collections.DistributedMultiMap |
From |
To |
|
Change Return Type CompletableFuture<Listener<T>> to CompletableFuture<Listener<U>> in method public onChange(listener Consumer<U>) : CompletableFuture<Listener<U>> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedMessageBus> in method public type() : ResourceType<DistributedMessageBus> in class io.atomix.coordination.DistributedMessageBus |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedTopic<T>> in method public type() : ResourceType<DistributedTopic<T>> in class io.atomix.coordination.DistributedTopic |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedLock> in method public type() : ResourceType<DistributedLock> in class io.atomix.coordination.DistributedLock |
From |
To |
|
Change Return Type CompletableFuture<T> to CompletableFuture<U> in method public getAndSet(value U, ttl Duration) : CompletableFuture<U> in class io.atomix.variables.AbstractDistributedValue |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedQueue<T>> in method public type() : ResourceType<DistributedQueue<T>> in class io.atomix.collections.DistributedQueue |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedMap<K,V>> in method public type() : ResourceType<DistributedMap<K,V>> in class io.atomix.collections.DistributedMap |
From |
To |
|
Change Return Type Resource to T in method public with(consistency Consistency) : T in class io.atomix.resource.Resource |
From |
To |
|
Change Return Type ResourceType to ResourceType<T> in method public abstract type() : ResourceType<T> in class io.atomix.resource.Resource |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedLong> in method public type() : ResourceType<DistributedLong> in class io.atomix.variables.DistributedLong |
From |
To |
|
Change Return Type ResourceType to ResourceType<DistributedLeaderElection> in method public type() : ResourceType<DistributedLeaderElection> in class io.atomix.coordination.DistributedLeaderElection |
From |
To |