Uses of Enum
io.netty.handler.codec.redis.FixedRedisMessagePool.RedisErrorKey
Packages that use FixedRedisMessagePool.RedisErrorKey
-
Uses of FixedRedisMessagePool.RedisErrorKey in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis with type parameters of type FixedRedisMessagePool.RedisErrorKeyModifier and TypeFieldDescriptionprivate final Map
<FixedRedisMessagePool.RedisErrorKey, ErrorRedisMessage> FixedRedisMessagePool.keyToErrors
Methods in io.netty.handler.codec.redis that return FixedRedisMessagePool.RedisErrorKeyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FixedRedisMessagePool.RedisErrorKey[]
FixedRedisMessagePool.RedisErrorKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.redis with parameters of type FixedRedisMessagePool.RedisErrorKeyModifier and TypeMethodDescriptionFixedRedisMessagePool.getError
(FixedRedisMessagePool.RedisErrorKey key) ReturnsErrorRedisMessage
for the givenFixedRedisMessagePool.RedisErrorKey
ornull
if it does not exist.