Package | Description |
---|---|
org.redisson | |
org.redisson.client.protocol.decoder |
Modifier and Type | Method and Description |
---|---|
protected ScanResult<Map.Entry<Object,Object>> |
RedissonMultiMapKeysIterator.iterator(RedisClient client,
long nextIterPos) |
protected ScanResult<Map.Entry<Object,Object>> |
RedissonMapIterator.iterator(RedisClient client,
long nextIterPos) |
protected abstract ScanResult<E> |
BaseIterator.iterator(RedisClient client,
long nextIterPos) |
Modifier and Type | Class and Description |
---|---|
class |
ListScanResult<V> |
class |
MapCacheScanResult<K,V> |
class |
MapScanResult<K,V> |
Copyright © 2014–2019 The Redisson Project. All rights reserved.