Class JSONARRAPPEND
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.json.JSONAPPEND
org.infinispan.server.resp.commands.json.JSONARRAPPEND
- All Implemented Interfaces:
Resp3Command
JSON.ARRAPPEND
- Since:
- 15.2
- See Also:
-
Field Summary
FieldsFields inherited from class org.infinispan.server.resp.RespCommand
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
perform
(Resp3Handler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) Methods inherited from class org.infinispan.server.resp.commands.json.JSONAPPEND
aclMask, returnResult
Methods inherited from class org.infinispan.server.resp.RespCommand
extractKeys, fromByteBuf, getArity, getFirstKeyPos, getLastKeyPos, getName, getSteps, handleException, hasValidNumberOfArguments, match, size, toString
-
Field Details
-
ARR_TYPE_NAME
-
-
Constructor Details
-
JSONARRAPPEND
public JSONARRAPPEND()
-
-
Method Details
-
perform
public CompletionStage<RespRequestHandler> perform(Resp3Handler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) -
getOpType
- Specified by:
getOpType
in classJSONAPPEND
-