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