Package org.redisson
Interface ScanResult<R>
- All Known Implementing Classes:
ListScanResult
,MapCacheKeyScanResult
,MapCacheScanResult
,MapScanResult
public interface ScanResult<R>
- Author:
- Nikita Koksharov
-
Method Summary
-
Method Details
-
setRedisClient
-
getRedisClient
RedisClient getRedisClient() -
getPos
String getPos() -
getValues
Collection<R> getValues()
-