Class: Cassandra::Reconnection::Schedule Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra/reconnection.rb

Overview

This class is abstract.

Actual reconnection schedules returned from Policy implementation don't need to inherit this class. This class exists for documentation purposes only.

Reconnection schedule

Instance Method Summary collapse

Instance Method Details

#nextNumeric

Returns the next reconnection interval in seconds.

Returns:

  • (Numeric)

    the next reconnection interval in seconds



27
28
# File 'lib/cassandra/reconnection.rb', line 27

def next
end