Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributes
Packages that use NodeToAttributes
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeToAttributes in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return NodeToAttributesModifier and TypeMethodDescriptionstatic NodeToAttributesNodeToAttributes.newInstance(String node, List<NodeAttribute> attributes) Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type NodeToAttributesModifier and TypeMethodDescriptionabstract List<NodeToAttributes>NodesToAttributesMappingRequest.getNodesToAttributes()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type NodeToAttributesModifier and TypeMethodDescriptionNodesToAttributesMappingRequest.newInstance(AttributeMappingOperationType operation, List<NodeToAttributes> nodesToAttributes, boolean failOnUnknownNodes) NodesToAttributesMappingRequest.newInstance(AttributeMappingOperationType operation, List<NodeToAttributes> nodesToAttributes, boolean failOnUnknownNodes, String subClusterId) abstract voidNodesToAttributesMappingRequest.setNodesToAttributes(List<NodeToAttributes> nodesToAttributes)