Class MapCacheScanResult<K,V>
- java.lang.Object
-
- org.redisson.client.protocol.decoder.MapScanResult<K,V>
-
- org.redisson.client.protocol.decoder.MapCacheScanResult<K,V>
-
- Type Parameters:
K
- key typeV
- value type
- All Implemented Interfaces:
ScanResult<Map.Entry<K,V>>
public class MapCacheScanResult<K,V> extends MapScanResult<K,V>
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<K>
getIdleKeys()
-
Methods inherited from class org.redisson.client.protocol.decoder.MapScanResult
getMap, getPos, getRedisClient, getValues, setRedisClient
-
-