K - Key type.V - Value type.public class ScoredValueScanOutput<K,V> extends ScanOutput<K,V,ScoredValueScanCursor<V>>
ScoredValueScanCursor for scan cursor output.codec, error, output| Constructor and Description |
|---|
ScoredValueScanOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(double number)
Update the command output with a floating-point number.
|
protected void |
setOutput(ByteBuffer bytes) |
setcomplete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toStringpublic ScoredValueScanOutput(RedisCodec<K,V> codec)
protected void setOutput(ByteBuffer bytes)
setOutput in class ScanOutput<K,V,ScoredValueScanCursor<V>>public void set(double number)
CommandOutputCommandOutput implementations must override this
method to decode double response values.set in class CommandOutput<K,V,ScoredValueScanCursor<V>>number - The command output.Copyright © 2021 lettuce.io. All rights reserved.