Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
Packages that use NMContainerStatus
Package
Description
-
Uses of NMContainerStatus in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return NMContainerStatusModifier and TypeMethodDescriptionstatic NMContainerStatusNMContainerStatus.newInstance(org.apache.hadoop.yarn.api.records.ContainerId containerId, int version, org.apache.hadoop.yarn.api.records.ContainerState containerState, org.apache.hadoop.yarn.api.records.Resource allocatedResource, String diagnostics, int containerExitStatus, org.apache.hadoop.yarn.api.records.Priority priority, long creationTime) static NMContainerStatusNMContainerStatus.newInstance(org.apache.hadoop.yarn.api.records.ContainerId containerId, int version, org.apache.hadoop.yarn.api.records.ContainerState containerState, org.apache.hadoop.yarn.api.records.Resource allocatedResource, String diagnostics, int containerExitStatus, org.apache.hadoop.yarn.api.records.Priority priority, long creationTime, String nodeLabelExpression, org.apache.hadoop.yarn.api.records.ExecutionType executionType, long allocationRequestId) Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type NMContainerStatusModifier and TypeMethodDescriptionabstract List<NMContainerStatus>RegisterNodeManagerRequest.getNMContainerStatuses()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type NMContainerStatusModifier and TypeMethodDescriptionstatic RegisterNodeManagerRequestRegisterNodeManagerRequest.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, int httpPort, org.apache.hadoop.yarn.api.records.Resource resource, String nodeManagerVersionId, List<NMContainerStatus> containerStatuses, List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications) static RegisterNodeManagerRequestRegisterNodeManagerRequest.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, int httpPort, org.apache.hadoop.yarn.api.records.Resource resource, String nodeManagerVersionId, List<NMContainerStatus> containerStatuses, List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications, Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) static RegisterNodeManagerRequestRegisterNodeManagerRequest.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, int httpPort, org.apache.hadoop.yarn.api.records.Resource resource, String nodeManagerVersionId, List<NMContainerStatus> containerStatuses, List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications, Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels, org.apache.hadoop.yarn.api.records.Resource physicalResource) static RegisterNodeManagerRequestRegisterNodeManagerRequest.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId, int httpPort, org.apache.hadoop.yarn.api.records.Resource resource, String nodeManagerVersionId, List<NMContainerStatus> containerStatuses, List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications, Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels, org.apache.hadoop.yarn.api.records.Resource physicalResource, Set<org.apache.hadoop.yarn.api.records.NodeAttribute> nodeAttributes, NodeStatus nodeStatus) abstract voidRegisterNodeManagerRequest.setContainerStatuses(List<NMContainerStatus> containerStatuses) -
Uses of NMContainerStatus in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return types with arguments of type NMContainerStatusMethod parameters in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with type arguments of type NMContainerStatusModifier and TypeMethodDescriptionvoidRegisterNodeManagerRequestPBImpl.setContainerStatuses(List<NMContainerStatus> containerReports)