Uses of Class
org.apache.hadoop.yarn.api.resource.PlacementConstraint
Packages that use PlacementConstraint
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
API related to resources.
Package org.apache.hadoop.yarn.util.constraint contains classes
which is used as utility class for placement constraints.
-
Uses of PlacementConstraint in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type PlacementConstraintModifier and TypeMethodDescriptionRegisterApplicationMasterRequest.getPlacementConstraints()Return all Placement Constraints specified at the Application level.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type PlacementConstraintModifier and TypeMethodDescriptionvoidRegisterApplicationMasterRequest.setPlacementConstraints(Map<Set<String>, PlacementConstraint> placementConstraints) Set Placement Constraints applicable to theSchedulingRequests of this application. -
Uses of PlacementConstraint in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return PlacementConstraintModifier and TypeMethodDescriptionabstract PlacementConstraintSchedulingRequest.getPlacementConstraint()Methods in org.apache.hadoop.yarn.api.records with parameters of type PlacementConstraintModifier and TypeMethodDescriptionstatic SchedulingRequestSchedulingRequest.newInstance(long allocationRequestId, Priority priority, ExecutionTypeRequest executionType, Set<String> allocationTags, ResourceSizing resourceSizing, PlacementConstraint placementConstraintExpression) SchedulingRequest.SchedulingRequestBuilder.placementConstraintExpression(PlacementConstraint placementConstraintExpression) Set theplacementConstraintExpressionof the request.abstract voidSchedulingRequest.setPlacementConstraint(PlacementConstraint placementConstraint) -
Uses of PlacementConstraint in org.apache.hadoop.yarn.api.resource
Methods in org.apache.hadoop.yarn.api.resource that return PlacementConstraintModifier and TypeMethodDescriptionPlacementConstraint.AbstractConstraint.build()static PlacementConstraintPlacementConstraints.build(PlacementConstraint.AbstractConstraint constraintExpr) Creates aPlacementConstraintgiven a constraint expression. -
Uses of PlacementConstraint in org.apache.hadoop.yarn.util.constraint
Methods in org.apache.hadoop.yarn.util.constraint that return types with arguments of type PlacementConstraintModifier and TypeMethodDescriptionPlacementConstraintParser.parsePlacementSpec(String expression) Parses a placement constraint specification.