| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.applicationhistoryservice | |
| org.apache.hadoop.yarn.server.applicationhistoryservice.records |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerHistoryData |
ApplicationHistoryReader.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
This method returns
ContainerHistoryData for specified
ApplicationAttemptId. |
ContainerHistoryData |
FileSystemApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
ContainerHistoryData |
MemoryApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
ContainerHistoryData |
NullApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
ContainerHistoryData |
ApplicationHistoryReader.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
This method returns
ContainerHistoryData for specified
ContainerId. |
ContainerHistoryData |
FileSystemApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
|
ContainerHistoryData |
MemoryApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
|
ContainerHistoryData |
NullApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
ApplicationHistoryReader.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
java.util.Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
FileSystemApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
java.util.Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
MemoryApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
|
java.util.Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
NullApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerHistoryData |
ContainerHistoryData.newInstance(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.Resource allocatedResource,
org.apache.hadoop.yarn.api.records.NodeId assignedNode,
org.apache.hadoop.yarn.api.records.Priority priority,
long startTime,
long finishTime,
java.lang.String diagnosticsInfo,
int containerExitCode,
org.apache.hadoop.yarn.api.records.ContainerState containerState) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.