Uses of Interface
org.redisson.ScanResult
-
Packages that use ScanResult Package Description org.redisson org.redisson.client.protocol.decoder org.redisson.iterator org.redisson.reactive org.redisson.rx org.redisson.transaction -
-
Uses of ScanResult in org.redisson
Methods in org.redisson that return ScanResult Modifier and Type Method Description ScanResult<Map.Entry<Object,Object>>RedissonMap. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Map.Entry<Object,Object>>RedissonMapCache. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Object>RedissonSet. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Object>RedissonSetCache. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Object>ScanIterator. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)Methods in org.redisson that return types with arguments of type ScanResult Modifier and Type Method Description RFuture<ScanResult<Object>>RedissonKeys. scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, long startPos, String pattern, int count)RFuture<ScanResult<Object>>RedissonKeys. scanIteratorAsync(RedisClient client, MasterSlaveEntry entry, RedisCommand<?> command, long startPos, String pattern, int count)RFuture<ScanResult<Map.Entry<Object,Object>>>RedissonMap. scanIteratorAsync(String name, RedisClient client, long startPos, String pattern, int count)RFuture<ScanResult<Map.Entry<Object,Object>>>RedissonMapCache. scanIteratorAsync(String name, RedisClient client, long startPos, String pattern, int count)RFuture<ScanResult<Object>>RedissonScoredSortedSet. scanIteratorAsync(RedisClient client, long startPos, String pattern, int count)RFuture<ScanResult<Object>>RedissonSet. scanIteratorAsync(String name, RedisClient client, long startPos, String pattern, int count)RFuture<ScanResult<Object>>RedissonSetCache. scanIteratorAsync(String name, RedisClient client, long startPos, String pattern, int count)RFuture<ScanResult<Object>>ScanIterator. scanIteratorAsync(String name, RedisClient client, long startPos, String pattern, int count) -
Uses of ScanResult in org.redisson.client.protocol.decoder
Classes in org.redisson.client.protocol.decoder that implement ScanResult Modifier and Type Class Description classListScanResult<V>classMapCacheScanResult<K,V>classMapScanResult<K,V> -
Uses of ScanResult in org.redisson.iterator
Methods in org.redisson.iterator that return ScanResult Modifier and Type Method Description protected abstract ScanResult<E>BaseIterator. iterator(RedisClient client, long nextIterPos)protected ScanResult<Map.Entry<Object,Object>>RedissonMapIterator. iterator(RedisClient client, long nextIterPos) -
Uses of ScanResult in org.redisson.reactive
Methods in org.redisson.reactive that return types with arguments of type ScanResult Modifier and Type Method Description protected abstract RFuture<ScanResult<Object>>IteratorConsumer. scanIterator(RedisClient client, long nextIterPos)RFuture<ScanResult<Object>>MapReactiveIterator. scanIterator(RedisClient client, long nextIterPos)protected abstract RFuture<ScanResult<Object>>SetReactiveIterator. scanIterator(RedisClient client, long nextIterPos) -
Uses of ScanResult in org.redisson.rx
Methods in org.redisson.rx that return types with arguments of type ScanResult Modifier and Type Method Description protected abstract RFuture<ScanResult<Object>>SetRxIterator. scanIterator(RedisClient client, long nextIterPos) -
Uses of ScanResult in org.redisson.transaction
Methods in org.redisson.transaction that return ScanResult Modifier and Type Method Description protected ScanResult<Map.Entry<Object,Object>>BaseTransactionalMap. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)protected ScanResult<Object>BaseTransactionalSet. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Map.Entry<Object,Object>>RedissonTransactionalMap. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Map.Entry<Object,Object>>RedissonTransactionalMapCache. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Object>RedissonTransactionalSet. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)ScanResult<Object>RedissonTransactionalSetCache. scanIterator(String name, RedisClient client, long startPos, String pattern, int count)protected abstract ScanResult<Object>BaseTransactionalSet. scanIteratorSource(String name, RedisClient client, long startPos, String pattern, int count)protected ScanResult<Object>TransactionalSet. scanIteratorSource(String name, RedisClient client, long startPos, String pattern, int count)protected ScanResult<Object>TransactionalSetCache. scanIteratorSource(String name, RedisClient client, long startPos, String pattern, int count)
-