java.lang.Object
io.lettuce.core.ScanCursor
io.lettuce.core.ValueScanCursor<V>
- Type Parameters:
V- Value type.
public class ValueScanCursor<V> extends ScanCursor
Cursor providing a list of values.
- Since:
- 3.0
- Author:
- Mark Paluch
-
Field Summary
Fields inherited from class io.lettuce.core.ScanCursor
FINISHED, INITIAL -
Constructor Summary
Constructors Constructor Description ValueScanCursor() -
Method Summary
Methods inherited from class io.lettuce.core.ScanCursor
getCursor, isFinished, of, setCursor, setFinished
-
Constructor Details
-
ValueScanCursor
public ValueScanCursor()
-
-
Method Details
-
getValues
-