V
- value typepublic class ListScanResult<V> extends Object implements ScanResult<V>
Constructor and Description |
---|
ListScanResult(long pos,
List<V> values) |
Modifier and Type | Method and Description |
---|---|
long |
getPos() |
RedisClient |
getRedisClient() |
List<V> |
getValues() |
void |
setRedisClient(RedisClient client) |
public long getPos()
getPos
in interface ScanResult<V>
public List<V> getValues()
getValues
in interface ScanResult<V>
public void setRedisClient(RedisClient client)
setRedisClient
in interface ScanResult<V>
public RedisClient getRedisClient()
getRedisClient
in interface ScanResult<V>
Copyright © 2014–2019 The Redisson Project. All rights reserved.