Package org.redisson.rx
Class RedissonMapRxIterator<K,V,M>
- java.lang.Object
-
- org.redisson.rx.RedissonMapRxIterator<K,V,M>
-
- Type Parameters:
K
- key typeV
- value typeM
- entry type
public class RedissonMapRxIterator<K,V,M> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonMapRxIterator(RedissonMap<K,V> map, String pattern, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<M>
create()
protected boolean
tryAgain()
-
-
-
Constructor Detail
-
RedissonMapRxIterator
public RedissonMapRxIterator(RedissonMap<K,V> map, String pattern, int count)
-
-
Method Detail
-
create
public io.reactivex.rxjava3.core.Flowable<M> create()
-
tryAgain
protected boolean tryAgain()
-
-