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