Class StorageReadRequestHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
com.linkedin.venice.listener.StorageReadRequestHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

@Sharable public class StorageReadRequestHandler extends io.netty.channel.ChannelInboundHandlerAdapter
StorageReadRequestHandler will take the incoming read requests from routerRouterRequest, and delegate the lookup request to a thread pool executor, which is being shared by all the requests. Especially, this handler will execute parallel lookups for MultiGetRouterRequestWrapper.