Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.placement.csmappingrule.MappingRuleActionBase
Packages that use MappingRuleActionBase
-
Uses of MappingRuleActionBase in org.apache.hadoop.yarn.server.resourcemanager.placement.csmappingrule
Subclasses of MappingRuleActionBase in org.apache.hadoop.yarn.server.resourcemanager.placement.csmappingruleModifier and TypeClassDescriptionstatic classPlaceToQueueAction represents a placement action, contains the pattern of the queue name or path in which the path variables will be substituted with the variable context's respective values.static classRejectAction represents the action when the application is rejected, this simply will throw an error on the user's side letting it know the submission was rejected.static classVariableUpdateAction represents the action which alters one of the mutable variables in the variable context, but doesn't do anything with the application.