Enum RetryDecision.RetryDecisionType
The type of retry decisions.
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public enum RetryDecision.RetryDecisionType
Fields
| Name | Description |
|---|---|
| Ignore | no retry should be attempted and the exception should be ignored. In that case, the operation that triggered the Cassandra exception will return an empty result set. |
| Rethrow | no retry should be attempted and an exception should be thrown |
| Retry | the operation will be retried. The consistency level of the retry should be specified. |