| Package | Description | 
|---|---|
| com.datastax.driver.core.policies | Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. | 
| Modifier and Type | Method and Description | 
|---|---|
| ReconnectionPolicy.ReconnectionSchedule | ExponentialReconnectionPolicy. newSchedule()A new schedule that used an exponentially growing delay between reconnection attempts. | 
| ReconnectionPolicy.ReconnectionSchedule | ConstantReconnectionPolicy. newSchedule()A new schedule that uses a constant  getConstantDelayMs()delay between reconnection
 attempt. | 
| ReconnectionPolicy.ReconnectionSchedule | ReconnectionPolicy. newSchedule()Creates a new schedule for reconnection attempts. | 
Copyright © 2012–2025. All rights reserved.