Class MapScanResult<K,V>
java.lang.Object
org.redisson.client.protocol.decoder.MapScanResult<K,V>
- Type Parameters:
K- key typeV- value type
- All Implemented Interfaces:
org.redisson.ScanResult<Map.Entry<K,V>>
- Direct Known Subclasses:
MapCacheScanResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMap()getPos()org.redisson.client.RedisClientvoidsetRedisClient(org.redisson.client.RedisClient client)
-
Constructor Details
-
MapScanResult
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceorg.redisson.ScanResult<K>
-
getMap
-
getPos
- Specified by:
getPosin interfaceorg.redisson.ScanResult<K>
-
setRedisClient
public void setRedisClient(org.redisson.client.RedisClient client) - Specified by:
setRedisClientin interfaceorg.redisson.ScanResult<K>
-
getRedisClient
public org.redisson.client.RedisClient getRedisClient()- Specified by:
getRedisClientin interfaceorg.redisson.ScanResult<K>
-