Class ClientMethod

java.lang.Object
org.apache.hadoop.yarn.server.router.clientrm.ClientMethod

public class ClientMethod extends Object
Class to define client method,params and arguments.
  • Constructor Details

  • Method Details

    • getParams

      public Object[] getParams()
    • getMethodName

      public String getMethodName()
    • getTypes

      public Class<?>[] getTypes()
      Get the calling types for this method.
      Returns:
      An array of calling types.