Class and Description |
---|
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.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.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.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–2017. All rights reserved.