Package | Description |
---|---|
org.apache.hadoop.yarn.server.webapp |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.webapp.dao |
Modifier and Type | Method and Description |
---|---|
ContainerInfo |
WebServices.getContainer(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
String appId,
String appAttemptId,
String containerId) |
ContainerInfo |
WebServices.getContainer(javax.servlet.http.HttpServletRequest req,
String appId,
String appAttemptId,
String containerId) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ContainerInfo> |
ContainersInfo.container |
Modifier and Type | Method and Description |
---|---|
ArrayList<ContainerInfo> |
ContainersInfo.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
ContainersInfo.add(ContainerInfo containerInfo) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.