public static interface GraphTaskManager.CheckerIfWorkerShouldFailAfterException
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfWorkerShouldFail(Thread thread,
Throwable exception)
Check if worker should fail after a thread gets an exception
|
boolean checkIfWorkerShouldFail(Thread thread, Throwable exception)
thread
- Thread which raised the exceptionexception
- Exception which occurredCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.