Package com.google.cloud.spanner
Class IsRetryableInternalError
java.lang.Object
com.google.cloud.spanner.IsRetryableInternalError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisRetryableInternalError(io.grpc.Status status) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IsRetryableInternalError
public IsRetryableInternalError()
-
-
Method Details
-
isRetryableInternalError
public boolean isRetryableInternalError(io.grpc.Status status) -
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<Throwable>
-