Interface RpcClientFactory

All Known Implementing Classes:
RpcClientFactoryPBImpl

@LimitedPrivate({"MapReduce","YARN"}) public interface RpcClientFactory
  • Method Details

    • getClient

      Object getClient(Class<?> protocol, long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf)
    • stopClient

      void stopClient(Object proxy)