Uses of Interface
org.apache.nifi.attribute.expression.language.VariableImpact
Packages that use VariableImpact
-
Uses of VariableImpact in org.apache.nifi.attribute.expression.language
Classes in org.apache.nifi.attribute.expression.language that implement VariableImpactFields in org.apache.nifi.attribute.expression.language declared as VariableImpactModifier and TypeFieldDescriptionstatic final VariableImpact
VariableImpact.ALWAYS_IMPACTED
static final VariableImpact
VariableImpact.NEVER_IMPACTED
private VariableImpact
StandardPreparedQuery.variableImpact
Methods in org.apache.nifi.attribute.expression.language that return VariableImpactModifier and TypeMethodDescriptionEmptyPreparedQuery.getVariableImpact()
InvalidPreparedQuery.getVariableImpact()
PreparedQuery.getVariableImpact()
Returns aVariableImpact
that can be used to determine whether or not a given variable impacts this Expression.StandardPreparedQuery.getVariableImpact()