Enhance Cassandra ColumnFamilyDefinition provider API with more CF settings
---------------------------------------------------------------------------

                 Key: AMDATUCASSANDRA-135
                 URL: http://jira.amdatu.org/jira/browse/AMDATUCASSANDRA-135
             Project: Amdatu Cassandra
          Issue Type: Improvement
          Components: Cassandra daemon
    Affects Versions: 0.2.1
            Reporter: Ivo Ladage - van Doorn
            Assignee: Ivo Ladage - van Doorn
             Fix For: 0.2.2


Currently, in Amdatu only these properties can be set on a CF:
- name
- column_type
- comparator_type
- subcomparator_type

In a CfDef however, much more settings are available. For example:
- comment
- row_cache_size
- read_repair_chance
- key_validation_class

and much more (about 26 are available). Maybe we could just append a 
constructor taking a CfDef. Then you can use the old constructor for simple 
cases and a CfDef constructor when you need to set more sophisticated 
properties.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to