Uses of Enum Class
org.apache.hadoop.yarn.nodelabels.AttributeExpressionOperation
Packages that use AttributeExpressionOperation
-
Uses of AttributeExpressionOperation in org.apache.hadoop.yarn.nodelabels
Methods in org.apache.hadoop.yarn.nodelabels that return AttributeExpressionOperationModifier and TypeMethodDescriptionstatic AttributeExpressionOperationReturns the enum constant of this class with the specified name.static AttributeExpressionOperation[]AttributeExpressionOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.nodelabels with parameters of type AttributeExpressionOperationModifier and TypeMethodDescriptionbooleanAttributeValue.compareForOperation(AttributeValue other, AttributeExpressionOperation op) compare the value against the other based on the AttributeExpressionOperation.booleanStringAttributeValue.compareForOperation(AttributeValue other, AttributeExpressionOperation op)