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. |
Method and Description |
---|
com.datastax.driver.core.querybuilder.BuiltStatement.escapeId(String)
preserved for backward compatibility, use
Metadata.quoteIfNecessary(String)
instead. |
com.datastax.driver.core.Host.getDseVersion()
Please use the Java driver
for DSE if you are connecting to a DataStax Enterprise (DSE) cluster. This method might
not function properly with future versions of DSE.
|
com.datastax.driver.core.Host.getDseWorkload()
Please use the Java driver
for DSE if you are connecting to a DataStax Enterprise (DSE) cluster. This method might
not function properly with future versions of DSE.
|
com.datastax.driver.mapping.Mapper.Option.getType()
This method is public for backward compatibility only. It should not be
accessible since it leaks a package-private type.
|
com.datastax.driver.core.Host.isDseGraphEnabled()
Please use the Java driver
for DSE if you are connecting to a DataStax Enterprise (DSE) cluster. This method might
not function properly with future versions of DSE.
|
com.datastax.driver.mapping.Mapper.mapAliased(ResultSet)
you no longer need to specify whether a result set is aliased, it will be detected
automatically. Use
Mapper.map(ResultSet) instead of this method. |
com.datastax.driver.core.SSLOptions.newSSLHandler(SocketChannel) |
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(InetSocketAddress, ConsistencyLevel, int, int, int, boolean)
Legacy constructor for backward compatibility.
|
com.datastax.driver.core.policies.TokenAwarePolicy(LoadBalancingPolicy, boolean)
Use
TokenAwarePolicy.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(InetSocketAddress, ConsistencyLevel, WriteType, int, int, int)
Legacy constructor for backward compatibility.
|
Copyright © 2012–2018. All rights reserved.