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 RespCommandIntrinsics.bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static RespCommandRespCommand.fromByteBuf(io.netty.buffer.ByteBuf buf, int commandLength) static RespCommandIntrinsics.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 voidRespHandler.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) static voidRespErrorUtil.wrongArgumentCount(RespCommand command, ByteBufPool allocator) static voidRespErrorUtil.wrongArgumentNumber(RespCommand command, ByteBufPool allocatorToUse) -
Uses of RespCommand in org.infinispan.server.resp.commands
Subclasses of RespCommand in org.infinispan.server.resp.commandsModifier and TypeClassDescriptionclassclassAn umbrella command.classINFO This implementation attempts to return all attributes that a real Redis server returns.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 TypeClassDescriptionclassclass`CLUSTER KEYSLOT key` command.class`CLUSTER NODES` command.class`CLUSTER SHARDS` command.class`CLUSTER SLOTS` command.Methods 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 TypeClassDescriptionclassclassCLIENT *classclassclassclass`HELLO [protover [AUTH username password] [SETNAME clientname]]` command.classclassclassclassclassclassclassclass -
Uses of RespCommand in org.infinispan.server.resp.commands.generic
Subclasses of RespCommand in org.infinispan.server.resp.commands.genericModifier and TypeClassDescriptionclassEXISTS Resp CommandclassEXPIRE Resp CommandclassEXPIREAT Resp Command, Unix time expiration in secondsclassclassFLUSHALL Currently, it invokes FLUSHDB as Infinispan doesn't support multiple Redis databases yetclassclassReturns all keys matching pattern.classPERSIST Resp Command persistclass`PEXPIRE key milliseconds [NX | XX | GT | LT]` command.classPEXPIREAT Resp Command, likeEXPIREATUnix time expiration in millisecondsclassclassPTTL Resp Command pttlclass`RANDOMKEY` command.classRENAME Resp CommandclassRENAMENX Resp CommandclassclassReturns or stores the elements contained in the list, set or sorted set at key.classRead-only variant ofSORTclassTIME Resp Command timeclassAlters the last access time of a key(s).classTTL Resp Command ttlclassTYPE Resp Command type -
Uses of RespCommand in org.infinispan.server.resp.commands.hash
Subclasses of RespCommand in org.infinispan.server.resp.commands.hashModifier and TypeClassDescriptionclass`HDEL key field [field ...]` command.class`HEXISTS key field` command.class`HGET key field` command.class`HGETALL key` command.class`HINCRBY key field increment` command.class`HINCRBYFLOAT key field increment` command.class`HKEYS key` command.class`HLEN key` command.class`HMGET key field [field ...]` command.classExecutes the `HMSET key field value [field value ...]` command.class`HRANDFIELD key [count [WITHVALUES]]` command.class`HSCAN key cursor [MATCH pattern] [COUNT count]` command.classExecutes the `HSET key field value [field value ...]` command.classclass`HSTRLEN key field` command.class`HVALS key` command. -
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 TypeClassDescriptionclassclassclassclassclassPops one or more elements from the first non-empty list key from the list of provided key names.classclassclassclassclasshttps://redis.io/commands/lrange/ Returns the specified elements of the list stored at key.classclassclassclassclasshttps://redis.io/commands/rpoplpush/ Is likeLMOVEwith RIGHT and LEFTclassclass -
Uses of RespCommand in org.infinispan.server.resp.commands.list.blocking
Subclasses of RespCommand in org.infinispan.server.resp.commands.list.blocking -
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 TypeClassDescriptionclassclassclassFamily of `PUBSUB` commands.classclassclassMethods 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 TypeClassDescriptionclassSADD implementation, see:classinvalid input: '{@link /*missing*/}' https://redis.io/commands/scard/ Returns the set cardinality (number of elements) of the set stored at key.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sdiff/ Returns the members of the set resulting from the difference between the first set and all the successive sets.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sdiffstore/classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sinter/ Returns the members of the set resulting from the intersection of all the given sets.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sintercard/ Returns the cardinality of the resulting intersection set.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sinterstore/ This command is equal to SINTER, but instead of returning the resulting set, it is stored in destination.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/sismember/ Returns 1 if element is member of the set stored at key, 0 otherwiseclassinvalid input: '{@link /*missing*/}' https://redis.io/commands/smembers/ Returns all the members of the set value stored at key.classinvalid input: '{@link /*missing*/}' https://redis.io/commands/smismember/classSMOVE implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/smove/ Atomicity warning: Derogating to the above description, this implementation is not atomic: is it possible that, moving an existing element in source, at a given time a client can observe that element doesn't exists both in source and destination.classSPOP implementation, see:classSRANDMEMBER implementation, see:classSREM implementation, see:class`SSCAN key cursor [MATCH pattern] [COUNT count]` command.classSUNION implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/sunion/classSUNIONSTORE implementation, see: invalid input: '{@link /*missing*/}' https://redis.io/commands/sunionstore/ -
Uses of RespCommand in org.infinispan.server.resp.commands.sortedset
Subclasses of RespCommand in org.infinispan.server.resp.commands.sortedsetModifier and TypeClassDescriptionclassAdds all the specified members with the specified scores to the sorted set stored at key.classReturns the sorted set number of elements.classReturns the number of elements in the sorted set at key with a score between min and max.classThis command is similar toZDIFFSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the difference between the first and all successive input sorted sets and stores the result in destination.classIncrements the score of member in the sorted set stored at key by increment.classThis command is similar toZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the client.classThis command is similar toZINTER, but instead of returning the resulting sorted set, it returns just the cardinality of the result.classComputes the intersection of numkeys sorted sets given by the specified keys, and stores the result in destination.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command returns the number of elements in the sorted set at key with a value between min and max.classPops one or more elements, that are member-score pairs, from the first non-empty sorted set in the provided list of key names.classReturns the scores associated with the specified members in the sorted set stored at key.classZPOPMAX key [count] Removes and returns up to count members with the highest scores in the sorted set stored at key.classRemoves and returns up to count members with the lowest scores in the sorted set stored at key.classWhen called with just the key argument, return a random element from the sorted set value stored at key.classReturns the specified range of elements in the sorted set stored at. classValid start and stop must start with ( or [, in order to specify if the range item is respectively exclusive or inclusive.classReturns all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).classThis command is likeZRANGE, but stores the result in thedestination key. classReturns the rank of member in the sorted set stored at key, with the scores ordered from high to low.classRemoves the specified members from the sorted set stored at key.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command removes all elements in the sorted set stored at key between the lexicographical range specified by min and max.classRemoves all elements in the sorted set stored at key with rank between start and stop.classRemoves all elements in the sorted set stored at key with a score between min and max (inclusive).classReturns the specified range of elements in the sorted set stored at key.classWhen all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command returns all the elements in the sorted set at key with a value between max and min.classReturns all the elements in the sorted set at key with a score between max and min (including elements with score equal to max or min).classReturns the rank of member in the sorted set stored at key, with the scores ordered from high to low.classclassReturns the score of member in the sorted set at key.classThis command is similar toZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the union of numkeys sorted sets given by the specified keys, and stores the result in destination. -
Uses of RespCommand in org.infinispan.server.resp.commands.sortedset.internal
Subclasses of RespCommand in org.infinispan.server.resp.commands.sortedset.internalModifier and TypeClassDescriptionclassCommon implementation for UNION and INTER commandsclassCommon implementation for ZDIFF commandsclassCommon implementation for ZPOP commandsclassCommon ZREMRANGE commands -
Uses of RespCommand in org.infinispan.server.resp.commands.string
Subclasses of RespCommand in org.infinispan.server.resp.commands.stringModifier and TypeClassDescriptionclassclassclassclassclassGET Resp Command Get the value of key.classGETDEL Resp Command Get the value of key and delete the key.classGETEX Resp CommandclassGETRANGE Resp Command Returns the substring of the string value stored at key, determined by the offsets start and end (both are inclusive).class`GETSET key value` command.classclassclassclass`LCS key1 key2 [LEN] [IDX] [MINMATCHLEN min-match-len] [WITHMATCHLEN]` command.classclassclassclass`PSETEX key milliseconds value` command.classclass`SETEX key seconds value` command.class`SETNX key value` command.classSETRANGE Resp CommandclassclassSTRLEN Resp Commandclass`SUBSTR key start end` command. -
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 TypeMethodDescriptionvoidAccessLoggerManager.track(RespCommand req, List<byte[]> arguments) voidTracker.track(RespCommand req, List<byte[]> arguments) Starts tracking the request. -
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)