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>

public class MapCacheKeyScanResult<K> extends Object implements org.redisson.ScanResult<K>
  • Constructor Details

    • MapCacheKeyScanResult

      public MapCacheKeyScanResult(String pos, List<K> keys, List<K> idleKeys)
  • Method Details

    • getValues

      public Collection<K> getValues()
      Specified by:
      getValues in interface org.redisson.ScanResult<K>
    • getPos

      public String getPos()
      Specified by:
      getPos in interface org.redisson.ScanResult<K>
    • setRedisClient

      public void setRedisClient(org.redisson.client.RedisClient client)
      Specified by:
      setRedisClient in interface org.redisson.ScanResult<K>
    • getRedisClient

      public org.redisson.client.RedisClient getRedisClient()
      Specified by:
      getRedisClient in interface org.redisson.ScanResult<K>
    • getIdleKeys

      public List<K> getIdleKeys()