Class FederationMethodWrapper

java.lang.Object
org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper

public abstract class FederationMethodWrapper extends Object
  • Constructor Details

  • Method Details

    • getParams

      public Object[] getParams()
    • getMethodName

      public String getMethodName()
    • setMethodName

      public void setMethodName(String methodName)
    • getTypes

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

      protected abstract <R> Collection<R> invokeConcurrent(Class<R> clazz) throws org.apache.hadoop.yarn.exceptions.YarnException
      Throws:
      org.apache.hadoop.yarn.exceptions.YarnException