K - key typeV - value typepublic 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 RedisClientResultpublic InetSocketAddress getRedisClient()
getRedisClient in interface RedisClientResultCopyright © 2014–2017 The Redisson Project. All rights reserved.