Uses of Enum Class
org.apache.hadoop.yarn.api.resource.PlacementConstraint.TargetExpression.TargetType
Packages that use PlacementConstraint.TargetExpression.TargetType
-
Uses of PlacementConstraint.TargetExpression.TargetType in org.apache.hadoop.yarn.api.resource
Methods in org.apache.hadoop.yarn.api.resource that return PlacementConstraint.TargetExpression.TargetTypeModifier and TypeMethodDescriptionPlacementConstraint.TargetExpression.getTargetType()Get the type of the target expression.Returns the enum constant of this class with the specified name.PlacementConstraint.TargetExpression.TargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.yarn.api.resource with parameters of type PlacementConstraint.TargetExpression.TargetTypeModifierConstructorDescriptionTargetExpression(PlacementConstraint.TargetExpression.TargetType targetType, String targetKey, String... targetValues) TargetExpression(PlacementConstraint.TargetExpression.TargetType targetType, String targetKey, Set<String> targetValues)