|
Rename Method public clearLocally0(keys Collection<? extends K>, filter CacheEntryPredicate[]) : void renamed to public clearLocallyAll(keys Set<? extends K>, srv boolean, near boolean, readers boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Rename Method public clearAsync(keys Set<? extends K>) : IgniteInternalFuture<?> renamed to public clearAllAsync(keys Set<? extends K>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.IgniteInternalCache |
From |
To |
|
Rename Method public clearLocally0(key K, filter CacheEntryPredicate[]) : boolean renamed to public clearLocally(key K) : boolean in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Rename Method public clearAsync(keys Set<? extends K>) : IgniteInternalFuture<?> renamed to public clearAllAsync(keys Set<? extends K>) : IgniteInternalFuture<?> in class org.apache.ignite.internal.processors.cache.GridCacheProxyImpl |
From |
To |
|
Change Parameter Type filter : CacheEntryPredicate... to readers : boolean in method private clearLocally0(key K, readers boolean) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Parameter Type keys : Collection<? extends K> to keys : Set<? extends K> in method public clearLocallyAll(keys Set<? extends K>, srv boolean, near boolean, readers boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |
|
Change Parameter Type filter : CacheEntryPredicate[] to readers : boolean in method public clearLocallyAll(keys Set<? extends K>, srv boolean, near boolean, readers boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearCacheAdapter |
From |
To |