Uses of Enum Class
org.apache.hadoop.yarn.api.records.NodeAttributeOpCode
Packages that use NodeAttributeOpCode
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
API related to resources.
-
Uses of NodeAttributeOpCode in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeAttributeOpCodeModifier and TypeMethodDescriptionstatic NodeAttributeOpCodeReturns the enum constant of this class with the specified name.static NodeAttributeOpCode[]NodeAttributeOpCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NodeAttributeOpCode in org.apache.hadoop.yarn.api.resource
Methods in org.apache.hadoop.yarn.api.resource with parameters of type NodeAttributeOpCodeModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.api.resource.PlacementConstraint.AbstractConstraintPlacementConstraints.targetNodeAttribute(String scope, NodeAttributeOpCode opCode, org.apache.hadoop.yarn.api.resource.PlacementConstraint.TargetExpression... targetExpressions) Creates a constraint that requires allocations to be placed on nodes that belong to a scope (e.g., node or rack) that satisfy any of the target expressions based on node attribute op code.