Uses of Class
org.infinispan.server.resp.RespCommand
Packages that use RespCommand
Package
Description
-
Uses of RespCommand in org.infinispan.server.resp
Methods in org.infinispan.server.resp that return RespCommandModifier and TypeMethodDescriptionstatic RespCommand
Intrinsics.bulkCommand
(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static RespCommand
RespCommand.fromByteBuf
(io.netty.buffer.ByteBuf buf, int commandLength) static RespCommand
Intrinsics.simpleCommand
(io.netty.buffer.ByteBuf buf) Methods in org.infinispan.server.resp with parameters of type RespCommandModifier and TypeMethodDescriptionprotected CompletionStage
<RespRequestHandler> Resp3AuthHandler.actualHandleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) protected CompletionStage
<RespRequestHandler> Resp3Handler.actualHandleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) protected CompletionStage
<RespRequestHandler> RespRequestHandler.actualHandleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) Handles the RESP request returning a stage that when complete notifies the command has completed as well as providing the request handler for subsequent commands.protected CompletionStage
<RespRequestHandler> SubscriberHandler.actualHandleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) Resp3Handler.delegate
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) protected void
RespHandler.handleCommandAndArguments
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) Handles the actual command request.RespRequestHandler.handleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) -
Uses of RespCommand in org.infinispan.server.resp.commands
Subclasses of RespCommand in org.infinispan.server.resp.commandsModifier and TypeClassDescriptionclass
class
An umbrella command.class
Fields in org.infinispan.server.resp.commands declared as RespCommandMethods in org.infinispan.server.resp.commands that return RespCommandMethods in org.infinispan.server.resp.commands that return types with arguments of type RespCommand -
Uses of RespCommand in org.infinispan.server.resp.commands.cluster
Subclasses of RespCommand in org.infinispan.server.resp.commands.clusterModifier and TypeClassDescriptionclass
class
CLUSTER KEYSLOTclass
CLUSTER NODESclass
CLUSTER SHARDSclass
CLUSTER SLOTSMethods in org.infinispan.server.resp.commands.cluster that return RespCommand -
Uses of RespCommand in org.infinispan.server.resp.commands.connection
Subclasses of RespCommand in org.infinispan.server.resp.commands.connectionModifier and TypeClassDescriptionclass
AUTHclass
CLIENTclass
COMMANDclass
DBSIZEclass
ECHOclass
HELLOclass
MEMORYclass
MODULE LISTclass
PINGclass
QUITclass
READONLYclass
READWRITEclass
RESETclass
SELECT -
Uses of RespCommand in org.infinispan.server.resp.commands.generic
Subclasses of RespCommand in org.infinispan.server.resp.commands.genericModifier and TypeClassDescriptionclass
EXISTSclass
EXPIREclass
EXPIREATclass
EXPIRETIMEclass
FLUSHALLclass
FLUSHDBclass
KEYSclass
PERSISTclass
PEXPIREclass
PEXPIREATclass
PEXPIRETIMEclass
PTTLclass
RANDOMKEYclass
RENAMEclass
RENAMENXclass
SCANclass
Returns or stores the elements contained in the list, set or sorted set at key.class
SORT_ROclass
TIMEclass
TOUCHclass
TTLclass
TYPE -
Uses of RespCommand in org.infinispan.server.resp.commands.hash
Subclasses of RespCommand in org.infinispan.server.resp.commands.hashModifier and TypeClassDescriptionclass
HDELclass
HEXISTSclass
HGETclass
HGETALLclass
HINCRBYclass
HINCRBYFLOATclass
HKEYSclass
HLENclass
HMGETclass
HMSETclass
HRANDFIELDclass
HSCANclass
HSETclass
HSETNXclass
HSTRLENclass
HVALS -
Uses of RespCommand in org.infinispan.server.resp.commands.hll
Subclasses of RespCommand in org.infinispan.server.resp.commands.hll -
Uses of RespCommand in org.infinispan.server.resp.commands.iteration
Subclasses of RespCommand in org.infinispan.server.resp.commands.iteration -
Uses of RespCommand in org.infinispan.server.resp.commands.list
Subclasses of RespCommand in org.infinispan.server.resp.commands.listModifier and TypeClassDescriptionclass
LINDEXclass
LINSERTclass
LLENclass
LMOVEclass
LMPOPclass
LPOPclass
LPOSclass
LPUSHclass
LPUSHXclass
LRANGEclass
LREMclass
LSETclass
LTRIMclass
RPOPclass
RPOPLPUSHclass
RPUSHclass
RPUSHX -
Uses of RespCommand in org.infinispan.server.resp.commands.list.blocking
Subclasses of RespCommand in org.infinispan.server.resp.commands.list.blockingModifier and TypeClassDescriptionclass
Derogating to the command documentation, when multiple client are blocked on a BLPOP, the order in which they will be served is unspecified.class
BLMPOPclass
BLPOPclass
BRPOP -
Uses of RespCommand in org.infinispan.server.resp.commands.list.internal
Subclasses of RespCommand in org.infinispan.server.resp.commands.list.internal -
Uses of RespCommand in org.infinispan.server.resp.commands.pubsub
Subclasses of RespCommand in org.infinispan.server.resp.commands.pubsubModifier and TypeClassDescriptionclass
PSUBSCRIBEclass
PUBLISHclass
PUBSUBclass
PUNSUBSCRIBEclass
SUBSCRIBEclass
UNSUBSCRIBEMethods in org.infinispan.server.resp.commands.pubsub that return RespCommand -
Uses of RespCommand in org.infinispan.server.resp.commands.set
Subclasses of RespCommand in org.infinispan.server.resp.commands.setModifier and TypeClassDescriptionclass
SADDclass
SCARDclass
SDIFFclass
SDIFFSTOREclass
SINTERclass
SINTERCARDclass
SINTERSTOREclass
SISMEMBERclass
SMEMBERSclass
SMISMEMBERclass
SMOVEclass
SPOPclass
SRANDMEMBERclass
SREMclass
SSCANclass
SUNIONclass
SUNIONSTORE -
Uses of RespCommand in org.infinispan.server.resp.commands.sortedset
Subclasses of RespCommand in org.infinispan.server.resp.commands.sortedsetModifier and TypeClassDescriptionclass
ZADDclass
ZCOUNTclass
class
ZDIFFclass
ZDIFFSTOREclass
ZINCRBYclass
ZINTERclass
ZINTERCARDclass
ZINTERSTOREclass
ZLEXCOUNTclass
ZMPOPclass
ZMSCOREclass
ZPOPMAXclass
ZPOPMINclass
ZRANDMEMBERclass
class
class
class
class
ZRANKclass
ZREMclass
ZREMRANGEBYLEXclass
ZREMRANGEBYRANKclass
ZREMRANGEBYSCOREclass
ZREVRANGEclass
ZREVRANGEBYLEXclass
ZREVRANGEBYSCOREclass
ZREVRANKclass
ZSCANclass
ZSCOREclass
ZUNIONclass
ZUNIONSTORE -
Uses of RespCommand in org.infinispan.server.resp.commands.sortedset.internal
Subclasses of RespCommand in org.infinispan.server.resp.commands.sortedset.internalModifier and TypeClassDescriptionclass
Common implementation for UNION and INTER commandsclass
Common implementation for ZDIFF commandsclass
Common implementation for ZPOP commandsclass
Common ZREMRANGE commands -
Uses of RespCommand in org.infinispan.server.resp.commands.string
Subclasses of RespCommand in org.infinispan.server.resp.commands.stringModifier and TypeClassDescriptionclass
APPENDclass
DECRclass
DECRBYclass
DELclass
GETclass
GETDEL Get the value of key and delete the key.class
GETEXclass
GETRANGEclass
GETSETclass
INCRclass
INCRBYclass
INCRBYFLOATclass
LCSclass
MGETclass
MSETclass
MSETNXclass
PSETEXclass
SETclass
SETEXclass
SETNXclass
SETRANGEclass
LCSclass
STRLENclass
SUBSTR -
Uses of RespCommand in org.infinispan.server.resp.commands.tx
Subclasses of RespCommand in org.infinispan.server.resp.commands.tx -
Uses of RespCommand in org.infinispan.server.resp.logging
Methods in org.infinispan.server.resp.logging with parameters of type RespCommandModifier and TypeMethodDescriptionvoid
AccessLoggerManager.track
(RespCommand req, List<byte[]> arguments) void
Tracker.track
(RespCommand req, List<byte[]> arguments) Starts tracking the request. -
Uses of RespCommand in org.infinispan.server.resp.serialization
Methods in org.infinispan.server.resp.serialization with parameters of type RespCommandModifier and TypeMethodDescriptiondefault void
ResponseWriter.wrongArgumentCount
(RespCommand command) default void
ResponseWriter.wrongArgumentNumber
(RespCommand command) -
Uses of RespCommand in org.infinispan.server.resp.tx
Methods in org.infinispan.server.resp.tx with parameters of type RespCommandModifier and TypeMethodDescriptionprotected CompletionStage
<RespRequestHandler> RespTransactionHandler.actualHandleRequest
(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments)