|
Change Parameter Type commit : Commit<LeaderElectionCommands.Unlisten> to commit : Commit<TopicCommands.Unlisten> in method protected unlisten(commit Commit<TopicCommands.Unlisten>) : void in class io.atomix.copycat.coordination.state.TopicState |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public isEmpty(consistency Query.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public putIfAbsent(key K, value V, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public getAndSet(value T, consistency Command.ConsistencyLevel) : CompletableFuture<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type context : Context to context : ThreadContext in method package ResourceStateMachineExecutor(resource long, parent StateMachineExecutor, context ThreadContext) in class io.atomix.copycat.manager.ResourceStateMachineExecutor |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public getAndSet(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public compareAndSet(expect T, update T, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public size(consistency Query.ConsistencyLevel) : CompletableFuture<Integer> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type event : ResourceEvent<?> to event : String in method private handleEvent(event String, message ResourceEvent<?>) : void in class io.atomix.copycat.resource.ResourceSession |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public contains(value Object, consistency Query.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public isEmpty(consistency Query.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public put(key K, value V, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public containsKey(key Object, consistency Query.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public get(consistency Query.ConsistencyLevel) : CompletableFuture<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public size(consistency Query.ConsistencyLevel) : CompletableFuture<Integer> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public getOrDefault(key Object, defaultValue V, consistency Query.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public put(key K, value V, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public add(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public withDefaultQueryConsistency(consistency Query.ConsistencyLevel) : DistributedAtomicValue<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type context : Context to context : ThreadContext in method public ResourceSession(resource long, parent Session, context ThreadContext) in class io.atomix.copycat.resource.ResourceSession |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public compareAndSet(expect T, update T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public set(value T, consistency Command.ConsistencyLevel) : CompletableFuture<Void> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public set(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Void> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Change Parameter Type event : ResourceEvent to event : String in method private handleEvent(event String, message ResourceEvent) : void in class io.atomix.copycat.manager.ManagedResourceSession |
From |
To |
|
Change Parameter Type consistency : ConsistencyLevel to consistency : Query.ConsistencyLevel in method public get(key Object, consistency Query.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Change Parameter Type persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public add(value T, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public add(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |
|
Rename Parameter event : ResourceEvent<?> to message : ResourceEvent<?> in method private handleEvent(event String, message ResourceEvent<?>) : void in class io.atomix.copycat.resource.ResourceSession |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public put(key K, value V, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public compareAndSet(expect T, update T, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public compareAndSet(expect T, update T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public set(value T, consistency Command.ConsistencyLevel) : CompletableFuture<Void> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public set(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<Void> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public put(key K, value V, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public putIfAbsent(key K, value V, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<V> in class io.atomix.copycat.collections.DistributedMap |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public getAndSet(value T, consistency Command.ConsistencyLevel) : CompletableFuture<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public getAndSet(value T, ttl Duration, consistency Command.ConsistencyLevel) : CompletableFuture<T> in class io.atomix.copycat.atomic.DistributedAtomicValue |
From |
To |
|
Rename Parameter initialDelay : Duration to delay : Duration in method public schedule(delay Duration, callback Runnable) : Scheduled in class io.atomix.copycat.manager.ResourceStateMachineExecutor |
From |
To |
|
Rename Parameter persistence : PersistenceMode to consistency : Command.ConsistencyLevel in method public add(value T, consistency Command.ConsistencyLevel) : CompletableFuture<Boolean> in class io.atomix.copycat.collections.DistributedSet |
From |
To |