Package | Description |
---|---|
org.redisson | |
org.redisson.client.protocol | |
org.redisson.client.protocol.decoder | |
org.redisson.reactive | |
org.redisson.transaction |
Modifier and Type | Method and Description |
---|---|
MapScanResult<Object,Object> |
RedissonMapCache.scanIterator(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
MapScanResult<Object,Object> |
RedissonMap.scanIterator(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
Modifier and Type | Method and Description |
---|---|
RFuture<MapScanResult<Object,Object>> |
RedissonMapCache.scanIteratorAsync(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
RFuture<MapScanResult<Object,Object>> |
RedissonMap.scanIteratorAsync(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
Modifier and Type | Field and Description |
---|---|
static RedisCommand<MapScanResult<Object,Object>> |
RedisCommands.HSCAN |
Modifier and Type | Class and Description |
---|---|
class |
MapCacheScanResult<K,V> |
Modifier and Type | Method and Description |
---|---|
MapScanResult<Object,Object> |
MapScanResultReplayDecoder.decode(List<Object> parts,
State state) |
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<MapScanResult<Object,Object>> |
RedissonMapReactive.scanIteratorReactive(RedisClient client,
long startPos,
String pattern,
int count) |
org.reactivestreams.Publisher<MapScanResult<Object,Object>> |
RedissonMapCacheReactive.scanIteratorReactive(RedisClient client,
long startPos,
String pattern,
int count) |
Modifier and Type | Method and Description |
---|---|
MapScanResult<Object,Object> |
RedissonTransactionalMapCache.scanIterator(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
MapScanResult<Object,Object> |
RedissonTransactionalMap.scanIterator(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
protected MapScanResult<Object,Object> |
BaseTransactionalMap.scanIterator(String name,
RedisClient client,
long startPos,
String pattern,
int count) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.