K
- Key type.public class MapKeyListOutput<K,V> extends CommandOutput<K,V,Set<K>>
List
of keys output.codec, error, output
Constructor and Description |
---|
MapKeyListOutput(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 MapKeyListOutput(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.