public abstract class FederationMethodWrapper extends Object
Constructor and Description |
---|
FederationMethodWrapper(Class<?>[] pTypes,
Object... pParams) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
Object[] |
getParams() |
Class<?>[] |
getTypes()
Get the calling types for this method.
|
protected abstract <R> Collection<R> |
invokeConcurrent(Class<R> clazz) |
void |
setMethodName(String methodName) |
public FederationMethodWrapper(Class<?>[] pTypes, Object... pParams) throws IOException
IOException
public Object[] getParams()
public String getMethodName()
public void setMethodName(String methodName)
public Class<?>[] getTypes()
protected abstract <R> Collection<R> invokeConcurrent(Class<R> clazz) throws org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.YarnException
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.