T - a target to evaluate againstpublic interface Evaluable<T>
| Modifier and Type | Method and Description | 
|---|---|
| void | evaluate(T target)Evaluate against a given target, this process changes the internal state
 of current class. | 
void evaluate(T target) throws org.apache.hadoop.yarn.exceptions.YarnException
target - a generic type target that impacts this evaluation.org.apache.hadoop.yarn.exceptions.YarnExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.