| 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.
|
| org.apache.hadoop.yarn.server.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Map<java.lang.String,java.util.Set<NodeAttribute>> |
GetNodesToAttributesResponse.getNodeToAttributes() |
Get hostnames to NodeAttributes mapping.
|
| Modifier and Type | Method | Description |
|---|---|---|
static GetNodesToAttributesResponse |
GetNodesToAttributesResponse.newInstance(java.util.Map<java.lang.String,java.util.Set<NodeAttribute>> map) |
|
abstract void |
GetNodesToAttributesResponse.setNodeToAttributes(java.util.Map<java.lang.String,java.util.Set<NodeAttribute>> map) |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeAttribute |
NodeAttribute.newInstance(java.lang.String attributePrefix,
java.lang.String attributeName,
NodeAttributeType attributeType,
java.lang.String attributeValue) |
|
static NodeAttribute |
NodeAttribute.newInstance(java.lang.String attributeName,
NodeAttributeType attributeType,
java.lang.String attributeValue) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Set<NodeAttribute> |
NodeReport.getNodeAttributes() |
Get node attributes of node.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NodeAttributeInfo |
NodeAttributeInfo.newInstance(NodeAttribute nodeAttribute) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
NodeReport.setNodeAttributes(java.util.Set<NodeAttribute> nodeAttributes) |
Set the node attributes of node.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<NodeAttribute> |
NodeToAttributes.getNodeAttributes() |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeToAttributes |
NodeToAttributes.newInstance(java.lang.String node,
java.util.List<NodeAttribute> attributes) |
|
abstract void |
NodeToAttributes.setNodeAttributes(java.util.List<NodeAttribute> attributes) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.