Uses of Interface
com.datastax.driver.core.policies.ReconnectionPolicy.ReconnectionSchedule

Packages that use ReconnectionPolicy.ReconnectionSchedule
com.datastax.driver.core.policies Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
 

Uses of ReconnectionPolicy.ReconnectionSchedule in com.datastax.driver.core.policies
 

Methods in com.datastax.driver.core.policies that return ReconnectionPolicy.ReconnectionSchedule
 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 © 2013. All rights reserved.