Package org.redisson.rx
Class SetRxIterator<V>
java.lang.Object
org.redisson.rx.SetRxIterator<V>
- Type Parameters:
V- value type
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<V> create()protected abstract RFuture<ScanResult<Object>> scanIterator(RedisClient client, long nextIterPos) protected booleantryAgain()
-
Constructor Details
-
SetRxIterator
public SetRxIterator()
-
-
Method Details
-
create
-
tryAgain
protected boolean tryAgain() -
scanIterator
-