class Cassandra::Reconnection::Policy

A reconnection policy @abstract Actual reconnection policies supplied as `:reconnection_policy`

option to {Cassandra.cluster} don't need to inherit this class, only
implement its methods. This class exists for documentation purposes
only.

Public Instance Methods

schedule() click to toggle source

Returns a reconnection schedule

@note Reconnection schedule returned from this method doesn't need to

extend {Cassandra::Reconnection::Schedule}, only conform to its
interface.

@return [Cassandra::Reconnection::Schedule] reconnection schedule

   # File lib/cassandra/reconnection.rb
43 def schedule
44 end