Package org.redisson.rx
Class SetRxIterator<V>
- java.lang.Object
-
- org.redisson.rx.SetRxIterator<V>
-
- Type Parameters:
V
- value type
public abstract class SetRxIterator<V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description SetRxIterator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.core.Flowable<V>
create()
protected abstract RFuture<ScanResult<Object>>
scanIterator(RedisClient client, long nextIterPos)
protected boolean
tryAgain()
-
-
-
Method Detail
-
create
public io.reactivex.rxjava3.core.Flowable<V> create()
-
tryAgain
protected boolean tryAgain()
-
scanIterator
protected abstract RFuture<ScanResult<Object>> scanIterator(RedisClient client, long nextIterPos)
-
-