K - Key type.V - Value type.public class KeyScanStreamingOutput<K,V> extends ScanOutput<K,V,StreamScanCursor>
onKey on every key.
Key uniqueness is not guaranteed.codec, error, output| Constructor and Description |
|---|
KeyScanStreamingOutput(RedisCodec<K,V> codec,
KeyStreamingChannel<K> channel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setOutput(ByteBuffer bytes) |
setpublic KeyScanStreamingOutput(RedisCodec<K,V> codec, KeyStreamingChannel<K> channel)
protected void setOutput(ByteBuffer bytes)
setOutput in class ScanOutput<K,V,StreamScanCursor>Copyright © 2021 lettuce.io. All rights reserved.