Was this page helpful?
RetryPolicy¶
policies/retry~RetryPolicy()
Base and default RetryPolicy. Determines what to do when the driver runs into a specific database exception.
This policy is implemented on the Rust side, see: https://github.com/scylladb/scylla-rust-driver/blob/main/scylla/src/policies/retry/default.rs For more information see the DefaultRetryPolicy here: https://docs.datastax.com/en/developer/java-driver/4.11/manual/core/retries/index.html
Constructor¶
new RetryPolicy()
Methods¶
(package) getRustConfiguration() → {rust.RetryPolicyKind}
Returns:
- Type
- rust.RetryPolicyKind