V - value typepublic class ListScanResult<V> extends Object implements RedisClientResult
| Constructor and Description |
|---|
ListScanResult(Long pos,
List<V> values) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getPos() |
InetSocketAddress |
getRedisClient() |
List<V> |
getValues() |
void |
setRedisClient(InetSocketAddress addr) |
public Long getPos()
public void setRedisClient(InetSocketAddress addr)
setRedisClient in interface RedisClientResultpublic InetSocketAddress getRedisClient()
getRedisClient in interface RedisClientResultCopyright © 2014–2017 The Redisson Project. All rights reserved.