public class ValueSetScanOutput<K,V> extends CommandOutput<K,V,ListScanResult<V>>
codec, error, exception, output
Constructor and Description |
---|
ValueSetScanOutput(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, getException, hasError, hasException, set, setError, setError, setException
public ValueSetScanOutput(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.set
in class CommandOutput<K,V,ListScanResult<V>>
bytes
- The command output, or null.Copyright © 2014–2015. All rights reserved.