|
Change Variable Type t : GridTuple3<KeyCacheObject,GridCacheVersion,Boolean> to t : CacheEvictionEntry in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type t : GridTuple3<KeyCacheObject,GridCacheVersion,Boolean> to t : CacheEvictionEntry in method private rejectEntries(nodeId UUID) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager.EvictionFuture |
From |
To |
|
Change Variable Type near : Boolean to near : boolean in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type col : Collection<GridTuple3<KeyCacheObject,GridCacheVersion,Boolean>> to col : Collection<CacheEvictionEntry> in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type e : Map.Entry<Integer,Collection<GridTuple3<KeyCacheObject,GridCacheVersion,Boolean>>> to e : Map.Entry<Integer,Collection<CacheEvictionEntry>> in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type nearEntries : Collection<GridTuple3<KeyCacheObject,GridCacheVersion,Boolean>> to nearEntries : Collection<CacheEvictionEntry> in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type dhtEntries : Map<Integer,Collection<GridTuple3<KeyCacheObject,GridCacheVersion,Boolean>>> to dhtEntries : Map<Integer,Collection<CacheEvictionEntry>> in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |
|
Change Variable Type t : GridTuple3<KeyCacheObject,GridCacheVersion,Boolean> to e : CacheEvictionEntry in method private processEvictionRequest0(nodeId UUID, req GridCacheEvictionRequest) : void in class org.apache.ignite.internal.processors.cache.GridCacheEvictionManager |
From |
To |