Class PlacementPolicy
java.lang.Object
org.apache.hadoop.yarn.service.api.records.PlacementPolicy
- All Implemented Interfaces:
Serializable
Advanced placement policy of the components of a service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstraints(List<PlacementConstraint> constraints) Placement constraint details.booleaninthashCode()voidsetConstraints(List<PlacementConstraint> constraints) toString()
-
Constructor Details
-
PlacementPolicy
public PlacementPolicy()
-
-
Method Details