org.apache.hadoop.yarn.factory.providers
Class RpcFactoryProvider

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

public class RpcFactoryProvider
extends Object

A public static get() method must be present in the Client/Server Factory implementation.


Method Summary
static RpcClientFactory getClientFactory(org.apache.hadoop.conf.Configuration conf)
           
static RpcServerFactory getServerFactory(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServerFactory

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

getClientFactory

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


Copyright © 2012 Apache Software Foundation. All Rights Reserved.