|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerHistoryData | |
|---|---|
| org.apache.hadoop.yarn.server.applicationhistoryservice | |
| org.apache.hadoop.yarn.server.applicationhistoryservice.records | |
| Uses of ContainerHistoryData in org.apache.hadoop.yarn.server.applicationhistoryservice |
|---|
| Methods in org.apache.hadoop.yarn.server.applicationhistoryservice that return ContainerHistoryData | |
|---|---|
ContainerHistoryData |
NullApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
|
ContainerHistoryData |
MemoryApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
|
ContainerHistoryData |
FileSystemApplicationHistoryStore.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.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId)
|
ContainerHistoryData |
MemoryApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId)
|
ContainerHistoryData |
FileSystemApplicationHistoryStore.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. |
| Methods in org.apache.hadoop.yarn.server.applicationhistoryservice that return types with arguments of type ContainerHistoryData | |
|---|---|
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> |
MemoryApplicationHistoryStore.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)
|
Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerHistoryData> |
ApplicationHistoryReader.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId)
This method returns Map ContainerId to ContainerHistoryData
for specified ApplicationAttemptId. |
| Uses of ContainerHistoryData in org.apache.hadoop.yarn.server.applicationhistoryservice.records |
|---|
| Methods in org.apache.hadoop.yarn.server.applicationhistoryservice.records that return ContainerHistoryData | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||