Class RpcResourcePool

java.lang.Object
com.yahoo.search.dispatch.rpc.RpcResourcePool
All Implemented Interfaces:
RpcConnectionPool, AutoCloseable

public class RpcResourcePool extends Object implements RpcConnectionPool
RpcResourcePool constructs FillInvoker objects that communicate with content nodes over RPC. It also contains the RPC connection pool.
Author:
ollivir
  • Constructor Details

    • RpcResourcePool

      public RpcResourcePool(com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.vespa.config.search.DispatchNodesConfig nodesConfig)
  • Method Details