Uses of Class
org.apache.hadoop.yarn.api.records.NodeReport
Packages that use NodeReport
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.
-
Uses of NodeReport in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeReportModifier and TypeMethodDescriptionabstract List<NodeReport>GetClusterNodesResponse.getNodeReports()GetNodeReportfor all nodes in the cluster.abstract List<NodeReport>AllocateResponse.getUpdatedNodes()Get the list of updatedNodeReports.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeReportModifier and TypeMethodDescriptionstatic GetClusterNodesResponseGetClusterNodesResponse.newInstance(List<NodeReport> nodeReports) abstract voidGetClusterNodesResponse.setNodeReports(List<NodeReport> nodeReports) abstract voidAllocateResponse.setUpdatedNodes(List<NodeReport> updatedNodes) -
Uses of NodeReport in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeReportModifier and TypeMethodDescriptionstatic 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) -
Uses of NodeReport in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeReportModifier and TypeMethodDescriptionabstract List<NodeReport>YarnClient.getNodeReports(NodeState... states) Get a report of nodes (NodeReport) in the cluster.