public class NonIdempotentRequestRetryStrategy extends Object implements RetryStrategy
Constructor and Description |
---|
NonIdempotentRequestRetryStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRetriable(DatabricksError databricksError)
This method is used to determine if a request should be retried.
|
public boolean isRetriable(DatabricksError databricksError)
RetryStrategy
isRetriable
in interface RetryStrategy
databricksError
- The DatabricksError wrapped response/error object.Copyright © 2024. All rights reserved.