Class HashScanBlockingCursorImpl<K,V>
java.lang.Object
io.quarkus.redis.runtime.datasource.HashScanBlockingCursorImpl<K,V>
- All Implemented Interfaces:
Cursor<Map<K,,V>> HashScanCursor<K,V>
-
Field Summary
Fields inherited from interface io.quarkus.redis.datasource.Cursor
INITIAL_CURSOR_ID -
Constructor Summary
ConstructorsConstructorDescriptionHashScanBlockingCursorImpl(ReactiveHashScanCursor<K, V> reactive, Duration timeout) -
Method Summary
-
Constructor Details
-
HashScanBlockingCursorImpl
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
toIterable
Description copied from interface:HashScanCursorReturns anIterableproviding each entry from the hash individually. UnlikeCursor.next()which provides the entries by batch, this method returns them one by one.- Specified by:
toIterablein interfaceHashScanCursor<K,V> - Returns:
- the iterable
-
cursorId
public long cursorId()
-