java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,ClaimedMessages<K,V>>
io.lettuce.core.output.ClaimedMessagesOutput<K,V>
- Type Parameters:
K- Key type.V- Value type.
public class ClaimedMessagesOutput<K,V> extends CommandOutput<K,V,ClaimedMessages<K,V>>
Decodes
ClaimedMessages.- Since:
- 6.1
- Author:
- dengliming
-
Field Summary
Fields inherited from class io.lettuce.core.output.CommandOutput
codec, error, output -
Constructor Summary
Constructors Constructor Description ClaimedMessagesOutput(RedisCodec<K,V> codec, K stream, boolean justId) -
Method Summary
Modifier and Type Method Description voidcomplete(int depth)Mark the command output complete.voidset(ByteBuffer bytes)Update the command output with a sequence of bytes, ornull.Methods inherited from class io.lettuce.core.output.CommandOutput
decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, set, setBigNumber, setError, setError, setSingle, toString
-
Constructor Details
-
ClaimedMessagesOutput
-
-
Method Details
-
set
Description copied from class:CommandOutputUpdate the command output with a sequence of bytes, ornull. ConcreteCommandOutputimplementations must override this method to decodebulk/bytes response values.- Overrides:
setin classCommandOutput<K,V,ClaimedMessages<K,V>>- Parameters:
bytes- The command output, or null.
-
complete
public void complete(int depth)Description copied from class:CommandOutputMark the command output complete.- Overrides:
completein classCommandOutput<K,V,ClaimedMessages<K,V>>- Parameters:
depth- Remaining depth of output queue.
-