Class ClientAMProxy

java.lang.Object
org.apache.hadoop.yarn.client.ServerProxy
org.apache.hadoop.yarn.service.client.ClientAMProxy

public class ClientAMProxy extends org.apache.hadoop.yarn.client.ServerProxy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> T
    createProxy(org.apache.hadoop.conf.Configuration conf, Class<T> protocol, org.apache.hadoop.security.UserGroupInformation ugi, org.apache.hadoop.yarn.ipc.YarnRPC rpc, InetSocketAddress serverAddress)
     

    Methods inherited from class org.apache.hadoop.yarn.client.ServerProxy

    createRetriableProxy, createRetryPolicy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientAMProxy

      public ClientAMProxy()
  • Method Details

    • createProxy

      public static <T> T createProxy(org.apache.hadoop.conf.Configuration conf, Class<T> protocol, org.apache.hadoop.security.UserGroupInformation ugi, org.apache.hadoop.yarn.ipc.YarnRPC rpc, InetSocketAddress serverAddress)