Uses of Enum Class
com.redis.lettucemod.protocol.SearchCommandType
Packages that use SearchCommandType
-
Uses of SearchCommandType in com.redis.lettucemod.protocol
Methods in com.redis.lettucemod.protocol that return SearchCommandTypeModifier and TypeMethodDescriptionstatic SearchCommandTypeReturns the enum constant of this class with the specified name.static SearchCommandType[]SearchCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchCommandType in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search with parameters of type SearchCommandTypeModifier and TypeMethodDescriptionprotected <A,B, T> io.lettuce.core.protocol.Command<A, B, T> SearchCommandBuilder.createCommand(SearchCommandType type, io.lettuce.core.output.CommandOutput<A, B, T> output, io.lettuce.core.protocol.CommandArgs<A, B> args)