Class RpcFactoryProvider

java.lang.Object
org.apache.hadoop.yarn.factory.providers.RpcFactoryProvider

@LimitedPrivate({"MapReduce","YARN"}) public class RpcFactoryProvider extends Object
A public static get() method must be present in the Client/Server Factory implementation.
  • Method Details

    • getServerFactory

      public static RpcServerFactory getServerFactory(org.apache.hadoop.conf.Configuration conf)
    • getClientFactory

      public static RpcClientFactory getClientFactory(org.apache.hadoop.conf.Configuration conf)