Class LPUSH
java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.list.internal.PUSH
org.infinispan.server.resp.commands.list.LPUSH
- All Implemented Interfaces:
BaseResp3Command
,Resp3Command
-
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
perform, pushAndReturn
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
-
LPUSH
public LPUSH()
-
-
Method Details
-
aclMask
public long aclMask()- Specified by:
aclMask
in interfaceBaseResp3Command
-