Uses of Class
org.apache.hadoop.yarn.api.records.NodeAttribute
Packages that use NodeAttribute
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 NodeAttribute in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeAttributeModifier and TypeMethodDescriptionabstract Map<String,Set<NodeAttribute>> GetNodesToAttributesResponse.getNodeToAttributes()Get hostnames to NodeAttributes mapping.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeAttributeModifier and TypeMethodDescriptionstatic GetNodesToAttributesResponseGetNodesToAttributesResponse.newInstance(Map<String, Set<NodeAttribute>> map) abstract voidGetNodesToAttributesResponse.setNodeToAttributes(Map<String, Set<NodeAttribute>> map) -
Uses of NodeAttribute in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeAttributeModifier and TypeMethodDescriptionstatic NodeAttributeNodeAttribute.newInstance(String attributePrefix, String attributeName, NodeAttributeType attributeType, String attributeValue) static NodeAttributeNodeAttribute.newInstance(String attributeName, NodeAttributeType attributeType, String attributeValue) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type NodeAttributeModifier and TypeMethodDescriptionabstract Set<NodeAttribute>NodeReport.getNodeAttributes()Get node attributes of node.Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeAttributeModifier and TypeMethodDescriptionstatic NodeAttributeInfoNodeAttributeInfo.newInstance(NodeAttribute nodeAttribute) Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type NodeAttributeModifier and TypeMethodDescriptionabstract voidNodeReport.setNodeAttributes(Set<NodeAttribute> nodeAttributes) Set the node attributes of node. -
Uses of NodeAttribute in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeAttributeModifier and TypeMethodDescriptionabstract Map<String,Set<NodeAttribute>> YarnClient.getNodeToAttributes(Set<String> hostNames) The interface used by client to get all node to attribute mapping in existing cluster.