260ec364b8671b9c3315de423d3c9b546afa7ee1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type key : K to key : KeyCacheObject in method private value(entry GridCacheEntryEx, key KeyCacheObject) : CacheObject in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.PeekValueExpiryAwareIterator | From | To | |
Change Parameter Type keyIt : Iterator<K> to entryIter : Iterator<? extends GridCacheEntryEx> in method package PeekValueExpiryAwareIterator(entryIter Iterator<? extends GridCacheEntryEx>, plc ExpiryPolicy, topVer AffinityTopologyVersion, keyValFilter IgniteBiPredicate<K,V>, keepBinary boolean, locNode boolean, heapOnly boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.PeekValueExpiryAwareIterator | From | To | |
Rename Variable | 1 | ||
Rename Variable keyIter : Iterator<K> to entryIter : Iterator<? extends GridCacheEntryEx> in method private onheapIterator(qry GridCacheQueryAdapter<?>, topVer AffinityTopologyVersion, keyValFilter IgniteBiPredicate<K,V>, backups boolean, plc ExpiryPolicy, locNode boolean) : GridIterator<IgniteBiTuple<K,V>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute keyIt : Iterator<K> to entryIt : Iterator<? extends GridCacheEntryEx> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.PeekValueExpiryAwareIterator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type keyIter : Iterator<K> to entryIter : Iterator<? extends GridCacheEntryEx> in method private onheapIterator(qry GridCacheQueryAdapter<?>, topVer AffinityTopologyVersion, keyValFilter IgniteBiPredicate<K,V>, backups boolean, plc ExpiryPolicy, locNode boolean) : GridIterator<IgniteBiTuple<K,V>> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type keyIt : Iterator<K> to entryIt : Iterator<? extends GridCacheEntryEx> in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.PeekValueExpiryAwareIterator | From | To | |
Extract Method | 1 | ||
Extract Method public localEntriesIteratorEx(primary boolean, backup boolean, topVer AffinityTopologyVersion) : Iterator<? extends GridCacheEntryEx> extracted from public localEntriesIterator(primary boolean, backup boolean, keepBinary boolean, topVer AffinityTopologyVersion) : Iterator<Cache.Entry<K,V>> in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keyIt : Iterator<K> to entryIter : Iterator<? extends GridCacheEntryEx> in method package PeekValueExpiryAwareIterator(entryIter Iterator<? extends GridCacheEntryEx>, plc ExpiryPolicy, topVer AffinityTopologyVersion, keyValFilter IgniteBiPredicate<K,V>, keepBinary boolean, locNode boolean, heapOnly boolean) in class org.apache.ignite.internal.processors.cache.query.GridCacheQueryManager.PeekValueExpiryAwareIterator | From | To |