org.apache.cassandra.thrift.Cassandra.Iface.execute_cql_query(ByteBuffer, Compression)
Will become a no-op in 2.2. Please use the CQL3 version instead.
|
org.apache.cassandra.thrift.Cassandra.Iface.execute_prepared_cql_query(int, List)
Will become a no-op in 2.2. Please use the CQL3 version instead.
|
org.apache.cassandra.thrift.Cassandra.Iface.get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel)
use get_range_slices instead with range.row_filter specified
|
org.apache.cassandra.thrift.CfDef.getIndex_interval() |
org.apache.cassandra.thrift.CfDef.getKey_cache_save_period_in_seconds() |
org.apache.cassandra.thrift.CfDef.getKey_cache_size() |
org.apache.cassandra.thrift.CfDef.getMemtable_flush_after_mins() |
org.apache.cassandra.thrift.CfDef.getMemtable_operations_in_millions() |
org.apache.cassandra.thrift.CfDef.getMemtable_throughput_in_mb() |
org.apache.cassandra.thrift.CfDef.getMerge_shards_chance() |
org.apache.cassandra.thrift.KsDef.getReplication_factor()
ignored
|
org.apache.cassandra.thrift.CfDef.getRow_cache_keys_to_save() |
org.apache.cassandra.thrift.CfDef.getRow_cache_provider() |
org.apache.cassandra.thrift.CfDef.getRow_cache_save_period_in_seconds() |
org.apache.cassandra.thrift.CfDef.getRow_cache_size() |
org.apache.cassandra.thrift.CfDef.isPopulate_io_cache_on_flush() |
org.apache.cassandra.thrift.CfDef.isReplicate_on_write() |
org.apache.cassandra.thrift.Cassandra.Iface.prepare_cql_query(ByteBuffer, Compression)
Will become a no-op in 2.2. Please use the CQL3 version instead.
|
org.apache.cassandra.thrift.Cassandra.Iface.set_cql_version(String)
This is now a no-op. Please use the CQL3 specific methods instead.
|
org.apache.cassandra.thrift.CfDef.setIndex_interval(int) |
org.apache.cassandra.thrift.CfDef.setKey_cache_save_period_in_seconds(int) |
org.apache.cassandra.thrift.CfDef.setKey_cache_size(double) |
org.apache.cassandra.thrift.CfDef.setMemtable_flush_after_mins(int) |
org.apache.cassandra.thrift.CfDef.setMemtable_operations_in_millions(double) |
org.apache.cassandra.thrift.CfDef.setMemtable_throughput_in_mb(int) |
org.apache.cassandra.thrift.CfDef.setMerge_shards_chance(double) |
org.apache.cassandra.thrift.CfDef.setPopulate_io_cache_on_flush(boolean) |
org.apache.cassandra.thrift.CfDef.setReplicate_on_write(boolean) |
org.apache.cassandra.thrift.KsDef.setReplication_factor(int)
ignored
|
org.apache.cassandra.thrift.CfDef.setRow_cache_keys_to_save(int) |
org.apache.cassandra.thrift.CfDef.setRow_cache_provider(String) |
org.apache.cassandra.thrift.CfDef.setRow_cache_save_period_in_seconds(int) |
org.apache.cassandra.thrift.CfDef.setRow_cache_size(double) |