Uses of Class
org.apache.hadoop.yarn.api.records.NodeId
Packages that use NodeId
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeId in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeIdModifier and TypeMethodDescriptionGetLabelsToNodesResponse.getLabelsToNodes()GetNodesToLabelsResponse.getNodeToLabels()Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeIdModifier and TypeMethodDescriptionstatic GetLabelsToNodesResponseGetLabelsToNodesResponse.newInstance(Map<String, Set<NodeId>> map) static GetNodesToLabelsResponseGetNodesToLabelsResponse.newInstance(Map<NodeId, Set<String>> map) abstract voidGetLabelsToNodesResponse.setLabelsToNodes(Map<String, Set<NodeId>> map) abstract voidGetNodesToLabelsResponse.setNodeToLabels(Map<NodeId, Set<String>> map) -
Uses of NodeId in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeIdModifier and TypeMethodDescriptionstatic NodeIdNodeId.fromString(String nodeIdStr) abstract NodeIdContainerReport.getAssignedNode()Get the allocatedNodeIdwhere container is running.abstract NodeIdContainer.getNodeId()Get the identifier of the node on which the container is allocated.abstract NodeIdNMToken.getNodeId()Get theNodeIdof theNodeManagerfor which the NMToken is used to authenticate.abstract NodeIdNodeReport.getNodeId()Get theNodeIdof the node.static NodeIdNodeId.newInstance(String host, int port) Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeIdModifier and TypeMethodDescriptionintstatic ContainerContainer.newInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken) static ContainerContainer.newInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken, ExecutionType executionType) static ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress) static ContainerReportContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState, String nodeHttpAddress, ExecutionType executionType) static NMTokenNMToken.newInstance(NodeId nodeId, Token token) static NodeReportNodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime) static NodeReportNodeReport.newInstance(NodeId nodeId, NodeState nodeState, String httpAddress, String rackName, Resource used, Resource capability, int numContainers, String healthReport, long lastHealthReportTime, Set<String> nodeLabels, Integer decommissioningTimeout, NodeUpdateType nodeUpdateType) abstract voidContainerReport.setAssignedNode(NodeId nodeId) abstract voidabstract voidabstract void -
Uses of NodeId in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type NodeIdModifier and TypeMethodDescriptionCheckForDecommissioningNodesResponse.getDecommissioningNodes()abstract Map<NodeId,ResourceOption> UpdateNodeResourceRequest.getNodeResourceMap()Get the map fromNodeIdtoResourceOption.ReplaceLabelsOnNodeRequest.getNodeToLabels()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type NodeIdModifier and TypeMethodDescriptionCheckForDecommissioningNodesResponse.newInstance(Set<NodeId> decommissioningNodes) static ReplaceLabelsOnNodeRequestReplaceLabelsOnNodeRequest.newInstance(Map<NodeId, Set<String>> map) static ReplaceLabelsOnNodeRequeststatic UpdateNodeResourceRequestUpdateNodeResourceRequest.newInstance(Map<NodeId, ResourceOption> nodeResourceMap) static UpdateNodeResourceRequestUpdateNodeResourceRequest.newInstance(Map<NodeId, ResourceOption> nodeResourceMap, String subClusterId) abstract voidCheckForDecommissioningNodesResponse.setDecommissioningNodes(Set<NodeId> decommissioningNodes) abstract voidUpdateNodeResourceRequest.setNodeResourceMap(Map<NodeId, ResourceOption> nodeResourceMap) Set the map fromNodeIdtoResourceOption.abstract voidReplaceLabelsOnNodeRequest.setNodeToLabels(Map<NodeId, Set<String>> map)