Uses of Enum Class
org.apache.hadoop.yarn.api.records.NodeAttributeType
Packages that use NodeAttributeType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeAttributeType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeAttributeTypeModifier and TypeMethodDescriptionabstract NodeAttributeTypeNodeAttribute.getAttributeType()abstract NodeAttributeTypeNodeAttributeInfo.getAttributeType()static NodeAttributeTypeReturns the enum constant of this class with the specified name.static NodeAttributeType[]NodeAttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeAttributeTypeModifier and TypeMethodDescriptionstatic NodeAttributeNodeAttribute.newInstance(String attributePrefix, String attributeName, NodeAttributeType attributeType, String attributeValue) static NodeAttributeNodeAttribute.newInstance(String attributeName, NodeAttributeType attributeType, String attributeValue) static NodeAttributeInfoNodeAttributeInfo.newInstance(NodeAttributeKey nodeAttributeKey, NodeAttributeType attributeType) abstract voidNodeAttribute.setAttributeType(NodeAttributeType attributeType) abstract voidNodeAttributeInfo.setAttributeType(NodeAttributeType attributeType)