Class JSONAPPEND
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.json.JSONAPPEND
- All Implemented Interfaces:
BaseResp3Command,Resp3Command
- Direct Known Subclasses:
JSONARRAPPEND,JSONSTRAPPEND
superclass for JSON.STRAPPEND and JSON.ARRAPPEND
- Since:
- 15.2
-
Field Summary
Fields inherited from class org.infinispan.server.resp.RespCommand
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJSONAPPEND(String name, int arity, int firstKeyPos, int lastKeyPos, int steps, long aclMask) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringprotected CompletionStage<RespRequestHandler> returnResult(Resp3Handler handler, io.netty.channel.ChannelHandlerContext ctx, byte[] jsonPath, boolean isLegacy, CompletionStage<List<Long>> lengths) Methods inherited from class org.infinispan.server.resp.RespCommand
aclMask, extractKeys, fromByteBuf, fromString, getArity, getFirstKeyPos, getLastKeyPos, getName, getSteps, handleException, hasValidNumberOfArguments, match, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.server.resp.commands.BaseResp3Command
aclMaskMethods inherited from interface org.infinispan.server.resp.commands.Resp3Command
perform
-
Constructor Details
-
JSONAPPEND
protected JSONAPPEND(String name, int arity, int firstKeyPos, int lastKeyPos, int steps, long aclMask)
-
-
Method Details
-
returnResult
protected CompletionStage<RespRequestHandler> returnResult(Resp3Handler handler, io.netty.channel.ChannelHandlerContext ctx, byte[] jsonPath, boolean isLegacy, CompletionStage<List<Long>> lengths) -
getOpType
-