public class MapScanResult<K,V> extends Object implements RedisClientResult
Constructor and Description |
---|
MapScanResult(Long pos,
Map<K,V> values) |
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
getMap() |
Long |
getPos() |
InetSocketAddress |
getRedisClient() |
void |
setRedisClient(InetSocketAddress client) |
public Long getPos()
public void setRedisClient(InetSocketAddress client)
setRedisClient
in interface RedisClientResult
public InetSocketAddress getRedisClient()
getRedisClient
in interface RedisClientResult
Copyright © 2014–2017 The Redisson Project. All rights reserved.