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