FallthroughRetryPolicy Class |
All of the methods of this retry policy unconditionally return RetryPolicy.RetryDecision#rethrow. If this policy is used, retry will have to be implemented in business code.
Namespace: Cassandra
public class FallthroughRetryPolicy : IRetryPolicy
The FallthroughRetryPolicy type exposes the following members.
Name | Description | |
---|---|---|
OnReadTimeout |
Defines whether to retry and at which consistency level on a read timeout.
| |
OnUnavailable |
Defines whether to retry and at which consistency level on an unavailable
exception.
| |
OnWriteTimeout |
Defines whether to retry and at which consistency level on a write timeout.
|