Interface ZScanCursor<V>

All Superinterfaces:
Cursor<List<ScoredValue<V>>>
All Known Implementing Classes:
ZScanBlockingCursorImpl

public interface ZScanCursor<V> extends Cursor<List<ScoredValue<V>>>
  • Field Summary

    Fields inherited from interface io.quarkus.redis.datasource.Cursor

    INITIAL_CURSOR_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Iterable providing each member of the sorted set individually.

    Methods inherited from interface io.quarkus.redis.datasource.Cursor

    cursorId, hasNext, next
  • Method Details

    • toIterable

      Iterable<ScoredValue<V>> toIterable()
      Returns an Iterable providing each member of the sorted set individually. Unlike Cursor.next() which provides the members by batch, this method returns them one by one.
      Returns:
      the iterable