Uses of Class
org.apache.hadoop.yarn.api.records.NodeLabel
Packages that use NodeLabel
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeLabel in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeLabelMethod parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeLabelModifier and TypeMethodDescriptionstatic GetClusterNodeLabelsResponseGetClusterNodeLabelsResponse.newInstance(List<NodeLabel> labels) abstract voidGetClusterNodeLabelsResponse.setNodeLabelList(List<NodeLabel> labels) -
Uses of NodeLabel in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeLabelModifier and TypeMethodDescriptionstatic NodeLabelNodeLabel.newInstance(String name) static NodeLabelNodeLabel.newInstance(String name, boolean isExclusive) Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeLabel -
Uses of NodeLabel in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeLabelModifier and TypeMethodDescriptionYarnClient.getClusterNodeLabels()The interface used by client to get node labels in the cluster