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
Constructors -
Method Summary
-
Constructor Details
-
MapScanResult
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceScanResult<K>
-
getMap
-
getPos
- Specified by:
getPosin interfaceScanResult<K>
-
setRedisClient
- Specified by:
setRedisClientin interfaceScanResult<K>
-
getRedisClient
- Specified by:
getRedisClientin interfaceScanResult<K>
-