|
Change Return Type ListScanResult<V> to ListScanResult<ScanObjectEntry> in method package abstract iterator(client InetSocketAddress, nextIterPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonBaseIterator |
From |
To |
|
Change Return Type ListScanResult<String> to ListScanResult<ScanObjectEntry> in method private scanIterator(client InetSocketAddress, entry MasterSlaveEntry, startPos long, pattern String, count int) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonKeys |
From |
To |
|
Change Return Type Publisher<ListScanResult<V>> to Publisher<ListScanResult<ScanObjectEntry>> in method protected abstract scanIteratorReactive(client InetSocketAddress, nextIterPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.SetReactiveIterator |
From |
To |
|
Change Return Type Publisher<ListScanResult<V>> to Publisher<ListScanResult<ScanObjectEntry>> in method private scanIteratorReactive(client InetSocketAddress, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonScoredSortedSetReactive |
From |
To |
|
Change Return Type ListScanResult<V> to ListScanResult<ScanObjectEntry> in method private scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonScoredSortedSet |
From |
To |
|
Change Return Type Publisher<ListScanResult<V>> to Publisher<ListScanResult<ScanObjectEntry>> in method private scanIteratorReactive(client InetSocketAddress, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonSetReactive |
From |
To |
|
Change Return Type RFuture<ListScanResult<V>> to RFuture<ListScanResult<ScanObjectEntry>> in method public scanIteratorAsync(client InetSocketAddress, startPos long) : RFuture<ListScanResult<ScanObjectEntry>> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Return Type ListScanResult<V> to ListScanResult<ScanObjectEntry> in method package scanIterator(name String, client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSet |
From |
To |
|
Change Return Type ListScanResult<V> to ListScanResult<ScanObjectEntry> in method package scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Return Type ListScanResult<V> to ListScanResult<ScanObjectEntry> in method private scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetMultimapValues |
From |
To |
|
Change Return Type Publisher<ListScanResult<V>> to Publisher<ListScanResult<ScanObjectEntry>> in method package scanIterator(client InetSocketAddress, startPos long) : Publisher<ListScanResult<ScanObjectEntry>> in class org.redisson.reactive.RedissonSetCacheReactive |
From |
To |
|
Change Variable Type se : ScoredEntry to se : ScoredEntry<?> in method private handleReference(mainPromise RPromise<R>, res R) : void in class org.redisson.command.CommandAsyncService |
From |
To |
|
Change Variable Type f : RFuture<ListScanResult<String>> to f : RFuture<ListScanResult<ScanObjectEntry>> in method private scanIterator(client InetSocketAddress, entry MasterSlaveEntry, startPos long, pattern String, count int) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonKeys |
From |
To |
|
Change Variable Type f : RFuture<ListScanResult<V>> to f : RFuture<ListScanResult<ScanObjectEntry>> in method private scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonScoredSortedSet |
From |
To |
|
Change Variable Type f : RFuture<ListScanResult<V>> to f : RFuture<ListScanResult<ScanObjectEntry>> in method package scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetCache |
From |
To |
|
Change Variable Type res : ListScanResult<V> to res : ListScanResult<ScanObjectEntry> in method public hasNext() : boolean in class org.redisson.RedissonBaseIterator |
From |
To |
|
Change Variable Type f : RFuture<ListScanResult<V>> to f : RFuture<ListScanResult<ScanObjectEntry>> in method private scanIterator(client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSetMultimapValues |
From |
To |
|
Change Variable Type f : RFuture<ListScanResult<V>> to f : RFuture<ListScanResult<ScanObjectEntry>> in method package scanIterator(name String, client InetSocketAddress, startPos long) : ListScanResult<ScanObjectEntry> in class org.redisson.RedissonSet |
From |
To |