|
Change Variable Type k : K to k : Object in method public batchEvict(keys Collection<?>, obsoleteVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type cached : Map<K,GridCacheEntryEx> to cached : Map<Object,GridCacheEntryEx> in method public batchEvict(keys Collection<?>, obsoleteVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type cache : GridCacheAdapter<K,V> to cache : GridCacheAdapter in method private evictLocally(key KeyCacheObject, ver GridCacheVersion, near boolean, obsoleteVer GridCacheVersion) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type cache : GridCacheAdapter<K,V> to cache : GridCacheAdapter in method public batchEvict(keys Collection<?>, obsoleteVer GridCacheVersion) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |