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:
ScanResult<Map.Entry<K,
V>>
- Direct Known Subclasses:
MapCacheScanResult
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MapScanResult
-
-
Method Details
-
getValues
- Specified by:
getValues
in interfaceScanResult<K>
-
getMap
-
getPos
- Specified by:
getPos
in interfaceScanResult<K>
-
setRedisClient
- Specified by:
setRedisClient
in interfaceScanResult<K>
-
getRedisClient
- Specified by:
getRedisClient
in interfaceScanResult<K>
-