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 TypeMethodDescriptionstatic PlacementConstraintPlacementConstraints.build(org.apache.hadoop.yarn.api.resource.PlacementConstraint.AbstractConstraint constraintExpr) Creates aPlacementConstraintgiven a constraint expression. -
Uses of PlacementConstraint in org.apache.hadoop.yarn.client.api
Method parameters in org.apache.hadoop.yarn.client.api with type arguments of type PlacementConstraintModifier and TypeMethodDescriptionAMRMClient.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl, Map<Set<String>, PlacementConstraint> placementConstraints) Register the application master. -
Uses of PlacementConstraint in org.apache.hadoop.yarn.client.api.async
Method parameters in org.apache.hadoop.yarn.client.api.async with type arguments of type PlacementConstraintModifier and TypeMethodDescriptionAMRMClientAsync.registerApplicationMaster(String appHostName, int appHostPort, String appTrackingUrl, Map<Set<String>, PlacementConstraint> placementConstraints) Register the application master. -
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 TypeMethodDescriptionstatic Map<org.apache.hadoop.yarn.util.constraint.PlacementConstraintParser.SourceTags,PlacementConstraint> PlacementConstraintParser.parsePlacementSpec(String expression) Parses a placement constraint specification.