K - Key type.V - Value type.public class ListOfMapsOutput<K,V> extends CommandOutput<K,V,List<Map<K,V>>>
List of maps output.codec, error, output| Constructor and Description |
|---|
ListOfMapsOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth)
Mark the command output complete.
|
void |
multi(int count)
Mark the beginning of a multi sequence (array).
|
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
decodeAscii, get, getError, hasError, set, setError, setError, setSingle, toStringpublic ListOfMapsOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.public void complete(int depth)
CommandOutputpublic void multi(int count)
CommandOutputCopyright © 2019 lettuce.io. All rights reserved.