Class MapReactiveIterator<K,V,M>

java.lang.Object
org.redisson.reactive.MapReactiveIterator<K,V,M>
Type Parameters:
K - key type
V - value type
M - entry type
All Implemented Interfaces:
Consumer<reactor.core.publisher.FluxSink<M>>

public class MapReactiveIterator<K,V,M> extends Object implements Consumer<reactor.core.publisher.FluxSink<M>>
Author:
Nikita Koksharov
  • Constructor Details

    • MapReactiveIterator

      public MapReactiveIterator(RedissonMap<K,V> map, String pattern, int count)
  • Method Details

    • accept

      public void accept(reactor.core.publisher.FluxSink<M> emitter)
      Specified by:
      accept in interface Consumer<K>
    • tryAgain

      protected boolean tryAgain()
    • scanIterator

      public RFuture<ScanResult<Object>> scanIterator(RedisClient client, long nextIterPos)