| Package | Description |
|---|---|
| org.apache.hadoop.yarn.nodelabels |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StringAttributeValue |
Attribute value for String NodeAttributeType.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,AttributeValue> |
RMNodeAttribute.getAssociatedNodeIds() |
|
abstract java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttribute,AttributeValue> |
NodeAttributesManager.getAttributesForNode(java.lang.String hostName) |
NodeAttribute to AttributeValue Map.
|
abstract java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,java.util.Map<java.lang.String,AttributeValue>> |
NodeAttributesManager.getAttributesToNodes(java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttributeKey> attributes) |
Return a map of Nodes to attribute value for the given NodeAttributeKeys.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RMNodeAttribute.addNode(java.lang.String node,
AttributeValue attributeValue) |
|
boolean |
AttributeValue.compareForOperation(AttributeValue other,
AttributeExpressionOperation op) |
compare the value against the other based on the
AttributeExpressionOperation.
|
boolean |
StringAttributeValue.compareForOperation(AttributeValue other,
AttributeExpressionOperation op) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.