Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetClusterNodeAttributesResponse
Packages that use GetClusterNodeAttributesResponse
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 GetClusterNodeAttributesResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return GetClusterNodeAttributesResponseModifier and TypeMethodDescriptionApplicationClientProtocol.getClusterNodeAttributes(GetClusterNodeAttributesRequest request) The interface used by client to get node attributes available in ResourceManager. -
Uses of GetClusterNodeAttributesResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetClusterNodeAttributesResponseModifier and TypeMethodDescriptionGetClusterNodeAttributesResponse.newInstance(Set<NodeAttributeInfo> attributes) Create instance of GetClusterNodeAttributesResponse.