public final class VSimScoreAttribsMapOutput<K,V> extends CommandOutput<K,V,Map<V,VSimScoreAttribs>>
codec, error, output| Constructor and Description |
|---|
VSimScoreAttribsMapOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth)
Mark the command output complete.
|
void |
multi(int count)
Mark the beginning of a multi sequence (array).
|
void |
set(ByteBuffer bytes)
Update the command output with a sequence of bytes, or
null. |
void |
set(double number)
Update the command output with a floating-point number.
|
decodeString, get, getError, hasError, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toStringpublic VSimScoreAttribsMapOutput(RedisCodec<K,V> codec)
public void multi(int count)
CommandOutputmulti in class CommandOutput<K,V,Map<V,VSimScoreAttribs>>count - expected number of elements in this multi sequence.public void set(ByteBuffer bytes)
CommandOutputnull. Concrete CommandOutput implementations must
override this method to decode bulk/bytes response values.set in class CommandOutput<K,V,Map<V,VSimScoreAttribs>>bytes - The command output, or null.public void set(double number)
CommandOutputCommandOutput implementations must override this
method to decode double response values.set in class CommandOutput<K,V,Map<V,VSimScoreAttribs>>number - The command output.public void complete(int depth)
CommandOutputcomplete in class CommandOutput<K,V,Map<V,VSimScoreAttribs>>depth - Remaining depth of output queue.Copyright © 2025 lettuce.io. All rights reserved.