public class IdempotentRequestRetryStrategy extends Object implements RetryStrategy
| Constructor and Description |
|---|
IdempotentRequestRetryStrategy() |
| 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.