Class MapCacheKeyScanResult<K>
java.lang.Object
org.redisson.client.protocol.decoder.MapCacheKeyScanResult<K>
- Type Parameters:
K- key type
- All Implemented Interfaces:
org.redisson.ScanResult<K>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPos()org.redisson.client.RedisClientvoidsetRedisClient(org.redisson.client.RedisClient client)
-
Constructor Details
-
MapCacheKeyScanResult
-
-
Method Details
-
getValues
- Specified by:
getValuesin interfaceorg.redisson.ScanResult<K>
-
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>
-
getIdleKeys
-