V - Value type.public class ScoredValueListOutput<K,V> extends CommandOutput<K,V,java.util.List<ScoredValue<V>>>
List of values and their associated scores.| Modifier and Type | Field and Description |
|---|---|
private V |
value |
codec, error, output| Constructor and Description |
|---|
ScoredValueListOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(java.nio.ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
complete, decodeAscii, get, getError, hasError, set, setError, setErrorprivate V value
public ScoredValueListOutput(RedisCodec<K,V> codec)
public void set(java.nio.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,java.util.List<ScoredValue<V>>>bytes - The command output, or null.