JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Classes
Deprecated Fields
Deprecated Methods
Deprecated Enum Constants
Deprecated Classes
Class and Description
org.apache.cassandra.thrift.IndexClause
use a KeyRange with row_filter in get_range_slices instead
Deprecated Fields
Field and Description
org.apache.cassandra.thrift.CfDef.index_interval
org.apache.cassandra.thrift.CfDef.key_cache_save_period_in_seconds
org.apache.cassandra.thrift.CfDef.key_cache_size
org.apache.cassandra.thrift.CfDef.memtable_flush_after_mins
org.apache.cassandra.thrift.CfDef.memtable_operations_in_millions
org.apache.cassandra.thrift.CfDef.memtable_throughput_in_mb
org.apache.cassandra.thrift.CfDef.merge_shards_chance
org.apache.cassandra.thrift.CfDef.populate_io_cache_on_flush
org.apache.cassandra.thrift.CfDef.replicate_on_write
org.apache.cassandra.thrift.KsDef.replication_factor
ignored
org.apache.cassandra.thrift.CfDef.row_cache_keys_to_save
org.apache.cassandra.thrift.CfDef.row_cache_provider
org.apache.cassandra.thrift.CfDef.row_cache_save_period_in_seconds
org.apache.cassandra.thrift.CfDef.row_cache_size
Deprecated Methods
Method and Description
org.apache.cassandra.thrift.Cassandra.Iface.execute_cql_query(ByteBuffer, Compression)
Throws InvalidRequestException since 2.2. Please use the CQL3 version instead.
org.apache.cassandra.thrift.Cassandra.Iface.execute_prepared_cql_query(int, List<ByteBuffer>)
Throws InvalidRequestException since 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)
Throws InvalidRequestException since 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)
Deprecated Enum Constants
Enum Constant and Description
org.apache.cassandra.thrift.CfDef._Fields.INDEX_INTERVAL
org.apache.cassandra.thrift.CfDef._Fields.KEY_CACHE_SAVE_PERIOD_IN_SECONDS
org.apache.cassandra.thrift.CfDef._Fields.KEY_CACHE_SIZE
org.apache.cassandra.thrift.CfDef._Fields.MEMTABLE_FLUSH_AFTER_MINS
org.apache.cassandra.thrift.CfDef._Fields.MEMTABLE_OPERATIONS_IN_MILLIONS
org.apache.cassandra.thrift.CfDef._Fields.MEMTABLE_THROUGHPUT_IN_MB
org.apache.cassandra.thrift.CfDef._Fields.MERGE_SHARDS_CHANCE
org.apache.cassandra.thrift.CfDef._Fields.POPULATE_IO_CACHE_ON_FLUSH
org.apache.cassandra.thrift.CfDef._Fields.REPLICATE_ON_WRITE
org.apache.cassandra.thrift.KsDef._Fields.REPLICATION_FACTOR
ignored
org.apache.cassandra.thrift.CfDef._Fields.ROW_CACHE_KEYS_TO_SAVE
org.apache.cassandra.thrift.CfDef._Fields.ROW_CACHE_PROVIDER
org.apache.cassandra.thrift.CfDef._Fields.ROW_CACHE_SAVE_PERIOD_IN_SECONDS
org.apache.cassandra.thrift.CfDef._Fields.ROW_CACHE_SIZE
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016 The Apache Software Foundation