K - Key type.V - Value type.public class MapScanOutput<K,V> extends ScanOutput<K,V,MapScanCursor<K,V>>
MapScanCursor for scan cursor output.codec, error, output| Constructor and Description |
|---|
MapScanOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setOutput(ByteBuffer bytes) |
setpublic MapScanOutput(RedisCodec<K,V> codec)
protected void setOutput(ByteBuffer bytes)
setOutput in class ScanOutput<K,V,MapScanCursor<K,V>>Copyright © 2020 lettuce.io. All rights reserved.