public class StringListOutput<K,V> extends CommandOutput<K,V,java.util.List<java.lang.String>>
List of string output.codec, error, output| Constructor and Description |
|---|
StringListOutput(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, setErrorpublic StringListOutput(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<java.lang.String>>bytes - The command output, or null.