Method: Cassandra::ColumnContainer::Compaction#class_name

Defined in:
lib/cassandra/column_container.rb

#class_nameString (readonly)

Returns the name of the Cassandra class that performs compaction.

Returns:

  • (String)

    the name of the Cassandra class that performs compaction.



192
193
194
# File 'lib/cassandra/column_container.rb', line 192

def class_name
  @class_name
end