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)
Update the command output with a sequence of bytes, or
null. |
void |
set(long integer)
Update the command output with a 64-bit signed integer.
|
decodeAscii, get, getError, hasError, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toStringpublic ListOfMapsOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputnull. Concrete CommandOutput implementations must
override this method to decode bulk/bytes response values.public void complete(int depth)
CommandOutputpublic void multi(int count)
CommandOutputpublic void set(long integer)
CommandOutputCommandOutput implementations must override this
method to decode number (integer) response values.Copyright © 2024 lettuce.io. All rights reserved.