List of usage examples for org.apache.hadoop.yarn.webapp WebApp subclass-usage
From source file com.datatorrent.stram.webapp.StramWebApp.java
/**
*
* The web services interface in the stram. All web services are routed through this interface<p>
* <br>
* This class does all the wiring and controls the context. The implementation is in StramWebServices class<br>
* <br>
From source file org.apache.hoya.yarn.appmaster.web.HoyaAMWebApp.java
/** * */ public class HoyaAMWebApp extends WebApp { public static final String BASE_PATH = "hoyaam"; public static final String CONTAINER_STATS = "/stats";
From source file org.apache.slider.server.appmaster.web.SliderAMWebApp.java
/** * */ public class SliderAMWebApp extends WebApp { public static final String BASE_PATH = "slideram"; public static final String CONTAINER_STATS = "/stats";