Class and Description |
---|
com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
as of version 3.5.0, this retry policy has been deprecated, and it will be removed in
4.0.0. See our upgrade
guide to understand how to migrate existing applications that rely on this policy.
|
com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
As of version 3.1.0, the driver doesn't retry non-idempotent statements for write
timeouts or unexpected errors anymore. It is no longer necessary to wrap your retry policies
in this policy.
|
com.datastax.driver.core.JdkSSLOptions
Use
RemoteEndpointAwareJdkSSLOptions instead. |
com.datastax.driver.core.NettySSLOptions
Use
RemoteEndpointAwareNettySSLOptions instead. |
Constructor and Description |
---|
com.datastax.driver.core.exceptions.ReadFailureException(ConsistencyLevel, int, int, int, boolean)
Legacy constructor for backward compatibility.
|
com.datastax.driver.core.exceptions.ReadFailureException(EndPoint, ConsistencyLevel, int, int, int, boolean)
Legacy constructor for backward compatibility.
|
com.datastax.driver.core.policies.TokenAwarePolicy(LoadBalancingPolicy, boolean)
Use
TokenAwarePolicy(LoadBalancingPolicy, ReplicaOrdering) instead. This
constructor will be removed in the next major release. |
com.datastax.driver.core.exceptions.WriteFailureException(ConsistencyLevel, WriteType, int, int, int)
Legacy constructor for backward compatibility.
|
com.datastax.driver.core.exceptions.WriteFailureException(EndPoint, ConsistencyLevel, WriteType, int, int, int)
Legacy constructor for backward compatibility.
|
Copyright © 2012–2023. All rights reserved.