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
ConstructorsModifierConstructorDescriptionprotected
JSONAPPEND
(String name, int arity, int firstKeyPos, int lastKeyPos, int steps) -
Method Summary
Modifier and TypeMethodDescriptionlong
aclMask()
protected abstract String
protected 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
extractKeys, fromByteBuf, fromString, getArity, getFirstKeyPos, getLastKeyPos, getName, getSteps, handleException, hasValidNumberOfArguments, match, size, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.server.resp.commands.Resp3Command
perform
-
Constructor Details
-
JSONAPPEND
-
-
Method Details
-
returnResult
protected CompletionStage<RespRequestHandler> returnResult(Resp3Handler handler, io.netty.channel.ChannelHandlerContext ctx, byte[] jsonPath, boolean isLegacy, CompletionStage<List<Long>> lengths) -
aclMask
public long aclMask()- Specified by:
aclMask
in interfaceBaseResp3Command
-
getOpType
-