Class: CassandraObject::Schema::ColumnFamily

Inherits:
Struct
  • Object
show all
Defined in:
lib/cassandra_object/schema/migration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#column_typeObject

Returns the value of attribute column_type

Returns:

  • (Object)

    the current value of column_type



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def column_type
  @column_type
end

#compaction_strategyObject

Returns the value of attribute compaction_strategy

Returns:

  • (Object)

    the current value of compaction_strategy



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def compaction_strategy
  @compaction_strategy
end

#comparator_typeObject

Returns the value of attribute comparator_type

Returns:

  • (Object)

    the current value of comparator_type



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def comparator_type
  @comparator_type
end

#default_validation_classObject

Returns the value of attribute default_validation_class

Returns:

  • (Object)

    the current value of default_validation_class



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def default_validation_class
  @default_validation_class
end

#keyspaceObject

Returns the value of attribute keyspace

Returns:

  • (Object)

    the current value of keyspace



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def keyspace
  @keyspace
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def name
  @name
end

#row_cache_providerObject

Returns the value of attribute row_cache_provider

Returns:

  • (Object)

    the current value of row_cache_provider



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def row_cache_provider
  @row_cache_provider
end

#subcomparator_typeObject

Returns the value of attribute subcomparator_type

Returns:

  • (Object)

    the current value of subcomparator_type



106
107
108
# File 'lib/cassandra_object/schema/migration.rb', line 106

def subcomparator_type
  @subcomparator_type
end