Package | Description |
---|---|
org.apache.hadoop.yarn.server.applicationhistoryservice | |
org.apache.hadoop.yarn.server.applicationhistoryservice.records |
Modifier and Type | Method and Description |
---|---|
ContainerHistoryData |
MemoryApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
ContainerHistoryData |
ApplicationHistoryReader.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
This method returns
ContainerHistoryData for specified
ApplicationAttemptId . |
ContainerHistoryData |
NullApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
ContainerHistoryData |
FileSystemApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
ContainerHistoryData |
MemoryApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
ContainerHistoryData |
ApplicationHistoryReader.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId)
This method returns
ContainerHistoryData for specified
ContainerId . |
ContainerHistoryData |
NullApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
ContainerHistoryData |
FileSystemApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
Modifier and Type | Method and Description |
---|---|
Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
MemoryApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
ApplicationHistoryReader.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
|
Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
NullApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
FileSystemApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) |
Modifier and Type | Method and 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,
String diagnosticsInfo,
int containerExitCode,
org.apache.hadoop.yarn.api.records.ContainerState containerState) |
Copyright © 2022 Apache Software Foundation. All rights reserved.