Module lettuce.core

Class StreamScanCursor

java.lang.Object
io.lettuce.core.ScanCursor
io.lettuce.core.StreamScanCursor

public class StreamScanCursor
extends ScanCursor
Cursor result using the Streaming API. Provides the count of retrieved elements.
Since:
3.0
Author:
Mark Paluch
  • Constructor Details

    • StreamScanCursor

      public StreamScanCursor()
  • Method Details

    • getCount

      public long getCount()
    • setCount

      public void setCount​(long count)