Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeLabelsResponse
Packages that use GetClusterNodeLabelsResponse
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 GetClusterNodeLabelsResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return GetClusterNodeLabelsResponseModifier and TypeMethodDescriptionApplicationClientProtocol.getClusterNodeLabels(GetClusterNodeLabelsRequest request) The interface used by client to get node labels in the cluster -
Uses of GetClusterNodeLabelsResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetClusterNodeLabelsResponseModifier and TypeMethodDescriptionstatic GetClusterNodeLabelsResponseGetClusterNodeLabelsResponse.newInstance(List<NodeLabel> labels) static GetClusterNodeLabelsResponseGetClusterNodeLabelsResponse.newInstance(Set<String> labels) Deprecated.
newInstance(List)instead.