K - Key type.V - Value type.public class KeyValueScanStreamingOutput<K,V> extends ScanOutput<K,V,StreamScanCursor>
codec, error, output| Constructor and Description |
|---|
KeyValueScanStreamingOutput(RedisCodec<K,V> codec,
KeyValueStreamingChannel<K,V> channel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setOutput(ByteBuffer bytes) |
setpublic KeyValueScanStreamingOutput(RedisCodec<K,V> codec, KeyValueStreamingChannel<K,V> channel)
protected void setOutput(ByteBuffer bytes)
setOutput in class ScanOutput<K,V,StreamScanCursor>Copyright © 2019 lettuce.io. All rights reserved.