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 List<NodeLabel> |
GetClusterNodeLabelsResponse.getNodeLabelList() |
Modifier and Type | Method and Description |
---|---|
static GetClusterNodeLabelsResponse |
GetClusterNodeLabelsResponse.newInstance(List<NodeLabel> labels) |
abstract void |
GetClusterNodeLabelsResponse.setNodeLabelList(List<NodeLabel> labels) |
Modifier and Type | Method and Description |
---|---|
int |
NodeLabel.compareTo(NodeLabel other) |
Modifier and Type | Method and Description |
---|---|
abstract List<NodeLabel> |
YarnClient.getClusterNodeLabels()
The interface used by client to get node labels in the cluster
|
Copyright © 2025 Apache Software Foundation. All rights reserved.