| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> |
GetAttributesToNodesResponse.getAttributesToNodes() |
Get mapping of NodeAttributeKey to its associated mapping of list of
NodeToAttributeValue associated with attribute.
|
abstract java.util.Set<NodeAttributeKey> |
GetAttributesToNodesRequest.getNodeAttributes() |
Get node attributeKeys for which mapping of hostname to attribute value is
required.
|
| Modifier and Type | Method | Description |
|---|---|---|
static GetAttributesToNodesRequest |
GetAttributesToNodesRequest.newInstance(java.util.Set<NodeAttributeKey> attributes) |
|
static GetAttributesToNodesResponse |
GetAttributesToNodesResponse.newInstance(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map) |
|
abstract void |
GetAttributesToNodesResponse.setAttributeToNodes(java.util.Map<NodeAttributeKey,java.util.List<NodeToAttributeValue>> map) |
|
abstract void |
GetAttributesToNodesRequest.setNodeAttributes(java.util.Set<NodeAttributeKey> attributes) |
Set node attributeKeys for which the mapping of hostname to attribute value
is required.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract NodeAttributeKey |
NodeAttribute.getAttributeKey() |
|
abstract NodeAttributeKey |
NodeAttributeInfo.getAttributeKey() |
|
static NodeAttributeKey |
NodeAttributeKey.newInstance(java.lang.String attributeName) |
|
static NodeAttributeKey |
NodeAttributeKey.newInstance(java.lang.String attributePrefix,
java.lang.String attributeName) |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeAttributeInfo |
NodeAttributeInfo.newInstance(NodeAttributeKey nodeAttributeKey,
NodeAttributeType attributeType) |
|
abstract void |
NodeAttribute.setAttributeKey(NodeAttributeKey attributeKey) |
|
abstract void |
NodeAttributeInfo.setAttributeKey(NodeAttributeKey attributeKey) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.