b0150c14fee40b284c35c9f7cc247b027ef7da53
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getAllValuesAsync(keys Set<K>) : RFuture<Map<K,V>> renamed to protected getAllOperationAsync(keys Set<K>) : RFuture<Map<K,V>> in class org.redisson.RedissonMap | From | To | |
Move Class | 2 | ||
Move Class org.redisson.RedissonLocalCachedMap.LocalCachedMapInvalidate moved to org.redisson.cache.LocalCachedMapInvalidate | From | To | |
Move Class org.redisson.RedissonLocalCachedMap.LocalCachedMapClear moved to org.redisson.cache.LocalCachedMapClear | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable prevCachedValue : CachedValue<K,V> to entry : CachedValue<K,V> in method private isValueExpired(entry CachedValue<K,V>) : boolean in class org.redisson.cache.AbstractCacheMap | From | To | |
Extract Interface | 1 | ||
Extract Interface org.redisson.cache.ExpirableValue from classes [org.redisson.cache.CachedValue] | From | To | |
Extract Method | 2 | ||
Extract Method private isValueExpired(entry CachedValue<K,V>) : boolean extracted from public put(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : V in class org.redisson.cache.AbstractCacheMap | From | To | |
Extract Method private isValueExpired(entry CachedValue<K,V>) : boolean extracted from public remove(key Object) : V in class org.redisson.cache.AbstractCacheMap | From | To |