Class RPUSHX
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.list.internal.PUSH
org.infinispan.server.resp.commands.list.internal.PUSHX
org.infinispan.server.resp.commands.list.RPUSHX
- All Implemented Interfaces:
Resp3Command
RPUSHX
- Since:
- 15.0
- See Also:
-
Field Summary
Fields inherited from class org.infinispan.server.resp.RespCommand
log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.server.resp.commands.list.internal.PUSH
pushAndReturn
Methods inherited from class org.infinispan.server.resp.RespCommand
extractKeys, fromByteBuf, 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
-
RPUSHX
public RPUSHX()
-
-
Method Details
-
aclMask
public long aclMask()- Specified by:
aclMask
in classRespCommand
-