K - Key type.V - Value type.public class DoubleOutput<K,V> extends CommandOutput<K,V,Double>
codec, error, output| Constructor and Description |
|---|
DoubleOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
public DoubleOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.set in class CommandOutput<K,V,Double>bytes - The command output, or null.Copyright © 2020 lettuce.io. All rights reserved.