class Cassandra::Reconnection::Schedule
Reconnection
schedule @abstract Actual reconnection schedules returned from
{Cassandra::Reconnection::Policy} implementation don't need to inherit this class. This class exists for documentation purposes only.
Public Instance Methods
next()
click to toggle source
@return [Numeric] the next reconnection interval in seconds
# File lib/cassandra/reconnection.rb 27 def next 28 end