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.byteBufToIntegersprivate final LongObjectMap<IntegerRedisMessage> FixedRedisMessagePool.longToIntegersMethods in io.netty.handler.codec.redis that return IntegerRedisMessageModifier and TypeMethodDescriptionFixedRedisMessagePool.getInteger(long value) FixedRedisMessagePool.getInteger(ByteBuf content) RedisMessagePool.getInteger(long value) ReturnsIntegerRedisMessagefor givenvalue.RedisMessagePool.getInteger(ByteBuf content) ReturnsIntegerRedisMessagefor givencontent.Methods in io.netty.handler.codec.redis with parameters of type IntegerRedisMessageModifier and TypeMethodDescriptionprivate voidRedisEncoder.writeIntegerMessage(ByteBufAllocator allocator, IntegerRedisMessage msg, List<Object> out)