Class RpcClient

java.lang.Object
com.yahoo.search.dispatch.rpc.RpcClient

public class RpcClient extends Object
A client which uses rpc request to search nodes to implement the Client API.
Author:
bratseth
  • Constructor Details

    • RpcClient

      public RpcClient(String name, int transportThreads)
  • Method Details

    • close

      public void close()
    • createConnection

      public com.yahoo.search.dispatch.rpc.Client.NodeConnection createConnection(String hostname, int port)