public abstract class WholeNumberEvaluator extends Object implements Evaluator<Long>
| Constructor and Description |
|---|
WholeNumberEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEvaluationsRemaining(EvaluationContext context) |
AttributeExpression.ResultType |
getResultType() |
String |
getToken() |
void |
setToken(String token)
Sets the token that was used in the query to cause this Evaluator to be created
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getSubjectEvaluatorprivate String token
public AttributeExpression.ResultType getResultType()
getResultType in interface Evaluator<Long>public int getEvaluationsRemaining(EvaluationContext context)
getEvaluationsRemaining in interface Evaluator<Long>public String getToken()
Copyright © 2022 Apache NiFi Project. All rights reserved.