Package | Description |
---|---|
com.datastax.driver.core.policies |
Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRetryPolicy
The default retry policy.
|
class |
DowngradingConsistencyRetryPolicy
A retry policy that sometimes retries with a lower consistency level than
the one initially requested.
|
class |
FallthroughRetryPolicy
A retry policy that never retries (nor ignores).
|
class |
IdempotenceAwareRetryPolicy
A retry policy that avoids retrying non-idempotent statements.
|
class |
LoggingRetryPolicy
A retry policy that wraps another policy, logging the decision made by its sub-policy.
|
Constructor and Description |
---|
IdempotenceAwareRetryPolicy(ExtendedRetryPolicy childPolicy,
QueryOptions queryOptions)
Creates a new instance.
|