public 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 RedisClientResult
public InetSocketAddress getRedisClient()
getRedisClient
in interface RedisClientResult
Copyright © 2014–2017 The Redisson Project. All rights reserved.