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.client.api |
Modifier and Type | Method and Description |
---|---|
abstract Map<NodeAttributeKey,List<NodeToAttributeValue>> |
GetAttributesToNodesResponse.getAttributesToNodes()
Get mapping of NodeAttributeKey to its associated mapping of list of
NodeToAttributeValue associated with attribute.
|
Modifier and Type | Method and Description |
---|---|
static GetAttributesToNodesResponse |
GetAttributesToNodesResponse.newInstance(Map<NodeAttributeKey,List<NodeToAttributeValue>> map) |
abstract void |
GetAttributesToNodesResponse.setAttributeToNodes(Map<NodeAttributeKey,List<NodeToAttributeValue>> map) |
Modifier and Type | Method and Description |
---|---|
static NodeToAttributeValue |
NodeToAttributeValue.newInstance(String hostname,
String attributeValue) |
Modifier and Type | Method and Description |
---|---|
abstract Map<NodeAttributeKey,List<NodeToAttributeValue>> |
YarnClient.getAttributesToNodes(Set<NodeAttributeKey> attributes)
The interface used by client to get mapping of AttributeKey to associated
NodeToAttributeValue list for specified node attributeKeys in the cluster.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.