|
Change Variable Type p : IgnitePredicate<CacheEntry<K,V>>[] to fut : IgniteFuture<Object> in method public removeAll(filter IgnitePredicate<CacheEntry<K,V>>...) : void in class org.apache.ignite.internal.processors.cache.GridCacheAdapter |
From |
To |
|
Change Variable Type rmvAll : Collection<K> to rmvAll : Set<K> in method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoadCacheUpdaters.Batched |
From |
To |
|
Change Variable Type rmvPartMap : Map<Integer,Collection<K>> to rmvPartMap : Map<Integer,Set<K>> in method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoadCacheUpdaters.GroupLocked |
From |
To |
|
Change Variable Type rmvAll : Collection<K> to rmvAll : Set<K> in method public update(cache IgniteCache<K,V>, entries Collection<Map.Entry<K,V>>) : void in class org.apache.ignite.internal.processors.dataload.GridDataLoadCacheUpdaters.BatchedSorted |
From |
To |