public interface FailurePredictor
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<? extends Throwable>,List<String>> |
STRICT_RETRIABLE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canRetryForException(Map<Class<? extends Throwable>,List<String>> retryList,
Throwable throwableToSearchIn) |
boolean |
isFailedResult(List<String> statusList,
Object result) |
default boolean |
isFailedResult(Throwable e) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.