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 that return NodeAttributeOpCodeModifier and TypeMethodDescriptionPlacementConstraint.SingleConstraint.getNodeAttributeOpCode()Get the NodeAttributeOpCode of the constraint.Methods in org.apache.hadoop.yarn.api.resource with parameters of type NodeAttributeOpCodeModifier and TypeMethodDescriptionPlacementConstraints.targetNodeAttribute(String scope, NodeAttributeOpCode opCode, 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.Constructors in org.apache.hadoop.yarn.api.resource with parameters of type NodeAttributeOpCodeModifierConstructorDescriptionSingleConstraint(String scope, int minCardinality, int maxCardinality, NodeAttributeOpCode opCode, Set<PlacementConstraint.TargetExpression> targetExpressions) SingleConstraint(String scope, int minC, int maxC, NodeAttributeOpCode opCode, PlacementConstraint.TargetExpression... targetExpressions)