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) |
set
complete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toString
public KeyScanStreamingOutput(RedisCodec<K,V> codec, KeyStreamingChannel<K> channel)
protected void setOutput(ByteBuffer bytes)
setOutput
in class ScanOutput<K,V,StreamScanCursor>
Copyright © 2023 lettuce.io. All rights reserved.