|
Rename Method public getCache(name String) : RCacheAsync<K,V> renamed to public getMapCache(name String) : RMapCacheAsync<K,V> in class org.redisson.core.RBatch |
From |
To |
|
Rename Method public getCache(name String, codec Codec) : RCacheAsync<K,V> renamed to public getMapCache(name String, codec Codec) : RMapCacheAsync<K,V> in class org.redisson.core.RBatch |
From |
To |
|
Rename Method public getCache(name String) : RCacheAsync<K,V> renamed to public getMapCache(name String) : RMapCacheAsync<K,V> in class org.redisson.RedissonBatch |
From |
To |
|
Rename Method public getCache(name String, codec Codec) : RCacheAsync<K,V> renamed to public getMapCache(name String, codec Codec) : RMapCacheAsync<K,V> in class org.redisson.RedissonBatch |
From |
To |
|
Rename Method public getCache(name String) : RCache<K,V> renamed to public getMapCache(name String) : RMapCache<K,V> in class org.redisson.RedissonClient |
From |
To |
|
Rename Method public getCache(name String, codec Codec) : RCache<K,V> renamed to public getMapCache(name String, codec Codec) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Rename Method public getCache(name String, codec Codec) : RCache<K,V> renamed to public getMapCache(name String, codec Codec) : RMapCache<K,V> in class org.redisson.RedissonClient |
From |
To |
|
Rename Method public getCache(name String) : RCache<K,V> renamed to public getMapCache(name String) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Rename Method protected newSucceededObservable(result V) : Stream<V> renamed to protected newSucceeded(result V) : Stream<V> in class org.redisson.reactive.RedissonObjectReactive |
From |
To |
|
Change Return Type RCacheAsync<K,V> to RMapCacheAsync<K,V> in method public getMapCache(name String, codec Codec) : RMapCacheAsync<K,V> in class org.redisson.RedissonBatch |
From |
To |
|
Change Return Type RCacheAsync<K,V> to RMapCacheAsync<K,V> in method public getMapCache(name String) : RMapCacheAsync<K,V> in class org.redisson.core.RBatch |
From |
To |
|
Change Return Type RCache<K,V> to RMapCache<K,V> in method public getMapCache(name String) : RMapCache<K,V> in class org.redisson.RedissonClient |
From |
To |
|
Change Return Type RCacheAsync<K,V> to RMapCacheAsync<K,V> in method public getMapCache(name String) : RMapCacheAsync<K,V> in class org.redisson.RedissonBatch |
From |
To |
|
Change Return Type RCache<K,V> to RMapCache<K,V> in method public getMapCache(name String, codec Codec) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Change Return Type RCache<K,V> to RMapCache<K,V> in method public getMapCache(name String) : RMapCache<K,V> in class org.redisson.Redisson |
From |
To |
|
Change Return Type RCacheAsync<K,V> to RMapCacheAsync<K,V> in method public getMapCache(name String, codec Codec) : RMapCacheAsync<K,V> in class org.redisson.core.RBatch |
From |
To |
|
Change Return Type RCache<K,V> to RMapCache<K,V> in method public getMapCache(name String, codec Codec) : RMapCache<K,V> in class org.redisson.RedissonClient |
From |
To |
|
Change Variable Type cache : RCache<String,String> to cache : RMapCache<String,String> in method public testExpireAt() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testFastPut() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testContainsKey() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testPutGet() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testFastRemoveEmpty() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testKeySet() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<String,String> to map : RMapCache<String,String> in method public testEquals() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type cache : RCache<String,String> to cache : RMapCache<String,String> in method public testExpiredIterator() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testScheduler() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testRemoveAsync() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type cache : RCache<String,String> to cache : RMapCache<String,String> in method public testClearExpire() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testFastRemoveAsync() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testPutAsync() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,String> to map : RMapCache<Integer,String> in method public testEntrySet() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testGetAll() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<String,Integer> to map : RMapCache<String,Integer> in method public testGetAllWithStringKeys() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testValues() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<String,SimpleObjectWithoutDefaultConstructor> to map : RMapCache<String,SimpleObjectWithoutDefaultConstructor> in method public testDeserializationErrorReturnsErrorImmediately() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<Integer,Integer> to map : RMapCache<Integer,Integer> in method public testEmptyRemove() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type cache : RCache<String,String> to cache : RMapCache<String,String> in method public testExpire() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : ConcurrentMap<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testRemoveValue() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : RCache<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testContainsValue() : void in class org.redisson.RedissonMapCacheTest |
From |
To |
|
Change Variable Type map : ConcurrentMap<SimpleKey,SimpleValue> to map : RMapCache<SimpleKey,SimpleValue> in method public testPutIfAbsent() : void in class org.redisson.RedissonMapCacheTest |
From |
To |