Uses of Class
org.apache.hadoop.yarn.api.resource.PlacementConstraint.TimedPlacementConstraint
Packages that use PlacementConstraint.TimedPlacementConstraint
-
Uses of PlacementConstraint.TimedPlacementConstraint in org.apache.hadoop.yarn.api.resource
Methods in org.apache.hadoop.yarn.api.resource that return PlacementConstraint.TimedPlacementConstraintModifier and TypeMethodDescriptionPlacementConstraints.timedClockConstraint(PlacementConstraint.AbstractConstraint constraint, long delay, TimeUnit timeUnit) Creates a placement constraint that has to be satisfied within a time window.PlacementConstraints.timedOpportunitiesConstraint(PlacementConstraint.AbstractConstraint constraint, long delay) Creates a placement constraint that has to be satisfied within a number of placement opportunities (invocations of the scheduler).Methods in org.apache.hadoop.yarn.api.resource that return types with arguments of type PlacementConstraint.TimedPlacementConstraintMethods in org.apache.hadoop.yarn.api.resource with parameters of type PlacementConstraint.TimedPlacementConstraintModifier and TypeMethodDescriptionPlacementConstraints.delayedOr(PlacementConstraint.TimedPlacementConstraint... children) Creates a composite constraint that includes a list of timed placement constraints.PlacementConstraint.Visitor.visit(PlacementConstraint.TimedPlacementConstraint constraint) Constructors in org.apache.hadoop.yarn.api.resource with parameters of type PlacementConstraint.TimedPlacementConstraintModifierConstructorDescriptionDelayedOr(PlacementConstraint.TimedPlacementConstraint... children) Constructor parameters in org.apache.hadoop.yarn.api.resource with type arguments of type PlacementConstraint.TimedPlacementConstraintModifierConstructorDescription