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 Set<NodeAttributeInfo> |
GetClusterNodeAttributesResponse.getNodeAttributes()
Get node attributes from the response.
|
Modifier and Type | Method and Description |
---|---|
static GetClusterNodeAttributesResponse |
GetClusterNodeAttributesResponse.newInstance(Set<NodeAttributeInfo> attributes)
Create instance of GetClusterNodeAttributesResponse.
|
abstract void |
GetClusterNodeAttributesResponse.setNodeAttributes(Set<NodeAttributeInfo> attributes)
Set node attributes to the response.
|
Modifier and Type | Method and Description |
---|---|
static NodeAttributeInfo |
NodeAttributeInfo.newInstance(NodeAttribute nodeAttribute) |
static NodeAttributeInfo |
NodeAttributeInfo.newInstance(NodeAttributeKey nodeAttributeKey,
NodeAttributeType attributeType) |
Modifier and Type | Method and Description |
---|---|
abstract Set<NodeAttributeInfo> |
YarnClient.getClusterAttributes()
The interface used by client to get node attributes in the cluster.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.