Uses of Interface
org.apache.hadoop.yarn.nodelabels.AttributeValue
Packages that use AttributeValue
-
Uses of AttributeValue in org.apache.hadoop.yarn.nodelabels
Classes in org.apache.hadoop.yarn.nodelabels that implement AttributeValueModifier and TypeClassDescriptionclassAttribute value for String NodeAttributeType.Methods in org.apache.hadoop.yarn.nodelabels that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionRMNodeAttribute.getAssociatedNodeIds()abstract Map<org.apache.hadoop.yarn.api.records.NodeAttribute,AttributeValue> NodeAttributesManager.getAttributesForNode(String hostName) NodeAttribute to AttributeValue Map.abstract Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,Map<String, AttributeValue>> NodeAttributesManager.getAttributesToNodes(Set<org.apache.hadoop.yarn.api.records.NodeAttributeKey> attributes) Return a map of Nodes to attribute value for the given NodeAttributeKeys.Methods in org.apache.hadoop.yarn.nodelabels with parameters of type AttributeValueModifier and TypeMethodDescriptionvoidRMNodeAttribute.addNode(String node, AttributeValue attributeValue) booleanAttributeValue.compareForOperation(AttributeValue other, AttributeExpressionOperation op) compare the value against the other based on the AttributeExpressionOperation.booleanStringAttributeValue.compareForOperation(AttributeValue other, AttributeExpressionOperation op)