Interface RpcConnectionPool

All Known Implementing Classes:
RpcResourcePool

public interface RpcConnectionPool
Interface for getting a connection given a node id.
Author:
balderersheim
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.search.dispatch.rpc.Client.NodeConnection
    getConnection(int nodeId)
     
  • Method Details

    • getConnection

      com.yahoo.search.dispatch.rpc.Client.NodeConnection getConnection(int nodeId)