Class: Cassandra::Reconnection::Schedule Abstract
- Inherits:
-
Object
- Object
- Cassandra::Reconnection::Schedule
- 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
-
#next ⇒ Numeric
The next reconnection interval in seconds.
Instance Method Details
#next ⇒ Numeric
Returns the next reconnection interval in seconds.
27 28 |
# File 'lib/cassandra/reconnection.rb', line 27 def next end |