K - key typeV - value typepublic class MapScanResult<K,V> extends Object implements ScanResult<Map.Entry<K,V>>
| Constructor and Description |
|---|
MapScanResult(long pos,
Map<K,V> values) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
getMap() |
long |
getPos() |
RedisClient |
getRedisClient() |
Collection<Map.Entry<K,V>> |
getValues() |
void |
setRedisClient(RedisClient client) |
public Collection<Map.Entry<K,V>> getValues()
getValues in interface ScanResult<Map.Entry<K,V>>public long getPos()
getPos in interface ScanResult<Map.Entry<K,V>>public void setRedisClient(RedisClient client)
setRedisClient in interface ScanResult<Map.Entry<K,V>>public RedisClient getRedisClient()
getRedisClient in interface ScanResult<Map.Entry<K,V>>Copyright © 2014–2018 The Redisson Project. All rights reserved.