Class ListScanResult<V>

java.lang.Object
org.redisson.client.protocol.decoder.ListScanResult<V>
Type Parameters:
V - value type
All Implemented Interfaces:
org.redisson.ScanResult<V>

public class ListScanResult<V> extends Object implements org.redisson.ScanResult<V>
  • Constructor Details

    • ListScanResult

      public ListScanResult(String pos, List<V> values)
  • Method Details

    • getPos

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

      public List<V> getValues()
      Specified by:
      getValues in interface org.redisson.ScanResult<V>
    • setRedisClient

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

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

      public String toString()
      Overrides:
      toString in class Object