Class RetryUtil
- java.lang.Object
-
- io.opentelemetry.exporter.internal.RetryUtil
-
public final class RetryUtil extends java.lang.Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Set<java.lang.String>
RETRYABLE_GRPC_STATUS_CODES
private static java.util.Set<java.lang.Integer>
RETRYABLE_HTTP_STATUS_CODES
-
Constructor Summary
Constructors Modifier Constructor Description private
RetryUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>
retryableGrpcStatusCodes()
Returns the retryable gRPC status codes.static java.util.Set<java.lang.Integer>
retryableHttpResponseCodes()
Returns the retryable HTTP status codes.
-