Package org.redisson.reactive
Class MapReactiveIterator<K,V,M>
- java.lang.Object
-
- org.redisson.reactive.MapReactiveIterator<K,V,M>
-
-
Constructor Summary
Constructors Constructor Description MapReactiveIterator(RedissonMap<K,V> map, String pattern, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(reactor.core.publisher.FluxSink<M> emitter)
RFuture<ScanResult<Object>>
scanIterator(RedisClient client, long nextIterPos)
protected boolean
tryAgain()
-
-
-
Constructor Detail
-
MapReactiveIterator
public MapReactiveIterator(RedissonMap<K,V> map, String pattern, int count)
-
-
Method Detail
-
accept
public void accept(reactor.core.publisher.FluxSink<M> emitter)
-
tryAgain
protected boolean tryAgain()
-
scanIterator
public RFuture<ScanResult<Object>> scanIterator(RedisClient client, long nextIterPos)
-
-