Class 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.