| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.api.protocolrecords | |
| org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb | 
| Modifier and Type | Method and Description | 
|---|---|
| static NMContainerStatus | NMContainerStatus. 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 NMContainerStatus | NMContainerStatus. 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<NMContainerStatus> | RegisterNodeManagerRequest. getNMContainerStatuses() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RegisterNodeManagerRequest | RegisterNodeManagerRequest. 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 RegisterNodeManagerRequest | RegisterNodeManagerRequest. 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 RegisterNodeManagerRequest | RegisterNodeManagerRequest. 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 RegisterNodeManagerRequest | RegisterNodeManagerRequest. 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 void | RegisterNodeManagerRequest. setContainerStatuses(List<NMContainerStatus> containerStatuses) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NMContainerStatusPBImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NMContainerStatus> | RegisterNodeManagerRequestPBImpl. getNMContainerStatuses() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RegisterNodeManagerRequestPBImpl. setContainerStatuses(List<NMContainerStatus> containerReports) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.