Uses of Class
org.apache.hadoop.yarn.util.constraint.PlacementConstraintParser.ConstraintParser
Packages that use PlacementConstraintParser.ConstraintParser
Package
Description
Package org.apache.hadoop.yarn.util.constraint contains classes
which is used as utility class for placement constraints.
-
Uses of PlacementConstraintParser.ConstraintParser in org.apache.hadoop.yarn.util.constraint
Modifier and TypeClassDescriptionstatic classConstraint parser used to parse a given target expression, such as "cardinality, NODE, foo, 0, 1".static classParser used to parse conjunction form of constraints, such as AND(A, ..., B), OR(A, ..., B).static classConstraint parser used to parse a given target expression.static classConstraint parser used to parse a given target expression, such as "NOTIN, NODE, foo, bar".