042cfcb7cb15764cb24ff53ddbf6b5488d607d2b
Files Diff
- Added: 57
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Attribute | 1 | ||
Extract Attribute public TOPIC_SUFFIX : String in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method | 25 | ||
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public readAllMapAsync() : RFuture<Map<K,V>> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public replaceAsync(key K, value V) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public readAllEntrySetAsync() : RFuture<Set<Entry<K,V>>> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public getAsync(key Object) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public putIfAbsentAsync(key K, value V) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public replaceAsync(key K, oldValue V, newValue V) : RFuture<Boolean> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private disableKeys(requestId String, keys Set<CacheKey>, timeout long) : void extracted from private addListeners(name String, options LocalCachedMapOptions<K,V>, redisson RedissonClient) : void in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public preloadCache() : void in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public addAndGetOperationAsync(key K, value Number) : RFuture<V> in class org.redisson.RedissonLocalCachedMap | From | To | |
Extract Method private cachePut(cacheKey CacheKey, key Object, value Object) : void extracted from public fastPutIfAbsentAsync(key K, value V) : RFuture<Boolean> in class org.redisson.RedissonLocalCachedMap | From | To |