Class MapScanResult<K,V>

java.lang.Object
org.redisson.client.protocol.decoder.MapScanResult<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
org.redisson.ScanResult<Map.Entry<K,V>>
Direct Known Subclasses:
MapCacheScanResult

public class MapScanResult<K,V> extends Object implements org.redisson.ScanResult<Map.Entry<K,V>>
  • Constructor Details

    • MapScanResult

      public MapScanResult(String pos, Map<K,V> values)
  • Method Details

    • getValues

      public Collection<Map.Entry<K,V>> getValues()
      Specified by:
      getValues in interface org.redisson.ScanResult<K>
    • getMap

      public Map<K,V> getMap()
    • 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>