Uses of Class
io.lettuce.core.output.ScanOutput
| Package | Description |
|---|---|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of ScanOutput in io.lettuce.core.output
Subclasses of ScanOutput in io.lettuce.core.output Modifier and Type Class Description classKeyScanOutput<K,V>KeyScanCursorfor scan cursor output.classKeyScanStreamingOutput<K,V>Streaming API for multiple Keys.classKeyValueScanStreamingOutput<K,V>Streaming-Output of Key Value Pairs.classMapScanOutput<K,V>MapScanCursorfor scan cursor output.classScoredValueScanOutput<K,V>ScoredValueScanCursorfor scan cursor output.classScoredValueScanStreamingOutput<K,V>Streaming-Output of of values and their associated scores.classValueScanOutput<K,V>ValueScanCursorfor scan cursor output.classValueScanStreamingOutput<K,V>Streaming API for multiple Values.