Uses of Class
org.apache.hadoop.yarn.api.records.NodeAttributeInfo
Packages that use NodeAttributeInfo
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 NodeAttributeInfo in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeAttributeInfoModifier and TypeMethodDescriptionabstract Set<NodeAttributeInfo>GetClusterNodeAttributesResponse.getNodeAttributes()Get node attributes from the response.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeAttributeInfoModifier and TypeMethodDescriptionGetClusterNodeAttributesResponse.newInstance(Set<NodeAttributeInfo> attributes) Create instance of GetClusterNodeAttributesResponse.abstract voidGetClusterNodeAttributesResponse.setNodeAttributes(Set<NodeAttributeInfo> attributes) Set node attributes to the response. -
Uses of NodeAttributeInfo in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeAttributeInfoModifier and TypeMethodDescriptionstatic NodeAttributeInfoNodeAttributeInfo.newInstance(NodeAttribute nodeAttribute) static NodeAttributeInfoNodeAttributeInfo.newInstance(NodeAttributeKey nodeAttributeKey, NodeAttributeType attributeType) -
Uses of NodeAttributeInfo in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeAttributeInfoModifier and TypeMethodDescriptionabstract Set<NodeAttributeInfo>YarnClient.getClusterAttributes()The interface used by client to get node attributes in the cluster.