| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.router.webapp | Router WebApp package. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HTTPMethods | HTTPMethods. valueOf(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 and Description | 
|---|---|
| protected static <T> T | RouterWebServiceUtil. genericForward(String webApp,
              javax.servlet.http.HttpServletRequest hsr,
              Class<T> returnType,
              HTTPMethods method,
              String targetPath,
              Object formParam,
              Map<String,String[]> additionalParam,
              org.apache.hadoop.conf.Configuration conf)Creates and performs a REST call to a specific WebService. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.