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.

Inherits

Object

Direct Known Subclasses

Methods

schedule

Returns a reconnection schedule

Note
Reconnection schedule returned from this method doesn’t need to extend Schedule, only conform to its interface.
Returns:
Type Details
Reconnection::Schedule reconnection schedule