Module: Cequel::Metal::Policy::CassandraError::RetryPolicy

Defined in:
lib/cequel/metal/policy/cassandra_error.rb

Overview

Since:

  • 1.0.0

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object

Since:

  • 1.0.0



61
62
63
64
# File 'lib/cequel/metal/policy/cassandra_error.rb', line 61

def self.new(options = {})
  options[:clear_before_retry] = false 
  ClearAndRetryPolicy.new(options)
end