Uses of Class
io.netty.handler.codec.redis.IntegerRedisMessage
Packages that use IntegerRedisMessage
-
Uses of IntegerRedisMessage in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis with type parameters of type IntegerRedisMessageModifier and TypeFieldDescriptionprivate final Map
<ByteBuf, IntegerRedisMessage> FixedRedisMessagePool.byteBufToIntegers
private final LongObjectMap
<IntegerRedisMessage> FixedRedisMessagePool.longToIntegers
Methods in io.netty.handler.codec.redis that return IntegerRedisMessageModifier and TypeMethodDescriptionFixedRedisMessagePool.getInteger
(long value) FixedRedisMessagePool.getInteger
(ByteBuf content) RedisMessagePool.getInteger
(long value) ReturnsIntegerRedisMessage
for givenvalue
.RedisMessagePool.getInteger
(ByteBuf content) ReturnsIntegerRedisMessage
for givencontent
.Methods in io.netty.handler.codec.redis with parameters of type IntegerRedisMessageModifier and TypeMethodDescriptionprivate void
RedisEncoder.writeIntegerMessage
(ByteBufAllocator allocator, IntegerRedisMessage msg, List<Object> out)