Enum RetryDecision.RetryDecisionType
The type of retry decisions.
Namespace: Dse
Assembly: Dse.dll
Syntax
public enum 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. |