V
- Value type.public class ValueListOutput<K,V> extends CommandOutput<K,V,List<V>>
List
of values output.codec, error, output
Constructor and Description |
---|
ValueListOutput(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.
|
complete, decodeAscii, get, getError, hasError, set, setError, setError
public ValueListOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutput
CommandOutput
implementations must override this method
unless they only receive an integer value which cannot be null.Copyright © 2014. All rights reserved.