Class: Cassandra::ColumnContainer::Compaction
- Inherits:
-
Object
- Object
- Cassandra::ColumnContainer::Compaction
- Defined in:
- lib/cassandra/column_container.rb
Overview
Encapsulates the compaction strategy of a column-container.
Instance Attribute Summary collapse
-
#class_name ⇒ String
readonly
The name of the Cassandra class that performs compaction.
-
#options ⇒ Hash
readonly
Compaction strategy options.
Instance Attribute Details
#class_name ⇒ String (readonly)
192 193 194 |
# File 'lib/cassandra/column_container.rb', line 192 def class_name @class_name end |
#options ⇒ Hash (readonly)
194 195 196 |
# File 'lib/cassandra/column_container.rb', line 194 def end |