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)
RetryStrategyisRetriable in interface RetryStrategydatabricksError - The DatabricksError wrapped response/error object.Copyright © 2024. All rights reserved.