| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.resource |
API related to resources.
|
| Modifier and Type | Method | Description |
|---|---|---|
PlacementConstraint.TargetExpression.TargetType |
PlacementConstraint.TargetExpression.getTargetType() |
Get the type of the target expression.
|
static PlacementConstraint.TargetExpression.TargetType |
PlacementConstraint.TargetExpression.TargetType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PlacementConstraint.TargetExpression.TargetType[] |
PlacementConstraint.TargetExpression.TargetType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
TargetExpression(PlacementConstraint.TargetExpression.TargetType targetType) |
|
TargetExpression(PlacementConstraint.TargetExpression.TargetType targetType,
java.lang.String targetKey,
java.lang.String... targetValues) |
|
TargetExpression(PlacementConstraint.TargetExpression.TargetType targetType,
java.lang.String targetKey,
java.util.Set<java.lang.String> targetValues) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.