| 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.
|
| Field and Description |
|---|
| com.datastax.driver.core.PoolingOptions.DEFAULT_POOL_TIMEOUT_MILLIS |
| Method and Description |
|---|
| com.datastax.driver.core.PoolingOptions.getPoolTimeoutMillis()
see
PoolingOptions.setPoolTimeoutMillis(int). This method always returns 0. |
| com.datastax.driver.core.PoolingOptions.setPoolTimeoutMillis(int)
the connection pool does not use a timeout anymore, incoming requests are now throttled with a
threshold on the
queue size. This method has no effect. |