LogWebService, WebServices@LimitedPrivate("YARN")
@Unstable
public interface AppInfoProvider
LogServlet
for providing various application related information.| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.server.webapp.BasicAppInfo |
getApp(javax.servlet.http.HttpServletRequest req,
java.lang.String appId,
java.lang.String clusterId) |
Returns
BasicAppInfo object that wraps the collected information
about the application. |
java.lang.String |
getNodeHttpAddress(javax.servlet.http.HttpServletRequest req,
java.lang.String appId,
java.lang.String appAttemptId,
java.lang.String containerId,
java.lang.String clusterId) |
Returns the node HTTP address.
|
java.lang.String getNodeHttpAddress(javax.servlet.http.HttpServletRequest req,
java.lang.String appId,
java.lang.String appAttemptId,
java.lang.String containerId,
java.lang.String clusterId)
req - HttpServletRequest associated with the requestappId - the id of the applicationappAttemptId - the id of the application attemptcontainerId - the container idclusterId - the id of the clusterorg.apache.hadoop.yarn.server.webapp.BasicAppInfo getApp(javax.servlet.http.HttpServletRequest req,
java.lang.String appId,
java.lang.String clusterId)
BasicAppInfo object that wraps the collected information
about the application.req - HttpServletRequest associated with the requestappId - the id of the applicationclusterId - the id of the clusterBasicAppInfo objectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.