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.
|
Method and Description |
---|
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. |