Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "ConfigurationNotes" page has been changed by JonHermes. http://wiki.apache.org/cassandra/ConfigurationNotes?action=diff&rev1=7&rev2=8 -------------------------------------------------- * update convertTo{Thrift/Avro}() - * update apply()... this is the important method. + * update apply() (a.k.a. applyAvroMigrationChangesToCurrentCFMD) + + * update convertToCFMetaData (a.k.a. convert thrift to CFMD and validate it) Done. Then, whenever you need the option in code, use DD.getCFMD(ksname,cfname).getFoo();
