| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.resource |
API related to resources.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlacementConstraint.CompositeConstraint<R extends PlacementConstraint.Visitable> |
Class that represents composite constraints, which comprise other
constraints, forming a constraint tree.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlacementConstraint.AbstractConstraint |
Abstract class that acts as the superclass of all placement constraint
classes.
|
static class |
PlacementConstraint.And |
Class that represents a composite constraint that is a conjunction of other
constraints.
|
static class |
PlacementConstraint.CardinalityConstraint |
Class that represents a cardinality constraint.
|
static class |
PlacementConstraint.CompositeConstraint<R extends PlacementConstraint.Visitable> |
Class that represents composite constraints, which comprise other
constraints, forming a constraint tree.
|
static class |
PlacementConstraint.DelayedOr |
Class that represents a composite constraint that comprises a list of timed
placement constraints (see
PlacementConstraint.TimedPlacementConstraint). |
static class |
PlacementConstraint.Or |
Class that represents a composite constraint that is a disjunction of other
constraints.
|
static class |
PlacementConstraint.SingleConstraint |
Consider a set of nodes N that belongs to the scope specified in the
constraint.
|
static class |
PlacementConstraint.TargetConstraint |
Class that represents a target constraint.
|
static class |
PlacementConstraint.TargetExpression |
Class representing the target expressions that are used in placement
constraints.
|
static class |
PlacementConstraint.TimedPlacementConstraint |
Represents a timed placement constraint that has to be satisfied within a
time window.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.