|
Change Return Type List<ByteBuf> to List<HashValue> in method private convert(list List<ScanObjectEntry>) : List<HashValue> in class org.redisson.reactive.SetReactiveIterator |
From |
To |
|
Change Return Type Map<ByteBuf,ByteBuf> to Map<HashValue,HashValue> in method private convert(map Map<ScanObjectEntry,ScanObjectEntry>) : Map<HashValue,HashValue> in class org.redisson.RedissonMultiMapIterator |
From |
To |
|
Change Return Type Map<ByteBuf,ByteBuf> to Map<HashValue,HashValue> in method private convert(map Map<ScanObjectEntry,ScanObjectEntry>) : Map<HashValue,HashValue> in class org.redisson.RedissonBaseMapIterator |
From |
To |
|
Change Return Type List<ByteBuf> to List<HashValue> in method protected convert(list List<ScanObjectEntry>) : List<HashValue> in class org.redisson.RedissonBaseIterator |
From |
To |
|
Change Variable Type result : List<ByteBuf> to result : List<HashValue> in method private convert(list List<ScanObjectEntry>) : List<HashValue> in class org.redisson.reactive.SetReactiveIterator |
From |
To |
|
Change Variable Type result : Map<ByteBuf,ByteBuf> to result : Map<HashValue,HashValue> in method private convert(map Map<ScanObjectEntry,ScanObjectEntry>) : Map<HashValue,HashValue> in class org.redisson.RedissonBaseMapIterator |
From |
To |
|
Change Variable Type result : List<ByteBuf> to result : List<HashValue> in method protected convert(list List<ScanObjectEntry>) : List<HashValue> in class org.redisson.RedissonBaseIterator |
From |
To |
|
Change Variable Type newValues : Map<ByteBuf,ByteBuf> to newValues : Map<HashValue,HashValue> in method public hasNext() : boolean in class org.redisson.RedissonMultiMapIterator |
From |
To |
|
Change Variable Type result : Map<ByteBuf,ByteBuf> to result : Map<HashValue,HashValue> in method private convert(map Map<ScanObjectEntry,ScanObjectEntry>) : Map<HashValue,HashValue> in class org.redisson.reactive.RedissonMapReactiveIterator.stream.subscribe.onSubscribe |
From |
To |
|
Change Variable Type result : Map<ByteBuf,ByteBuf> to result : Map<HashValue,HashValue> in method private convert(map Map<ScanObjectEntry,ScanObjectEntry>) : Map<HashValue,HashValue> in class org.redisson.RedissonMultiMapIterator |
From |
To |
|
Change Attribute Type buf : ByteBuf to hash : HashValue in class org.redisson.client.protocol.decoder.ScanObjectEntry |
From |
To |
|
Change Attribute Type firstKeys : Map<ByteBuf,ByteBuf> to firstKeys : Map<HashValue,HashValue> in class org.redisson.RedissonMultiMapIterator |
From |
To |
|
Change Attribute Type firstValues : List<ByteBuf> to firstValues : List<HashValue> in class org.redisson.RedissonBaseIterator |
From |
To |
|
Change Attribute Type lastValues : Map<ByteBuf,ByteBuf> to lastValues : Map<HashValue,HashValue> in class org.redisson.RedissonBaseMapIterator |
From |
To |
|
Change Attribute Type firstValues : Map<ByteBuf,ByteBuf> to firstValues : Map<HashValue,HashValue> in class org.redisson.RedissonBaseMapIterator |
From |
To |
|
Change Attribute Type lastValues : List<ByteBuf> to lastValues : List<HashValue> in class org.redisson.RedissonBaseIterator |
From |
To |