|
Pull Up Method public getMapLoader() : MapLoader<K,V> from class org.redisson.api.LocalCachedMapOptions to public getLoader() : MapLoader<K,V> from class org.redisson.api.MapOptions |
From |
To |
|
Pull Up Method public getMapWriter() : MapWriter<K,V> from class org.redisson.api.LocalCachedMapOptions to public getWriter() : MapWriter<K,V> from class org.redisson.api.MapOptions |
From |
To |
|
Pull Up Method public mapWriter(writer MapWriter<K,V>) : LocalCachedMapOptions<K,V> from class org.redisson.api.LocalCachedMapOptions to public writer(writer MapWriter<K,V>, writeMode WriteMode) : MapOptions<K,V> from class org.redisson.api.MapOptions |
From |
To |
|
Pull Up Method public mapLoader(loader MapLoader<K,V>) : LocalCachedMapOptions<K,V> from class org.redisson.api.LocalCachedMapOptions to public loader(loader MapLoader<K,V>) : MapOptions<K,V> from class org.redisson.api.MapOptions |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public getMap(name String, codec Codec, options MapOptions<K,V>) : RMap<K,V> in class org.redisson.Redisson |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public RedissonMapCache(codec Codec, evictionScheduler EvictionScheduler, commandExecutor CommandAsyncExecutor, name String, redisson RedissonClient, options MapOptions<K,V>) in class org.redisson.RedissonMapCache |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public RedissonMapCache(evictionScheduler EvictionScheduler, commandExecutor CommandAsyncExecutor, name String, redisson RedissonClient, options MapOptions<K,V>) in class org.redisson.RedissonMapCache |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public getMapCache(name String, options MapOptions<K,V>) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public getMapCache(name String, codec Codec, options MapOptions<K,V>) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Merge Parameter [mapLoader : MapLoader<K,V>, mapWriter : MapWriter<K,V>] to options : MapOptions<K,V> in method public getMap(name String, options MapOptions<K,V>) : RMap<K,V> in class org.redisson.Redisson |
From |
To |
|
Extract And Move Method protected mapWriterFuture(future RFuture<M>, listener MapWriterTask<M>) : RFuture<M> extracted from public fastPutAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |
|
Extract And Move Method protected hasNoWriter() : boolean extracted from public fastPutAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |
|
Extract And Move Method protected hasNoWriter() : boolean extracted from public fastPutIfAbsentAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<Boolean> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |
|
Extract And Move Method protected mapWriterFuture(future RFuture<M>, listener MapWriterTask<M>) : RFuture<M> extracted from public putAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<V> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |
|
Extract And Move Method protected hasNoWriter() : boolean extracted from public putAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<V> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |
|
Extract And Move Method protected hasNoWriter() : boolean extracted from public putIfAbsentAsync(key K, value V, ttl long, ttlUnit TimeUnit, maxIdleTime long, maxIdleUnit TimeUnit) : RFuture<V> in class org.redisson.RedissonMapCache & moved to class org.redisson.RedissonMap |
From |
To |