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.dse.auth.DseAuthProvider
in favor of
DseGSSAPIAuthProvider
Please look at |
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.dse.LoggingIdempotenceAwareRetryPolicy
As of release 1.1.0, dse driver now depends on driver-core 3.1.0, which doesn't retry
non-idempotent statements for write timeouts or unexpected errors anymore.
|
com.datastax.driver.core.NettySSLOptions
Use
RemoteEndpointAwareNettySSLOptions instead. |
Field and Description |
---|
com.datastax.driver.dse.graph.GraphStatement.WARNED_GRAPHSON1 |
Copyright © 2012–2019. All rights reserved.