Uses of Interface
io.lettuce.core.output.StreamingOutput
| Package | Description |
|---|---|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
-
Uses of StreamingOutput in io.lettuce.core.output
Classes in io.lettuce.core.output that implement StreamingOutput Modifier and Type Class Description classBooleanListOutput<K,V>Listof boolean output.classGeoCoordinatesListOutput<K,V>A list output that creates a list withGeoCoordinates's.classGeoCoordinatesValueListOutput<K,V>A list output that creates a list withGeoCoordinatesValues.classGeoWithinListOutput<K,V>A list output that creates a list with either double/long orGeoCoordinates's.classIntegerListOutput<K,V>Listof 64-bit integer output.classKeyListOutput<K,V>Listof keys output.classKeyValueListOutput<K,V>classPendingMessageListOutput<K,V>Decodes a list ofPendingMessage.classScoredValueListOutput<K,V>Listof values and their associated scores.classStreamMessageListOutput<K,V>ListofStreamMessages.classStreamReadOutput<K,V>classStringListOutput<K,V>Listof string output.classStringValueListOutput<K,V>classValueListOutput<K,V>Listof values output.classValueValueListOutput<K,V>