Class PlacementConstraintParser.MultipleConstraintsTokenizer

java.lang.Object
org.apache.hadoop.yarn.util.constraint.PlacementConstraintParser.MultipleConstraintsTokenizer
All Implemented Interfaces:
Enumeration<String>, PlacementConstraintParser.ConstraintTokenizer
Enclosing class:
PlacementConstraintParser

public static class PlacementConstraintParser.MultipleConstraintsTokenizer extends Object implements PlacementConstraintParser.ConstraintTokenizer
Tokenizer used to handle a placement spec composed by multiple constraint expressions. Each of them is delimited with the given delimiter, e.g ':'.