java.lang.Object
io.lettuce.core.ScanCursor
io.lettuce.core.MapScanCursor<K,V>
- Type Parameters:
K- Key type.V- Value type.
public class MapScanCursor<K,V> extends ScanCursor
Scan cursor for maps.
- Since:
- 3.0
- Author:
- Mark Paluch
-
Field Summary
Fields inherited from class io.lettuce.core.ScanCursor
FINISHED, INITIAL -
Constructor Summary
Constructors Constructor Description MapScanCursor() -
Method Summary
Methods inherited from class io.lettuce.core.ScanCursor
getCursor, isFinished, of, setCursor, setFinished
-
Constructor Details
-
MapScanCursor
public MapScanCursor()
-
-
Method Details
-
getMap
- Returns:
- the map result.
-