Click or drag to resize

RetryDecisionRetryDecisionType Enumeration

The type of retry decisions.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public enum RetryDecisionType
Members
  Member nameValueDescription
Retry0 the operation will be retried. The consistency level of the retry should be specified.
Rethrow1 no retry should be attempted and an exception should be thrown
Ignore2 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.
See Also

Reference