public static interface TableRetryPolicy.RetryPredicate
extends java.util.function.Predicate<java.lang.Throwable>, java.io.Serializable
Predicate
.
This is needed because TableRetryPolicy needs to be serializable as part of the
table config whereas Predicate
is not serializable.