|
Change Parameter Type entry : CacheEntry<String,Integer> to entry : Entry<String,Integer> in method public collect(entry Entry<String,Integer>) : boolean in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest.SumReducer |
From |
To |
|
Change Parameter Type entry : Entry<Object,Object> to entry : EvictableEntry<Object,Object> in method public onEntryAccessed(rmv boolean, entry EvictableEntry<Object,Object>) : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheEvictionLockUnlockSelfTest.EvictionPolicy |
From |
To |
|
Change Parameter Type entry : Entry<K,V> to entry : EvictableEntry<K,V> in method public onEntryAccessed(rmv boolean, entry EvictableEntry<K,V>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAlwaysEvictionPolicy |
From |
To |
|
Change Parameter Type entry : CacheEntry<String,Integer> to entry : Entry<String,Integer> in method public apply(entry Entry<String,Integer>) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest.SumVisitor |
From |
To |
|
Change Variable Type e : CacheEntry<String,Integer> to e : Entry<String,Integer> in method public testPeekPartitionedModes() : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedMultiNodeFullApiSelfTest |
From |
To |
|
Change Variable Type primEntries : Set<CacheEntry<String,Integer>> to primEntries : Set<Entry<String,Integer>> in method public testPrimaryData() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest |
From |
To |
|
Change Variable Type queue : Collection<Entry<Integer,Integer>> to queue : Collection<EvictableEntry<Integer,Integer>> in method private checkPolicyConsistency() : void in class org.apache.ignite.internal.processors.cache.eviction.GridCacheConcurrentEvictionConsistencySelfTest |
From |
To |
|
Change Variable Type e : CacheEntry<Object,Object> to e : Entry<Integer,String> in method private loadCache(async boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridCachePartitionedLoadCacheSelfTest |
From |
To |
|
Change Attribute Type entryKeyFilterInv : IgnitePredicate<CacheEntry<String,Integer>> to entryKeyFilterInv : IgnitePredicate<Entry<String,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest |
From |
To |
|
Change Attribute Type entryKeyFilter : IgnitePredicate<CacheEntry<String,Integer>> to entryKeyFilter : IgnitePredicate<Entry<String,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest |
From |
To |
|
Change Attribute Type lt50 : IgnitePredicate<CacheEntry<String,Integer>> to lt50 : IgnitePredicate<Entry<String,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest |
From |
To |
|
Change Attribute Type gte100 : IgnitePredicate<CacheEntry<String,Integer>> to gte100 : IgnitePredicate<Entry<String,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest |
From |
To |
|
Change Attribute Type gte200 : IgnitePredicate<CacheEntry<String,Integer>> to gte200 : IgnitePredicate<Entry<String,Integer>> in class org.apache.ignite.internal.processors.cache.GridCacheAbstractSelfTest |
From |
To |