Uses of Enum Class
org.apache.hadoop.yarn.api.resource.PlacementConstraint.TimedPlacementConstraint.DelayUnit
Packages that use PlacementConstraint.TimedPlacementConstraint.DelayUnit
-
Uses of PlacementConstraint.TimedPlacementConstraint.DelayUnit in org.apache.hadoop.yarn.api.resource
Methods in org.apache.hadoop.yarn.api.resource that return PlacementConstraint.TimedPlacementConstraint.DelayUnitModifier and TypeMethodDescriptionPlacementConstraint.TimedPlacementConstraint.getDelayUnit()The unit of the scheduling delay.Returns the enum constant of this class with the specified name.PlacementConstraint.TimedPlacementConstraint.DelayUnit.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.TimedPlacementConstraint.DelayUnitModifierConstructorDescriptionTimedPlacementConstraint(PlacementConstraint.AbstractConstraint constraint, long schedulingDelay, PlacementConstraint.TimedPlacementConstraint.DelayUnit delayUnit)