Class FederationMethodWrapper
java.lang.Object
org.apache.hadoop.yarn.server.federation.utils.FederationMethodWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]Class<?>[]getTypes()Get the calling types for this method.protected abstract <R> Collection<R>invokeConcurrent(Class<R> clazz) voidsetMethodName(String methodName)
-
Constructor Details
-
FederationMethodWrapper
- Throws:
IOException
-
-
Method Details
-
getParams
-
getMethodName
-
setMethodName
-
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
-