Package org.redisson.reactive
Class IteratorConsumer<V>
java.lang.Object
org.redisson.reactive.IteratorConsumer<V>
- All Implemented Interfaces:
LongConsumer
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(long value) protected voidprotected abstract RFuture<ScanResult<Object>> scanIterator(RedisClient client, String nextIterPos) protected ObjecttransformValue(Object value) protected abstract booleantryAgain()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.LongConsumer
andThen
-
Constructor Details
-
IteratorConsumer
-
-
Method Details
-
accept
public void accept(long value) - Specified by:
acceptin interfaceLongConsumer
-
nextValues
protected void nextValues() -
transformValue
-
tryAgain
protected abstract boolean tryAgain() -
scanIterator
-