|
Rename Method public putxIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putxAsync(key K, val V) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Rename Method public putx(key K, val V) : boolean renamed to public getAndPutAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Rename Method public putxAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> renamed to public getAndPutAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Rename Method public putx(key K, val V) : boolean renamed to public getAndPutAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putxAsync(key K, val V) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putx(key K, val V) : boolean renamed to public getAndPut(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Rename Method public putx(key K, val V, filter CacheEntryPredicate[]) : boolean renamed to public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Rename Method public putx(key K, val V) : boolean renamed to public getAndPut(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putxIfAbsent(key K, val V) : boolean renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Rename Method public putxAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Method public putx(key K, val V, filter CacheEntryPredicate[]) : boolean renamed to public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Rename Method public putx(key K, val V, filter CacheEntryPredicate[]) : boolean renamed to public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Rename Method public putxIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Rename Method public putxAsync(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> renamed to public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V, filter CacheEntryPredicate[]) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type boolean to V in method public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type boolean to V in method public getAndPut(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V, filter CacheEntryPredicate[]) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type boolean to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type boolean to IgniteInternalFuture<V> in method public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V, filter CacheEntryPredicate[]) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type boolean to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Return Type boolean to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Return Type boolean to V in method public getAndPut(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type boolean to IgniteInternalFuture<V> in method public getAndPutAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type V to boolean in method public putIfAbsent(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type boolean to V in method public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type V to boolean in method public put(key K, val V, filter CacheEntryPredicate[]) : boolean in class org.apache.ignite.internal.processors.cache.local.atomic.GridLocalAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type boolean to V in method public getAndPut(key K, val V, filter CacheEntryPredicate[]) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type boolean to IgniteInternalFuture<V> in method public getAndPutIfAbsentAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putIfAbsentAsync(key K, val V) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type IgniteInternalFuture<Boolean> to IgniteInternalFuture<V> in method public getAndPutAsync0(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearAtomicCache |
From |
To |
|
Change Return Type boolean to IgniteInternalFuture<V> in method public getAndPutAsync(key K, val V) : IgniteInternalFuture<V> in class org.apache.ignite.internal.processors.cache.GridCacheProjectionImpl |
From |
To |
|
Change Return Type boolean to V in method public getAndPutIfAbsent(key K, val V) : V in class org.apache.ignite.internal.processors.cache.CacheProjection |
From |
To |
|
Change Return Type IgniteInternalFuture<V> to IgniteInternalFuture<Boolean> in method public putAsync(key K, val V, filter CacheEntryPredicate...) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |