|
Rename Method public put(key String, value String, response AsyncResponse) : void renamed to public size(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Method public remove(key String, response AsyncResponse) : void renamed to public clear(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Method public getRootChildren(response AsyncResponse) : void renamed to public removeNode(name String, path List<PathSegment>, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |
|
Rename Method public getPrimitiveAsync(name String) : CompletableFuture<P> renamed to public getPrimitiveType(typeName String) : PrimitiveType in class io.atomix.core.Atomix |
From |
To |
|
Rename Method public create(path List<PathSegment>, value String, response AsyncResponse) : void renamed to public get(name String, path List<PathSegment>, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |
|
Rename Method public set(body String, response AsyncResponse) : void renamed to public get(name String, response AsyncResponse) : void in class io.atomix.core.value.impl.DistributedValueResource |
From |
To |
|
Rename Method public get(response AsyncResponse) : void renamed to public set(name String, value Long, response AsyncResponse) : void in class io.atomix.core.counter.impl.AtomicCounterResource |
From |
To |
|
Rename Method public add(element String, response AsyncResponse) : void renamed to public clear(name String, response AsyncResponse) : void in class io.atomix.core.collection.impl.DistributedCollectionResource |
From |
To |
|
Rename Method public clear(response AsyncResponse) : void renamed to public contains(name String, element String, response AsyncResponse) : void in class io.atomix.core.collection.impl.DistributedCollectionResource |
From |
To |
|
Rename Method public release(permits Integer, response AsyncResponse) : void renamed to public increase(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.AtomicSemaphoreResource |
From |
To |
|
Rename Method public size(response AsyncResponse) : void renamed to public get(name String, key String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Method public get(response AsyncResponse) : void renamed to public set(name String, body String, response AsyncResponse) : void in class io.atomix.core.value.impl.AtomicValueResource |
From |
To |
|
Rename Method public release(permits Integer, response AsyncResponse) : void renamed to public increase(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.DistributedSemaphoreResource |
From |
To |
|
Rename Method public get(key String, response AsyncResponse) : void renamed to public keys(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Method public clear(response AsyncResponse) : void renamed to public remove(name String, key String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Method public removeNode(path List<PathSegment>, response AsyncResponse) : void renamed to public getRootChildren(name String, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |
|
Rename Method public getLeadership(response AsyncResponse) : void renamed to public anoint(name String, id String, response AsyncResponse) : void in class io.atomix.core.election.impl.LeaderElectionResource |
From |
To |
|
Rename Method public anoint(id String, response AsyncResponse) : void renamed to public getLeadership(name String, response AsyncResponse) : void in class io.atomix.core.election.impl.LeaderElectionResource |
From |
To |
|
Rename Method public reduce(permits Integer, response AsyncResponse) : void renamed to public acquire(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.AtomicSemaphoreResource |
From |
To |
|
Rename Method public increase(permits Integer, response AsyncResponse) : void renamed to public release(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.AtomicSemaphoreResource |
From |
To |
|
Rename Method public increase(permits Integer, response AsyncResponse) : void renamed to public release(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.DistributedSemaphoreResource |
From |
To |
|
Rename Method public set(value Long, response AsyncResponse) : void renamed to public get(name String, response AsyncResponse) : void in class io.atomix.core.counter.impl.AtomicCounterResource |
From |
To |
|
Rename Method public acquire(permits Integer, response AsyncResponse) : void renamed to public reduce(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.AtomicSemaphoreResource |
From |
To |
|
Rename Method public lock(response AsyncResponse) : void renamed to public unlock(name String, response AsyncResponse) : void in class io.atomix.core.lock.impl.AtomicLockResource |
From |
To |
|
Rename Method public set(body String, response AsyncResponse) : void renamed to public get(name String, response AsyncResponse) : void in class io.atomix.core.value.impl.AtomicValueResource |
From |
To |
|
Rename Method public reduce(permits Integer, response AsyncResponse) : void renamed to public acquire(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.DistributedSemaphoreResource |
From |
To |
|
Rename Method public get(path List<PathSegment>, response AsyncResponse) : void renamed to public create(name String, path List<PathSegment>, value String, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |
|
Rename Method public contains(element String, response AsyncResponse) : void renamed to public get(name String, response AsyncResponse) : void in class io.atomix.core.collection.impl.DistributedCollectionResource |
From |
To |
|
Rename Method public unlock(response AsyncResponse) : void renamed to public lock(name String, response AsyncResponse) : void in class io.atomix.core.lock.impl.AtomicLockResource |
From |
To |
|
Rename Method public get(response AsyncResponse) : void renamed to public set(name String, body String, response AsyncResponse) : void in class io.atomix.core.value.impl.DistributedValueResource |
From |
To |
|
Rename Method public acquire(permits Integer, response AsyncResponse) : void renamed to public reduce(name String, permits Integer, response AsyncResponse) : void in class io.atomix.core.semaphore.impl.DistributedSemaphoreResource |
From |
To |
|
Rename Parameter path : List<PathSegment> to name : String in method public getRootChildren(name String, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |
|
Rename Parameter id : String to name : String in method public getLeadership(name String, response AsyncResponse) : void in class io.atomix.core.election.impl.LeaderElectionResource |
From |
To |
|
Rename Parameter body : String to name : String in method public get(name String, response AsyncResponse) : void in class io.atomix.core.value.impl.AtomicValueResource |
From |
To |
|
Rename Parameter name : String to typeName : String in method public getPrimitiveType(typeName String) : PrimitiveType in class io.atomix.core.Atomix |
From |
To |
|
Rename Parameter key : String to name : String in method public size(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Parameter key : String to name : String in method public clear(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Parameter element : String to name : String in method public get(name String, response AsyncResponse) : void in class io.atomix.core.collection.impl.DistributedCollectionResource |
From |
To |
|
Rename Parameter body : String to name : String in method public get(name String, response AsyncResponse) : void in class io.atomix.core.value.impl.DistributedValueResource |
From |
To |
|
Rename Parameter element : String to name : String in method public clear(name String, response AsyncResponse) : void in class io.atomix.core.collection.impl.DistributedCollectionResource |
From |
To |
|
Rename Parameter value : Long to name : String in method public get(name String, response AsyncResponse) : void in class io.atomix.core.counter.impl.AtomicCounterResource |
From |
To |
|
Rename Parameter key : String to name : String in method public keys(name String, response AsyncResponse) : void in class io.atomix.core.map.impl.AtomicMapResource |
From |
To |
|
Rename Parameter value : String to name : String in method public get(name String, path List<PathSegment>, response AsyncResponse) : void in class io.atomix.core.tree.impl.DocumentTreeResource |
From |
To |