Interface KeyScanCursor<K>

    • Method Detail

      • toIterable

        Iterable<K> toIterable()
        Returns an Iterable providing the keys individually. Unlike Cursor.next() which provides the keys by batch, this method returns them one by one.
        Returns:
        the iterable