Class: Cequel::Metal::Policy::CassandraError::ErrorPolicyBase
- Inherits:
-
Object
- Object
- Cequel::Metal::Policy::CassandraError::ErrorPolicyBase
- Defined in:
- lib/cequel/metal/policy/cassandra_error.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
- #execute_stmt(keyspace) ⇒ Object
-
#initialize(options = {}) ⇒ ErrorPolicyBase
constructor
On instantiation, the configuraiton hash passed to Cequel is available here.
Constructor Details
#initialize(options = {}) ⇒ ErrorPolicyBase
On instantiation, the configuraiton hash passed to Cequel is available here
19 20 |
# File 'lib/cequel/metal/policy/cassandra_error.rb', line 19 def initialize( = {}) end |
Instance Method Details
#execute_stmt(keyspace) ⇒ Object
22 23 24 |
# File 'lib/cequel/metal/policy/cassandra_error.rb', line 22 def execute_stmt(keyspace) raise NotImplementedError, "#execute_stmt must be implemented in #{self.class.name}" end |