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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 NMTokenstatic 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 voidContainer.setNodeId(NodeId nodeId) abstract voidabstract voidNodeReport.setNodeId(NodeId nodeId) -
Uses of NodeId in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return NodeIdModifier and TypeMethodDescriptionNMClient.getNodeIdOfStartedContainer(ContainerId containerId) Get the NodeId of the node on which container is running.Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeIdModifier and TypeMethodDescriptionYarnClient.getLabelsToNodes()The interface used by client to get labels to nodes mapping in existing clusterYarnClient.getLabelsToNodes(Set<String> labels) The interface used by client to get labels to nodes mapping for specified labels in existing clusterYarnClient.getNodeToLabels()The interface used by client to get node to labels mappings in existing clusterMethods in org.apache.hadoop.yarn.client.api with parameters of type NodeIdModifier and TypeMethodDescriptionabstract ContainerStatusNMClient.getContainerStatus(ContainerId containerId, NodeId nodeId) Query the status of a container.NMClient.getLocalizationStatuses(ContainerId containerId, NodeId nodeId) Get the localization statuses of a container.voidNMClient.localize(ContainerId containerId, NodeId nodeId, Map<String, LocalResource> localResources) Localize resources for a container.abstract voidNMClient.stopContainer(ContainerId containerId, NodeId nodeId) Stop an started container. -
Uses of NodeId in org.apache.hadoop.yarn.client.api.async
Methods in org.apache.hadoop.yarn.client.api.async with parameters of type NodeIdModifier and TypeMethodDescriptionabstract voidNMClientAsync.getContainerStatusAsync(ContainerId containerId, NodeId nodeId) abstract voidNMClientAsync.stopContainerAsync(ContainerId containerId, NodeId nodeId) -
Uses of NodeId in org.apache.hadoop.yarn.logaggregation.filecontroller
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller with parameters of type NodeIdModifier and TypeMethodDescriptionprotected voidLogAggregationFileController.cleanOldLogs(Path remoteNodeLogFileForApp, NodeId nodeId, UserGroupInformation userUgi) LogAggregationFileController.getRemoteNodeLogFileForApp(ApplicationId appId, String user, NodeId nodeId) Get the remote aggregated log path. -
Uses of NodeId in org.apache.hadoop.yarn.security
Methods in org.apache.hadoop.yarn.security that return NodeIdConstructors in org.apache.hadoop.yarn.security with parameters of type NodeIdModifierConstructorDescriptionNMTokenIdentifier(ApplicationAttemptId appAttemptId, NodeId nodeId, String applicationSubmitter, int masterKeyId) -
Uses of NodeId in org.apache.hadoop.yarn.util
Methods in org.apache.hadoop.yarn.util that return NodeId