org.apache.hadoop.yarn.client
Class ClientRMProxy<T>

java.lang.Object
  extended by org.apache.hadoop.yarn.client.RMProxy<T>
      extended by org.apache.hadoop.yarn.client.ClientRMProxy<T>

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


Constructor Summary
ClientRMProxy()
           
 
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

ClientRMProxy

public ClientRMProxy()
Method Detail

createRMProxy

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.