org.apache.hadoop.yarn.server.api
Class ServerRMProxy<T>

java.lang.Object
  extended by org.apache.hadoop.yarn.client.RMProxy<T>
      extended by org.apache.hadoop.yarn.server.api.ServerRMProxy<T>

public class ServerRMProxy<T>
extends org.apache.hadoop.yarn.client.RMProxy<T>


Constructor Summary
ServerRMProxy()
           
 
Method Summary
static
<T> T
createRMProxy(org.apache.hadoop.conf.Configuration conf, Class<T> protocol)
           
 
Methods inherited from class org.apache.hadoop.yarn.client.RMProxy
createRetryPolicy, createRMProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRMProxy

public ServerRMProxy()
Method Detail

createRMProxy

public static <T> T createRMProxy(org.apache.hadoop.conf.Configuration conf,
                                  Class<T> protocol)
                       throws IOException
Throws:
IOException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.