org.apache.hadoop.yarn.factory.providers
Class RpcFactoryProvider
java.lang.Object
org.apache.hadoop.yarn.factory.providers.RpcFactoryProvider
@InterfaceAudience.LimitedPrivate(value={"MapReduce","YARN"})
public class RpcFactoryProvider- extends Object
A public static get() method must be present in the Client/Server Factory implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getServerFactory
public static RpcServerFactory getServerFactory(org.apache.hadoop.conf.Configuration conf)
getClientFactory
public static RpcClientFactory getClientFactory(org.apache.hadoop.conf.Configuration conf)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.