|
Change Parameter Type entryProcessor : IgniteEntryProcessor<K,V,T> to entryProcessor : CacheEntryProcessor<K,V,T> in method public invoke(key K, entryProcessor CacheEntryProcessor<K,V,T>, arguments Object...) : T in class org.apache.ignite.IgniteCache |
From |
To |
|
Change Parameter Type entryProcessor : IgniteEntryProcessor<K,V,T> to entryProcessor : CacheEntryProcessor<K,V,T> in method public invokeAll(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> in class org.apache.ignite.IgniteCache |
From |
To |
|
Change Parameter Type entryProcessor : IgniteEntryProcessor<K,V,T> to entryProcessor : CacheEntryProcessor<K,V,T> in method public invokeAll(keys Set<? extends K>, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : Map<K,EntryProcessorResult<T>> in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |
|
Change Parameter Type entryProcessor : IgniteEntryProcessor<K,V,T> to entryProcessor : CacheEntryProcessor<K,V,T> in method public invoke(key K, entryProcessor CacheEntryProcessor<K,V,T>, args Object...) : T in class org.apache.ignite.internal.processors.cache.IgniteCacheProxy |
From |
To |