| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.router.webapp |
Router WebApp package.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HTTPMethods |
HTTPMethods.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HTTPMethods[] |
HTTPMethods.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected static <T> T |
RouterWebServiceUtil.genericForward(java.lang.String webApp,
javax.servlet.http.HttpServletRequest hsr,
java.lang.Class<T> returnType,
HTTPMethods method,
java.lang.String targetPath,
java.lang.Object formParam,
java.util.Map<java.lang.String,java.lang.String[]> additionalParam,
org.apache.hadoop.conf.Configuration conf,
com.sun.jersey.api.client.Client client) |
Creates and performs a REST call to a specific WebService.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.