Uses of Class
org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerHistoryData
Packages that use ContainerHistoryData
Package
Description
-
Uses of ContainerHistoryData in org.apache.hadoop.yarn.server.applicationhistoryservice
Methods in org.apache.hadoop.yarn.server.applicationhistoryservice that return ContainerHistoryDataModifier and TypeMethodDescriptionApplicationHistoryReader.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) This method returnsContainerHistoryDatafor specifiedApplicationAttemptId.FileSystemApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) MemoryApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) NullApplicationHistoryStore.getAMContainer(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) ApplicationHistoryReader.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) This method returnsContainerHistoryDatafor specifiedContainerId.FileSystemApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) MemoryApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) NullApplicationHistoryStore.getContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) Methods in org.apache.hadoop.yarn.server.applicationhistoryservice that return types with arguments of type ContainerHistoryDataModifier and TypeMethodDescriptionMap<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> FileSystemApplicationHistoryStore.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> NullApplicationHistoryStore.getContainers(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId) -
Uses of ContainerHistoryData in org.apache.hadoop.yarn.server.applicationhistoryservice.records
Methods in org.apache.hadoop.yarn.server.applicationhistoryservice.records that return ContainerHistoryDataModifier and TypeMethodDescriptionstatic ContainerHistoryDataContainerHistoryData.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)