A B C D E F G H I K L M N O P Q R S T U V W 

A

acknowledged_by - Variable in exception org.apache.cassandra.thrift.TimedOutException
if a write operation was acknowledged by some replicas but not by enough to satisfy the required ConsistencyLevel, the number of successful replies will be given here.
acknowledged_by_batchlog - Variable in exception org.apache.cassandra.thrift.TimedOutException
in case of atomic_batch_mutate method this field tells if the batch was written to the batchlog.
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.add_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.add_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Increment or decrement a counter.
addToCf_defs(CfDef) - Method in class org.apache.cassandra.thrift.KsDef
 
addToColumn_metadata(ColumnDef) - Method in class org.apache.cassandra.thrift.CfDef
 
addToColumn_names(ByteBuffer) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
addToColumns(CounterColumn) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
addToColumns(Column) - Method in class org.apache.cassandra.thrift.CqlRow
 
addToColumns(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.KeySlice
 
addToColumns(Column) - Method in class org.apache.cassandra.thrift.SuperColumn
 
addToEndpoint_details(EndpointDetails) - Method in class org.apache.cassandra.thrift.TokenRange
 
addToEndpoints(String) - Method in class org.apache.cassandra.thrift.TokenRange
 
addToExpressions(IndexExpression) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
addToKeys(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
addToKeys(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
addToRow_filter(IndexExpression) - Method in class org.apache.cassandra.thrift.KeyRange
 
addToRows(CqlRow) - Method in class org.apache.cassandra.thrift.CqlResult
 
addToRpc_endpoints(String) - Method in class org.apache.cassandra.thrift.TokenRange
 
addToSuccess(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
addToSuccess(TokenRange) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
addToSuccess(TokenRange) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
addToSuccess(CfSplit) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
addToSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
addToSuccess(KeySlice) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
addToSuccess(KeySlice) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
addToSuccess(KeySlice) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
addToSuccess(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
addToValues(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
addToValues(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
addToVariable_names(String) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
addToVariable_types(String) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
atomic_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.atomic_batch_mutate_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
atomic_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.atomic_batch_mutate_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
atomic_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
atomic_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Atomically mutate many columns or super columns for many row keys.
auth_request - Variable in class org.apache.cassandra.thrift.Cassandra.login_args
 
AuthenticationException - Exception in org.apache.cassandra.thrift
invalid authentication request (invalid keyspace, user does not exist, or credentials invalid)
AuthenticationException() - Constructor for exception org.apache.cassandra.thrift.AuthenticationException
 
AuthenticationException(String) - Constructor for exception org.apache.cassandra.thrift.AuthenticationException
 
AuthenticationException(AuthenticationException) - Constructor for exception org.apache.cassandra.thrift.AuthenticationException
Performs a deep copy on other.
AuthenticationException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
AuthenticationRequest - Class in org.apache.cassandra.thrift
Authentication requests can contain any data, dependent on the IAuthenticator used
AuthenticationRequest() - Constructor for class org.apache.cassandra.thrift.AuthenticationRequest
 
AuthenticationRequest(Map<String, String>) - Constructor for class org.apache.cassandra.thrift.AuthenticationRequest
 
AuthenticationRequest(AuthenticationRequest) - Constructor for class org.apache.cassandra.thrift.AuthenticationRequest
Performs a deep copy on other.
AuthenticationRequest._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
authnx - Variable in class org.apache.cassandra.thrift.Cassandra.login_result
 
AuthorizationException - Exception in org.apache.cassandra.thrift
invalid authorization request (user does not have access to keyspace)
AuthorizationException() - Constructor for exception org.apache.cassandra.thrift.AuthorizationException
 
AuthorizationException(String) - Constructor for exception org.apache.cassandra.thrift.AuthorizationException
 
AuthorizationException(AuthorizationException) - Constructor for exception org.apache.cassandra.thrift.AuthorizationException
Performs a deep copy on other.
AuthorizationException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
authzx - Variable in class org.apache.cassandra.thrift.Cassandra.login_result
 

B

batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.batch_mutate_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.batch_mutate_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Mutate many columns or super columns for many row keys.
bloom_filter_fp_chance - Variable in class org.apache.cassandra.thrift.CfDef
 
bufferForColumn() - Method in class org.apache.cassandra.thrift.ColumnPath
 
bufferForColumn_name() - Method in class org.apache.cassandra.thrift.IndexExpression
 
bufferForEnd_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
bufferForFinish() - Method in class org.apache.cassandra.thrift.SliceRange
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
bufferForKey() - Method in class org.apache.cassandra.thrift.CqlRow
 
bufferForKey() - Method in class org.apache.cassandra.thrift.KeyCount
 
bufferForKey() - Method in class org.apache.cassandra.thrift.KeySlice
 
bufferForKey_alias() - Method in class org.apache.cassandra.thrift.CfDef
 
bufferForName() - Method in class org.apache.cassandra.thrift.Column
 
bufferForName() - Method in class org.apache.cassandra.thrift.ColumnDef
 
bufferForName() - Method in class org.apache.cassandra.thrift.CounterColumn
 
bufferForName() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
bufferForName() - Method in class org.apache.cassandra.thrift.SuperColumn
 
bufferForQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
bufferForQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
bufferForQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
bufferForQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
bufferForStart() - Method in class org.apache.cassandra.thrift.SliceRange
 
bufferForStart_column() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
bufferForStart_key() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
bufferForStart_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
bufferForSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
bufferForSuper_column() - Method in class org.apache.cassandra.thrift.ColumnParent
 
bufferForSuper_column() - Method in class org.apache.cassandra.thrift.ColumnPath
 
bufferForSuper_column() - Method in class org.apache.cassandra.thrift.Deletion
 
bufferForValue() - Method in class org.apache.cassandra.thrift.Column
 
bufferForValue() - Method in class org.apache.cassandra.thrift.IndexExpression
 

C

caching - Variable in class org.apache.cassandra.thrift.CfDef
 
Cassandra - Class in org.apache.cassandra.thrift
 
Cassandra() - Constructor for class org.apache.cassandra.thrift.Cassandra
 
Cassandra.add_args - Class in org.apache.cassandra.thrift
 
Cassandra.add_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.add_args
 
Cassandra.add_args(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.add_args
 
Cassandra.add_args(Cassandra.add_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.add_args
Performs a deep copy on other.
Cassandra.add_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.add_result - Class in org.apache.cassandra.thrift
 
Cassandra.add_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.add_result
 
Cassandra.add_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.add_result
 
Cassandra.add_result(Cassandra.add_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.add_result
Performs a deep copy on other.
Cassandra.add_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.AsyncClient - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
Cassandra.AsyncClient.add_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.add_call(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.add_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.add_call
 
Cassandra.AsyncClient.atomic_batch_mutate_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.atomic_batch_mutate_call(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.atomic_batch_mutate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.atomic_batch_mutate_call
 
Cassandra.AsyncClient.batch_mutate_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.batch_mutate_call(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.batch_mutate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.batch_mutate_call
 
Cassandra.AsyncClient.describe_cluster_name_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_cluster_name_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_cluster_name_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_cluster_name_call
 
Cassandra.AsyncClient.describe_keyspace_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_keyspace_call(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspace_call
 
Cassandra.AsyncClient.describe_keyspaces_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_keyspaces_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspaces_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspaces_call
 
Cassandra.AsyncClient.describe_local_ring_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_local_ring_call(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_local_ring_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_local_ring_call
 
Cassandra.AsyncClient.describe_partitioner_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_partitioner_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_partitioner_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_partitioner_call
 
Cassandra.AsyncClient.describe_ring_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_ring_call(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_ring_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_ring_call
 
Cassandra.AsyncClient.describe_schema_versions_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_schema_versions_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_schema_versions_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_schema_versions_call
 
Cassandra.AsyncClient.describe_snitch_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_snitch_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_snitch_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_snitch_call
 
Cassandra.AsyncClient.describe_splits_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_splits_call(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_call
 
Cassandra.AsyncClient.describe_splits_ex_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_splits_ex_call(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_ex_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_ex_call
 
Cassandra.AsyncClient.describe_token_map_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_token_map_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_token_map_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_token_map_call
 
Cassandra.AsyncClient.describe_version_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.describe_version_call(AsyncMethodCallback<Cassandra.AsyncClient.describe_version_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_version_call
 
Cassandra.AsyncClient.execute_cql3_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.execute_cql3_query_call(ByteBuffer, Compression, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql3_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql3_query_call
 
Cassandra.AsyncClient.execute_cql_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.execute_cql_query_call(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql_query_call
 
Cassandra.AsyncClient.execute_prepared_cql3_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.execute_prepared_cql3_query_call(int, List<ByteBuffer>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql3_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql3_query_call
 
Cassandra.AsyncClient.execute_prepared_cql_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.execute_prepared_cql_query_call(int, List<ByteBuffer>, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql_query_call
 
Cassandra.AsyncClient.Factory - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.Factory
 
Cassandra.AsyncClient.get_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_call(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_call
 
Cassandra.AsyncClient.get_count_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_count_call(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_count_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_count_call
 
Cassandra.AsyncClient.get_indexed_slices_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_indexed_slices_call(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_indexed_slices_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_indexed_slices_call
 
Cassandra.AsyncClient.get_paged_slice_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_paged_slice_call(String, KeyRange, ByteBuffer, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_paged_slice_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_paged_slice_call
 
Cassandra.AsyncClient.get_range_slices_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_range_slices_call(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_range_slices_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call
 
Cassandra.AsyncClient.get_slice_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.get_slice_call(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_slice_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_slice_call
 
Cassandra.AsyncClient.insert_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.insert_call(ByteBuffer, ColumnParent, Column, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.insert_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.insert_call
 
Cassandra.AsyncClient.login_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.login_call(AuthenticationRequest, AsyncMethodCallback<Cassandra.AsyncClient.login_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.login_call
 
Cassandra.AsyncClient.multiget_count_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.multiget_count_call(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_count_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_count_call
 
Cassandra.AsyncClient.multiget_slice_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.multiget_slice_call(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_slice_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_slice_call
 
Cassandra.AsyncClient.prepare_cql3_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.prepare_cql3_query_call(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql3_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql3_query_call
 
Cassandra.AsyncClient.prepare_cql_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.prepare_cql_query_call(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql_query_call
 
Cassandra.AsyncClient.remove_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.remove_call(ByteBuffer, ColumnPath, long, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_call
 
Cassandra.AsyncClient.remove_counter_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.remove_counter_call(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_counter_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_counter_call
 
Cassandra.AsyncClient.set_cql_version_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.set_cql_version_call(String, AsyncMethodCallback<Cassandra.AsyncClient.set_cql_version_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_cql_version_call
 
Cassandra.AsyncClient.set_keyspace_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.set_keyspace_call(String, AsyncMethodCallback<Cassandra.AsyncClient.set_keyspace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_keyspace_call
 
Cassandra.AsyncClient.system_add_column_family_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_add_column_family_call(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_column_family_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_column_family_call
 
Cassandra.AsyncClient.system_add_keyspace_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_add_keyspace_call(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_keyspace_call
 
Cassandra.AsyncClient.system_drop_column_family_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_drop_column_family_call(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_column_family_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_column_family_call
 
Cassandra.AsyncClient.system_drop_keyspace_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_drop_keyspace_call(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_keyspace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_keyspace_call
 
Cassandra.AsyncClient.system_update_column_family_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_update_column_family_call(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_column_family_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_column_family_call
 
Cassandra.AsyncClient.system_update_keyspace_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.system_update_keyspace_call(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_keyspace_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_keyspace_call
 
Cassandra.AsyncClient.trace_next_query_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.trace_next_query_call(AsyncMethodCallback<Cassandra.AsyncClient.trace_next_query_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.trace_next_query_call
 
Cassandra.AsyncClient.truncate_call - Class in org.apache.cassandra.thrift
 
Cassandra.AsyncClient.truncate_call(String, AsyncMethodCallback<Cassandra.AsyncClient.truncate_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.cassandra.thrift.Cassandra.AsyncClient.truncate_call
 
Cassandra.AsyncIface - Interface in org.apache.cassandra.thrift
 
Cassandra.atomic_batch_mutate_args - Class in org.apache.cassandra.thrift
 
Cassandra.atomic_batch_mutate_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
Cassandra.atomic_batch_mutate_args(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
Cassandra.atomic_batch_mutate_args(Cassandra.atomic_batch_mutate_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
Performs a deep copy on other.
Cassandra.atomic_batch_mutate_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.atomic_batch_mutate_result - Class in org.apache.cassandra.thrift
 
Cassandra.atomic_batch_mutate_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
Cassandra.atomic_batch_mutate_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
Cassandra.atomic_batch_mutate_result(Cassandra.atomic_batch_mutate_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
Performs a deep copy on other.
Cassandra.atomic_batch_mutate_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.batch_mutate_args - Class in org.apache.cassandra.thrift
 
Cassandra.batch_mutate_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
Cassandra.batch_mutate_args(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
Cassandra.batch_mutate_args(Cassandra.batch_mutate_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
Performs a deep copy on other.
Cassandra.batch_mutate_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.batch_mutate_result - Class in org.apache.cassandra.thrift
 
Cassandra.batch_mutate_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
Cassandra.batch_mutate_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
Cassandra.batch_mutate_result(Cassandra.batch_mutate_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
Performs a deep copy on other.
Cassandra.batch_mutate_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.Client - Class in org.apache.cassandra.thrift
 
Cassandra.Client(TProtocol) - Constructor for class org.apache.cassandra.thrift.Cassandra.Client
 
Cassandra.Client(TProtocol, TProtocol) - Constructor for class org.apache.cassandra.thrift.Cassandra.Client
 
Cassandra.Client.Factory - Class in org.apache.cassandra.thrift
 
Cassandra.Client.Factory() - Constructor for class org.apache.cassandra.thrift.Cassandra.Client.Factory
 
Cassandra.describe_cluster_name_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_cluster_name_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
Cassandra.describe_cluster_name_args(Cassandra.describe_cluster_name_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
Performs a deep copy on other.
Cassandra.describe_cluster_name_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_cluster_name_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_cluster_name_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
Cassandra.describe_cluster_name_result(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
Cassandra.describe_cluster_name_result(Cassandra.describe_cluster_name_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
Performs a deep copy on other.
Cassandra.describe_cluster_name_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_keyspace_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_keyspace_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
Cassandra.describe_keyspace_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
Cassandra.describe_keyspace_args(Cassandra.describe_keyspace_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
Performs a deep copy on other.
Cassandra.describe_keyspace_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_keyspace_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_keyspace_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
Cassandra.describe_keyspace_result(KsDef, NotFoundException, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
Cassandra.describe_keyspace_result(Cassandra.describe_keyspace_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
Performs a deep copy on other.
Cassandra.describe_keyspace_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_keyspaces_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_keyspaces_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
Cassandra.describe_keyspaces_args(Cassandra.describe_keyspaces_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
Performs a deep copy on other.
Cassandra.describe_keyspaces_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_keyspaces_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_keyspaces_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
Cassandra.describe_keyspaces_result(List<KsDef>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
Cassandra.describe_keyspaces_result(Cassandra.describe_keyspaces_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
Performs a deep copy on other.
Cassandra.describe_keyspaces_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_local_ring_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_local_ring_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
Cassandra.describe_local_ring_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
Cassandra.describe_local_ring_args(Cassandra.describe_local_ring_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
Performs a deep copy on other.
Cassandra.describe_local_ring_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_local_ring_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_local_ring_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
Cassandra.describe_local_ring_result(List<TokenRange>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
Cassandra.describe_local_ring_result(Cassandra.describe_local_ring_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
Performs a deep copy on other.
Cassandra.describe_local_ring_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_partitioner_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_partitioner_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
Cassandra.describe_partitioner_args(Cassandra.describe_partitioner_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
Performs a deep copy on other.
Cassandra.describe_partitioner_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_partitioner_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_partitioner_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
Cassandra.describe_partitioner_result(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
Cassandra.describe_partitioner_result(Cassandra.describe_partitioner_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
Performs a deep copy on other.
Cassandra.describe_partitioner_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_ring_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_ring_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
Cassandra.describe_ring_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
Cassandra.describe_ring_args(Cassandra.describe_ring_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_args
Performs a deep copy on other.
Cassandra.describe_ring_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_ring_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_ring_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
Cassandra.describe_ring_result(List<TokenRange>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
Cassandra.describe_ring_result(Cassandra.describe_ring_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_ring_result
Performs a deep copy on other.
Cassandra.describe_ring_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_schema_versions_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_schema_versions_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
Cassandra.describe_schema_versions_args(Cassandra.describe_schema_versions_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
Performs a deep copy on other.
Cassandra.describe_schema_versions_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_schema_versions_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_schema_versions_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
Cassandra.describe_schema_versions_result(Map<String, List<String>>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
Cassandra.describe_schema_versions_result(Cassandra.describe_schema_versions_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
Performs a deep copy on other.
Cassandra.describe_schema_versions_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_snitch_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_snitch_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
Cassandra.describe_snitch_args(Cassandra.describe_snitch_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
Performs a deep copy on other.
Cassandra.describe_snitch_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_snitch_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_snitch_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
Cassandra.describe_snitch_result(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
Cassandra.describe_snitch_result(Cassandra.describe_snitch_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
Performs a deep copy on other.
Cassandra.describe_snitch_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_splits_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_splits_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
Cassandra.describe_splits_args(String, String, String, int) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
Cassandra.describe_splits_args(Cassandra.describe_splits_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Performs a deep copy on other.
Cassandra.describe_splits_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_splits_ex_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_splits_ex_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
Cassandra.describe_splits_ex_args(String, String, String, int) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
Cassandra.describe_splits_ex_args(Cassandra.describe_splits_ex_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Performs a deep copy on other.
Cassandra.describe_splits_ex_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_splits_ex_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_splits_ex_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
Cassandra.describe_splits_ex_result(List<CfSplit>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
Cassandra.describe_splits_ex_result(Cassandra.describe_splits_ex_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
Performs a deep copy on other.
Cassandra.describe_splits_ex_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_splits_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_splits_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
Cassandra.describe_splits_result(List<String>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
Cassandra.describe_splits_result(Cassandra.describe_splits_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_splits_result
Performs a deep copy on other.
Cassandra.describe_splits_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_token_map_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_token_map_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
Cassandra.describe_token_map_args(Cassandra.describe_token_map_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
Performs a deep copy on other.
Cassandra.describe_token_map_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_token_map_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_token_map_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
Cassandra.describe_token_map_result(Map<String, String>, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
Cassandra.describe_token_map_result(Cassandra.describe_token_map_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
Performs a deep copy on other.
Cassandra.describe_token_map_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_version_args - Class in org.apache.cassandra.thrift
 
Cassandra.describe_version_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
Cassandra.describe_version_args(Cassandra.describe_version_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_version_args
Performs a deep copy on other.
Cassandra.describe_version_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.describe_version_result - Class in org.apache.cassandra.thrift
 
Cassandra.describe_version_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
Cassandra.describe_version_result(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
Cassandra.describe_version_result(Cassandra.describe_version_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.describe_version_result
Performs a deep copy on other.
Cassandra.describe_version_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_cql3_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.execute_cql3_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
Cassandra.execute_cql3_query_args(ByteBuffer, Compression, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
Cassandra.execute_cql3_query_args(Cassandra.execute_cql3_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
Performs a deep copy on other.
Cassandra.execute_cql3_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_cql3_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.execute_cql3_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
Cassandra.execute_cql3_query_result(CqlResult, InvalidRequestException, UnavailableException, TimedOutException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
Cassandra.execute_cql3_query_result(Cassandra.execute_cql3_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Performs a deep copy on other.
Cassandra.execute_cql3_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_cql_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.execute_cql_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
Cassandra.execute_cql_query_args(ByteBuffer, Compression) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
Cassandra.execute_cql_query_args(Cassandra.execute_cql_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
Performs a deep copy on other.
Cassandra.execute_cql_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_cql_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.execute_cql_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
Cassandra.execute_cql_query_result(CqlResult, InvalidRequestException, UnavailableException, TimedOutException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
Cassandra.execute_cql_query_result(Cassandra.execute_cql_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Performs a deep copy on other.
Cassandra.execute_cql_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_prepared_cql3_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.execute_prepared_cql3_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
Cassandra.execute_prepared_cql3_query_args(int, List<ByteBuffer>, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
Cassandra.execute_prepared_cql3_query_args(Cassandra.execute_prepared_cql3_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
Performs a deep copy on other.
Cassandra.execute_prepared_cql3_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_prepared_cql3_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.execute_prepared_cql3_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
Cassandra.execute_prepared_cql3_query_result(CqlResult, InvalidRequestException, UnavailableException, TimedOutException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
Cassandra.execute_prepared_cql3_query_result(Cassandra.execute_prepared_cql3_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Performs a deep copy on other.
Cassandra.execute_prepared_cql3_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_prepared_cql_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.execute_prepared_cql_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
Cassandra.execute_prepared_cql_query_args(int, List<ByteBuffer>) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
Cassandra.execute_prepared_cql_query_args(Cassandra.execute_prepared_cql_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
Performs a deep copy on other.
Cassandra.execute_prepared_cql_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.execute_prepared_cql_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.execute_prepared_cql_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
Cassandra.execute_prepared_cql_query_result(CqlResult, InvalidRequestException, UnavailableException, TimedOutException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
Cassandra.execute_prepared_cql_query_result(Cassandra.execute_prepared_cql_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Performs a deep copy on other.
Cassandra.execute_prepared_cql_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_args
 
Cassandra.get_args(ByteBuffer, ColumnPath, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_args
 
Cassandra.get_args(Cassandra.get_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_args
Performs a deep copy on other.
Cassandra.get_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_count_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_count_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_args
 
Cassandra.get_count_args(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_args
 
Cassandra.get_count_args(Cassandra.get_count_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_args
Performs a deep copy on other.
Cassandra.get_count_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_count_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_count_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_result
 
Cassandra.get_count_result(int, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_result
 
Cassandra.get_count_result(Cassandra.get_count_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_count_result
Performs a deep copy on other.
Cassandra.get_count_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_indexed_slices_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_indexed_slices_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
Cassandra.get_indexed_slices_args(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
Cassandra.get_indexed_slices_args(Cassandra.get_indexed_slices_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Performs a deep copy on other.
Cassandra.get_indexed_slices_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_indexed_slices_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_indexed_slices_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
Cassandra.get_indexed_slices_result(List<KeySlice>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
Cassandra.get_indexed_slices_result(Cassandra.get_indexed_slices_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Performs a deep copy on other.
Cassandra.get_indexed_slices_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_paged_slice_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_paged_slice_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
Cassandra.get_paged_slice_args(String, KeyRange, ByteBuffer, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
Cassandra.get_paged_slice_args(Cassandra.get_paged_slice_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Performs a deep copy on other.
Cassandra.get_paged_slice_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_paged_slice_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_paged_slice_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
Cassandra.get_paged_slice_result(List<KeySlice>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
Cassandra.get_paged_slice_result(Cassandra.get_paged_slice_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Performs a deep copy on other.
Cassandra.get_paged_slice_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_range_slices_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_range_slices_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
Cassandra.get_range_slices_args(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
Cassandra.get_range_slices_args(Cassandra.get_range_slices_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Performs a deep copy on other.
Cassandra.get_range_slices_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_range_slices_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_range_slices_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
Cassandra.get_range_slices_result(List<KeySlice>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
Cassandra.get_range_slices_result(Cassandra.get_range_slices_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Performs a deep copy on other.
Cassandra.get_range_slices_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_result
 
Cassandra.get_result(ColumnOrSuperColumn, InvalidRequestException, NotFoundException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_result
 
Cassandra.get_result(Cassandra.get_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_result
Performs a deep copy on other.
Cassandra.get_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_slice_args - Class in org.apache.cassandra.thrift
 
Cassandra.get_slice_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
Cassandra.get_slice_args(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
Cassandra.get_slice_args(Cassandra.get_slice_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_args
Performs a deep copy on other.
Cassandra.get_slice_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.get_slice_result - Class in org.apache.cassandra.thrift
 
Cassandra.get_slice_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
Cassandra.get_slice_result(List<ColumnOrSuperColumn>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
Cassandra.get_slice_result(Cassandra.get_slice_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.get_slice_result
Performs a deep copy on other.
Cassandra.get_slice_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.Iface - Interface in org.apache.cassandra.thrift
 
Cassandra.insert_args - Class in org.apache.cassandra.thrift
 
Cassandra.insert_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_args
 
Cassandra.insert_args(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_args
 
Cassandra.insert_args(Cassandra.insert_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_args
Performs a deep copy on other.
Cassandra.insert_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.insert_result - Class in org.apache.cassandra.thrift
 
Cassandra.insert_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_result
 
Cassandra.insert_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_result
 
Cassandra.insert_result(Cassandra.insert_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.insert_result
Performs a deep copy on other.
Cassandra.insert_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.login_args - Class in org.apache.cassandra.thrift
 
Cassandra.login_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.login_args
 
Cassandra.login_args(AuthenticationRequest) - Constructor for class org.apache.cassandra.thrift.Cassandra.login_args
 
Cassandra.login_args(Cassandra.login_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.login_args
Performs a deep copy on other.
Cassandra.login_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.login_result - Class in org.apache.cassandra.thrift
 
Cassandra.login_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.login_result
 
Cassandra.login_result(AuthenticationException, AuthorizationException) - Constructor for class org.apache.cassandra.thrift.Cassandra.login_result
 
Cassandra.login_result(Cassandra.login_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.login_result
Performs a deep copy on other.
Cassandra.login_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.multiget_count_args - Class in org.apache.cassandra.thrift
 
Cassandra.multiget_count_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
Cassandra.multiget_count_args(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
Cassandra.multiget_count_args(Cassandra.multiget_count_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Performs a deep copy on other.
Cassandra.multiget_count_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.multiget_count_result - Class in org.apache.cassandra.thrift
 
Cassandra.multiget_count_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
Cassandra.multiget_count_result(Map<ByteBuffer, Integer>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
Cassandra.multiget_count_result(Cassandra.multiget_count_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Performs a deep copy on other.
Cassandra.multiget_count_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.multiget_slice_args - Class in org.apache.cassandra.thrift
 
Cassandra.multiget_slice_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
Cassandra.multiget_slice_args(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
Cassandra.multiget_slice_args(Cassandra.multiget_slice_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Performs a deep copy on other.
Cassandra.multiget_slice_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.multiget_slice_result - Class in org.apache.cassandra.thrift
 
Cassandra.multiget_slice_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
Cassandra.multiget_slice_result(Map<ByteBuffer, List<ColumnOrSuperColumn>>, InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
Cassandra.multiget_slice_result(Cassandra.multiget_slice_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Performs a deep copy on other.
Cassandra.multiget_slice_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.prepare_cql3_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.prepare_cql3_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
Cassandra.prepare_cql3_query_args(ByteBuffer, Compression) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
Cassandra.prepare_cql3_query_args(Cassandra.prepare_cql3_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
Performs a deep copy on other.
Cassandra.prepare_cql3_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.prepare_cql3_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.prepare_cql3_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
Cassandra.prepare_cql3_query_result(CqlPreparedResult, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
Cassandra.prepare_cql3_query_result(Cassandra.prepare_cql3_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
Performs a deep copy on other.
Cassandra.prepare_cql3_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.prepare_cql_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.prepare_cql_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
Cassandra.prepare_cql_query_args(ByteBuffer, Compression) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
Cassandra.prepare_cql_query_args(Cassandra.prepare_cql_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
Performs a deep copy on other.
Cassandra.prepare_cql_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.prepare_cql_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.prepare_cql_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
Cassandra.prepare_cql_query_result(CqlPreparedResult, InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
Cassandra.prepare_cql_query_result(Cassandra.prepare_cql_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
Performs a deep copy on other.
Cassandra.prepare_cql_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.Processor<I extends Cassandra.Iface> - Class in org.apache.cassandra.thrift
 
Cassandra.Processor(I) - Constructor for class org.apache.cassandra.thrift.Cassandra.Processor
 
Cassandra.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.cassandra.thrift.Cassandra.Processor
 
Cassandra.remove_args - Class in org.apache.cassandra.thrift
 
Cassandra.remove_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_args
 
Cassandra.remove_args(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_args
 
Cassandra.remove_args(Cassandra.remove_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_args
Performs a deep copy on other.
Cassandra.remove_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.remove_counter_args - Class in org.apache.cassandra.thrift
 
Cassandra.remove_counter_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
Cassandra.remove_counter_args(ByteBuffer, ColumnPath, ConsistencyLevel) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
Cassandra.remove_counter_args(Cassandra.remove_counter_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_args
Performs a deep copy on other.
Cassandra.remove_counter_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.remove_counter_result - Class in org.apache.cassandra.thrift
 
Cassandra.remove_counter_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
Cassandra.remove_counter_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
Cassandra.remove_counter_result(Cassandra.remove_counter_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_counter_result
Performs a deep copy on other.
Cassandra.remove_counter_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.remove_result - Class in org.apache.cassandra.thrift
 
Cassandra.remove_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_result
 
Cassandra.remove_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_result
 
Cassandra.remove_result(Cassandra.remove_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.remove_result
Performs a deep copy on other.
Cassandra.remove_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.set_cql_version_args - Class in org.apache.cassandra.thrift
 
Cassandra.set_cql_version_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
Cassandra.set_cql_version_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
Cassandra.set_cql_version_args(Cassandra.set_cql_version_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
Performs a deep copy on other.
Cassandra.set_cql_version_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.set_cql_version_result - Class in org.apache.cassandra.thrift
 
Cassandra.set_cql_version_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
Cassandra.set_cql_version_result(InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
Cassandra.set_cql_version_result(Cassandra.set_cql_version_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
Performs a deep copy on other.
Cassandra.set_cql_version_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.set_keyspace_args - Class in org.apache.cassandra.thrift
 
Cassandra.set_keyspace_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
Cassandra.set_keyspace_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
Cassandra.set_keyspace_args(Cassandra.set_keyspace_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
Performs a deep copy on other.
Cassandra.set_keyspace_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.set_keyspace_result - Class in org.apache.cassandra.thrift
 
Cassandra.set_keyspace_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
Cassandra.set_keyspace_result(InvalidRequestException) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
Cassandra.set_keyspace_result(Cassandra.set_keyspace_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
Performs a deep copy on other.
Cassandra.set_keyspace_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_add_column_family_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_add_column_family_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
Cassandra.system_add_column_family_args(CfDef) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
Cassandra.system_add_column_family_args(Cassandra.system_add_column_family_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
Performs a deep copy on other.
Cassandra.system_add_column_family_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_add_column_family_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_add_column_family_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
Cassandra.system_add_column_family_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
Cassandra.system_add_column_family_result(Cassandra.system_add_column_family_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
Performs a deep copy on other.
Cassandra.system_add_column_family_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_add_keyspace_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_add_keyspace_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
Cassandra.system_add_keyspace_args(KsDef) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
Cassandra.system_add_keyspace_args(Cassandra.system_add_keyspace_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
Performs a deep copy on other.
Cassandra.system_add_keyspace_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_add_keyspace_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_add_keyspace_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
Cassandra.system_add_keyspace_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
Cassandra.system_add_keyspace_result(Cassandra.system_add_keyspace_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
Performs a deep copy on other.
Cassandra.system_add_keyspace_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_drop_column_family_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_drop_column_family_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
Cassandra.system_drop_column_family_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
Cassandra.system_drop_column_family_args(Cassandra.system_drop_column_family_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
Performs a deep copy on other.
Cassandra.system_drop_column_family_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_drop_column_family_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_drop_column_family_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
Cassandra.system_drop_column_family_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
Cassandra.system_drop_column_family_result(Cassandra.system_drop_column_family_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
Performs a deep copy on other.
Cassandra.system_drop_column_family_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_drop_keyspace_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_drop_keyspace_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
Cassandra.system_drop_keyspace_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
Cassandra.system_drop_keyspace_args(Cassandra.system_drop_keyspace_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
Performs a deep copy on other.
Cassandra.system_drop_keyspace_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_drop_keyspace_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_drop_keyspace_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
Cassandra.system_drop_keyspace_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
Cassandra.system_drop_keyspace_result(Cassandra.system_drop_keyspace_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
Performs a deep copy on other.
Cassandra.system_drop_keyspace_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_update_column_family_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_update_column_family_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
Cassandra.system_update_column_family_args(CfDef) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
Cassandra.system_update_column_family_args(Cassandra.system_update_column_family_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
Performs a deep copy on other.
Cassandra.system_update_column_family_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_update_column_family_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_update_column_family_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
Cassandra.system_update_column_family_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
Cassandra.system_update_column_family_result(Cassandra.system_update_column_family_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
Performs a deep copy on other.
Cassandra.system_update_column_family_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_update_keyspace_args - Class in org.apache.cassandra.thrift
 
Cassandra.system_update_keyspace_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
Cassandra.system_update_keyspace_args(KsDef) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
Cassandra.system_update_keyspace_args(Cassandra.system_update_keyspace_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
Performs a deep copy on other.
Cassandra.system_update_keyspace_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.system_update_keyspace_result - Class in org.apache.cassandra.thrift
 
Cassandra.system_update_keyspace_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
Cassandra.system_update_keyspace_result(String, InvalidRequestException, SchemaDisagreementException) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
Cassandra.system_update_keyspace_result(Cassandra.system_update_keyspace_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
Performs a deep copy on other.
Cassandra.system_update_keyspace_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.trace_next_query_args - Class in org.apache.cassandra.thrift
 
Cassandra.trace_next_query_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
Cassandra.trace_next_query_args(Cassandra.trace_next_query_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
Performs a deep copy on other.
Cassandra.trace_next_query_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.trace_next_query_result - Class in org.apache.cassandra.thrift
 
Cassandra.trace_next_query_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
Cassandra.trace_next_query_result(ByteBuffer) - Constructor for class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
Cassandra.trace_next_query_result(Cassandra.trace_next_query_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
Performs a deep copy on other.
Cassandra.trace_next_query_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.truncate_args - Class in org.apache.cassandra.thrift
 
Cassandra.truncate_args() - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_args
 
Cassandra.truncate_args(String) - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_args
 
Cassandra.truncate_args(Cassandra.truncate_args) - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_args
Performs a deep copy on other.
Cassandra.truncate_args._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Cassandra.truncate_result - Class in org.apache.cassandra.thrift
 
Cassandra.truncate_result() - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_result
 
Cassandra.truncate_result(InvalidRequestException, UnavailableException, TimedOutException) - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_result
 
Cassandra.truncate_result(Cassandra.truncate_result) - Constructor for class org.apache.cassandra.thrift.Cassandra.truncate_result
Performs a deep copy on other.
Cassandra.truncate_result._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
cf_def - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
cf_def - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
cf_defs - Variable in class org.apache.cassandra.thrift.KsDef
 
CfDef - Class in org.apache.cassandra.thrift
 
CfDef() - Constructor for class org.apache.cassandra.thrift.CfDef
 
CfDef(String, String) - Constructor for class org.apache.cassandra.thrift.CfDef
 
CfDef(CfDef) - Constructor for class org.apache.cassandra.thrift.CfDef
Performs a deep copy on other.
CfDef._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
cfName - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
cfName - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
cfname - Variable in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
CfSplit - Class in org.apache.cassandra.thrift
Represents input splits used by hadoop ColumnFamilyRecordReaders
CfSplit() - Constructor for class org.apache.cassandra.thrift.CfSplit
 
CfSplit(String, String, long) - Constructor for class org.apache.cassandra.thrift.CfSplit
 
CfSplit(CfSplit) - Constructor for class org.apache.cassandra.thrift.CfSplit
Performs a deep copy on other.
CfSplit._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
clear() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
clear() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
clear() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
clear() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
clear() - Method in class org.apache.cassandra.thrift.CfDef
 
clear() - Method in class org.apache.cassandra.thrift.CfSplit
 
clear() - Method in class org.apache.cassandra.thrift.Column
 
clear() - Method in class org.apache.cassandra.thrift.ColumnDef
 
clear() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
clear() - Method in class org.apache.cassandra.thrift.ColumnParent
 
clear() - Method in class org.apache.cassandra.thrift.ColumnPath
 
clear() - Method in class org.apache.cassandra.thrift.CounterColumn
 
clear() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
clear() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
clear() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
clear() - Method in class org.apache.cassandra.thrift.CqlResult
 
clear() - Method in class org.apache.cassandra.thrift.CqlRow
 
clear() - Method in class org.apache.cassandra.thrift.Deletion
 
clear() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
clear() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
clear() - Method in class org.apache.cassandra.thrift.IndexExpression
 
clear() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
clear() - Method in class org.apache.cassandra.thrift.KeyCount
 
clear() - Method in class org.apache.cassandra.thrift.KeyRange
 
clear() - Method in class org.apache.cassandra.thrift.KeySlice
 
clear() - Method in class org.apache.cassandra.thrift.KsDef
 
clear() - Method in class org.apache.cassandra.thrift.Mutation
 
clear() - Method in exception org.apache.cassandra.thrift.NotFoundException
 
clear() - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
clear() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
clear() - Method in class org.apache.cassandra.thrift.SliceRange
 
clear() - Method in class org.apache.cassandra.thrift.SuperColumn
 
clear() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
clear() - Method in class org.apache.cassandra.thrift.TokenRange
 
clear() - Method in exception org.apache.cassandra.thrift.UnavailableException
 
column - Variable in class org.apache.cassandra.thrift.Cassandra.add_args
 
column - Variable in class org.apache.cassandra.thrift.Cassandra.insert_args
 
Column - Class in org.apache.cassandra.thrift
Basic unit of data within a ColumnFamily.
Column() - Constructor for class org.apache.cassandra.thrift.Column
 
Column(ByteBuffer) - Constructor for class org.apache.cassandra.thrift.Column
 
Column(Column) - Constructor for class org.apache.cassandra.thrift.Column
Performs a deep copy on other.
column - Variable in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
column - Variable in class org.apache.cassandra.thrift.ColumnPath
 
Column._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
column_family - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
column_family - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
column_family - Variable in class org.apache.cassandra.thrift.ColumnParent
 
column_family - Variable in class org.apache.cassandra.thrift.ColumnPath
 
column_metadata - Variable in class org.apache.cassandra.thrift.CfDef
 
column_name - Variable in class org.apache.cassandra.thrift.IndexExpression
 
column_names - Variable in class org.apache.cassandra.thrift.SlicePredicate
 
column_or_supercolumn - Variable in class org.apache.cassandra.thrift.Mutation
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.add_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.insert_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
column_parent - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
column_path - Variable in class org.apache.cassandra.thrift.Cassandra.get_args
 
column_path - Variable in class org.apache.cassandra.thrift.Cassandra.remove_args
 
column_predicate - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
column_type - Variable in class org.apache.cassandra.thrift.CfDef
 
ColumnDef - Class in org.apache.cassandra.thrift
 
ColumnDef() - Constructor for class org.apache.cassandra.thrift.ColumnDef
 
ColumnDef(ByteBuffer, String) - Constructor for class org.apache.cassandra.thrift.ColumnDef
 
ColumnDef(ColumnDef) - Constructor for class org.apache.cassandra.thrift.ColumnDef
Performs a deep copy on other.
ColumnDef._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnOrSuperColumn - Class in org.apache.cassandra.thrift
Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list of ColumnOrSuperColumns (get_slice()).
ColumnOrSuperColumn() - Constructor for class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
ColumnOrSuperColumn(ColumnOrSuperColumn) - Constructor for class org.apache.cassandra.thrift.ColumnOrSuperColumn
Performs a deep copy on other.
ColumnOrSuperColumn._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnParent - Class in org.apache.cassandra.thrift
ColumnParent is used when selecting groups of columns from the same ColumnFamily.
ColumnParent() - Constructor for class org.apache.cassandra.thrift.ColumnParent
 
ColumnParent(String) - Constructor for class org.apache.cassandra.thrift.ColumnParent
 
ColumnParent(ColumnParent) - Constructor for class org.apache.cassandra.thrift.ColumnParent
Performs a deep copy on other.
ColumnParent._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnPath - Class in org.apache.cassandra.thrift
The ColumnPath is the path to a single column in Cassandra.
ColumnPath() - Constructor for class org.apache.cassandra.thrift.ColumnPath
 
ColumnPath(String) - Constructor for class org.apache.cassandra.thrift.ColumnPath
 
ColumnPath(ColumnPath) - Constructor for class org.apache.cassandra.thrift.ColumnPath
Performs a deep copy on other.
ColumnPath._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
columns - Variable in class org.apache.cassandra.thrift.CounterSuperColumn
 
columns - Variable in class org.apache.cassandra.thrift.CqlRow
 
columns - Variable in class org.apache.cassandra.thrift.KeySlice
 
columns - Variable in class org.apache.cassandra.thrift.SuperColumn
 
comment - Variable in class org.apache.cassandra.thrift.CfDef
 
compaction_strategy - Variable in class org.apache.cassandra.thrift.CfDef
 
compaction_strategy_options - Variable in class org.apache.cassandra.thrift.CfDef
 
comparator_type - Variable in class org.apache.cassandra.thrift.CfDef
 
compareTo(AuthenticationException) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
compareTo(AuthenticationRequest) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
compareTo(AuthorizationException) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
compareTo(Cassandra.add_args) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
compareTo(Cassandra.add_result) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
compareTo(Cassandra.atomic_batch_mutate_args) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
compareTo(Cassandra.atomic_batch_mutate_result) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
compareTo(Cassandra.batch_mutate_args) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
compareTo(Cassandra.batch_mutate_result) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
compareTo(Cassandra.describe_cluster_name_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
compareTo(Cassandra.describe_cluster_name_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
compareTo(Cassandra.describe_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
compareTo(Cassandra.describe_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
compareTo(Cassandra.describe_keyspaces_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
compareTo(Cassandra.describe_keyspaces_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
compareTo(Cassandra.describe_local_ring_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
compareTo(Cassandra.describe_local_ring_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
compareTo(Cassandra.describe_partitioner_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
compareTo(Cassandra.describe_partitioner_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
compareTo(Cassandra.describe_ring_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
compareTo(Cassandra.describe_ring_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
compareTo(Cassandra.describe_schema_versions_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
compareTo(Cassandra.describe_schema_versions_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
compareTo(Cassandra.describe_snitch_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
compareTo(Cassandra.describe_snitch_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
compareTo(Cassandra.describe_splits_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
compareTo(Cassandra.describe_splits_ex_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
compareTo(Cassandra.describe_splits_ex_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
compareTo(Cassandra.describe_splits_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
compareTo(Cassandra.describe_token_map_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
compareTo(Cassandra.describe_token_map_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
compareTo(Cassandra.describe_version_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
compareTo(Cassandra.describe_version_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
compareTo(Cassandra.execute_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
compareTo(Cassandra.execute_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
compareTo(Cassandra.execute_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
compareTo(Cassandra.execute_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
compareTo(Cassandra.execute_prepared_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
compareTo(Cassandra.execute_prepared_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
compareTo(Cassandra.execute_prepared_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
compareTo(Cassandra.execute_prepared_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
compareTo(Cassandra.get_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
compareTo(Cassandra.get_count_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
compareTo(Cassandra.get_count_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
compareTo(Cassandra.get_indexed_slices_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
compareTo(Cassandra.get_indexed_slices_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
compareTo(Cassandra.get_paged_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
compareTo(Cassandra.get_paged_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
compareTo(Cassandra.get_range_slices_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
compareTo(Cassandra.get_range_slices_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
compareTo(Cassandra.get_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
compareTo(Cassandra.get_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
compareTo(Cassandra.get_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
compareTo(Cassandra.insert_args) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
compareTo(Cassandra.insert_result) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
compareTo(Cassandra.login_args) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
compareTo(Cassandra.login_result) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
compareTo(Cassandra.multiget_count_args) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
compareTo(Cassandra.multiget_count_result) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
compareTo(Cassandra.multiget_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
compareTo(Cassandra.multiget_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
compareTo(Cassandra.prepare_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
compareTo(Cassandra.prepare_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
compareTo(Cassandra.prepare_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
compareTo(Cassandra.prepare_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
compareTo(Cassandra.remove_args) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
compareTo(Cassandra.remove_counter_args) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
compareTo(Cassandra.remove_counter_result) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
compareTo(Cassandra.remove_result) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
compareTo(Cassandra.set_cql_version_args) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
compareTo(Cassandra.set_cql_version_result) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
compareTo(Cassandra.set_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
compareTo(Cassandra.set_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
compareTo(Cassandra.system_add_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
compareTo(Cassandra.system_add_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
compareTo(Cassandra.system_add_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
compareTo(Cassandra.system_add_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
compareTo(Cassandra.system_drop_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
compareTo(Cassandra.system_drop_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
compareTo(Cassandra.system_drop_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
compareTo(Cassandra.system_drop_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
compareTo(Cassandra.system_update_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
compareTo(Cassandra.system_update_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
compareTo(Cassandra.system_update_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
compareTo(Cassandra.system_update_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
compareTo(Cassandra.trace_next_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
compareTo(Cassandra.trace_next_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
compareTo(Cassandra.truncate_args) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
compareTo(Cassandra.truncate_result) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
compareTo(CfDef) - Method in class org.apache.cassandra.thrift.CfDef
 
compareTo(CfSplit) - Method in class org.apache.cassandra.thrift.CfSplit
 
compareTo(Column) - Method in class org.apache.cassandra.thrift.Column
 
compareTo(ColumnDef) - Method in class org.apache.cassandra.thrift.ColumnDef
 
compareTo(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
compareTo(ColumnParent) - Method in class org.apache.cassandra.thrift.ColumnParent
 
compareTo(ColumnPath) - Method in class org.apache.cassandra.thrift.ColumnPath
 
compareTo(CounterColumn) - Method in class org.apache.cassandra.thrift.CounterColumn
 
compareTo(CounterSuperColumn) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
compareTo(CqlMetadata) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
compareTo(CqlPreparedResult) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
compareTo(CqlResult) - Method in class org.apache.cassandra.thrift.CqlResult
 
compareTo(CqlRow) - Method in class org.apache.cassandra.thrift.CqlRow
 
compareTo(Deletion) - Method in class org.apache.cassandra.thrift.Deletion
 
compareTo(EndpointDetails) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
compareTo(IndexClause) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
compareTo(IndexExpression) - Method in class org.apache.cassandra.thrift.IndexExpression
 
compareTo(InvalidRequestException) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
compareTo(KeyCount) - Method in class org.apache.cassandra.thrift.KeyCount
 
compareTo(KeyRange) - Method in class org.apache.cassandra.thrift.KeyRange
 
compareTo(KeySlice) - Method in class org.apache.cassandra.thrift.KeySlice
 
compareTo(KsDef) - Method in class org.apache.cassandra.thrift.KsDef
 
compareTo(Mutation) - Method in class org.apache.cassandra.thrift.Mutation
 
compareTo(NotFoundException) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
compareTo(SchemaDisagreementException) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
compareTo(SlicePredicate) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
compareTo(SliceRange) - Method in class org.apache.cassandra.thrift.SliceRange
 
compareTo(SuperColumn) - Method in class org.apache.cassandra.thrift.SuperColumn
 
compareTo(TimedOutException) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
compareTo(TokenRange) - Method in class org.apache.cassandra.thrift.TokenRange
 
compareTo(UnavailableException) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
compression - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
compression - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
compression - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
compression - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
Compression - Enum in org.apache.cassandra.thrift
CQL query compression
compression_options - Variable in class org.apache.cassandra.thrift.CfDef
 
consistency - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
consistency - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.add_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.insert_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.remove_args
 
consistency_level - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
ConsistencyLevel - Enum in org.apache.cassandra.thrift
The ConsistencyLevel is an enum that controls both read and write behavior based on the ReplicationFactor of the keyspace.
Constants - Class in org.apache.cassandra.thrift
 
Constants() - Constructor for class org.apache.cassandra.thrift.Constants
 
count - Variable in class org.apache.cassandra.thrift.CqlPreparedResult
 
count - Variable in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
count - Variable in class org.apache.cassandra.thrift.KeyCount
 
count - Variable in class org.apache.cassandra.thrift.KeyRange
 
count - Variable in class org.apache.cassandra.thrift.SliceRange
 
counter_column - Variable in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
counter_super_column - Variable in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
CounterColumn - Class in org.apache.cassandra.thrift
 
CounterColumn() - Constructor for class org.apache.cassandra.thrift.CounterColumn
 
CounterColumn(ByteBuffer, long) - Constructor for class org.apache.cassandra.thrift.CounterColumn
 
CounterColumn(CounterColumn) - Constructor for class org.apache.cassandra.thrift.CounterColumn
Performs a deep copy on other.
CounterColumn._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CounterSuperColumn - Class in org.apache.cassandra.thrift
 
CounterSuperColumn() - Constructor for class org.apache.cassandra.thrift.CounterSuperColumn
 
CounterSuperColumn(ByteBuffer, List<CounterColumn>) - Constructor for class org.apache.cassandra.thrift.CounterSuperColumn
 
CounterSuperColumn(CounterSuperColumn) - Constructor for class org.apache.cassandra.thrift.CounterSuperColumn
Performs a deep copy on other.
CounterSuperColumn._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CqlMetadata - Class in org.apache.cassandra.thrift
 
CqlMetadata() - Constructor for class org.apache.cassandra.thrift.CqlMetadata
 
CqlMetadata(Map<ByteBuffer, String>, Map<ByteBuffer, String>, String, String) - Constructor for class org.apache.cassandra.thrift.CqlMetadata
 
CqlMetadata(CqlMetadata) - Constructor for class org.apache.cassandra.thrift.CqlMetadata
Performs a deep copy on other.
CqlMetadata._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CqlPreparedResult - Class in org.apache.cassandra.thrift
 
CqlPreparedResult() - Constructor for class org.apache.cassandra.thrift.CqlPreparedResult
 
CqlPreparedResult(int, int) - Constructor for class org.apache.cassandra.thrift.CqlPreparedResult
 
CqlPreparedResult(CqlPreparedResult) - Constructor for class org.apache.cassandra.thrift.CqlPreparedResult
Performs a deep copy on other.
CqlPreparedResult._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CqlResult - Class in org.apache.cassandra.thrift
 
CqlResult() - Constructor for class org.apache.cassandra.thrift.CqlResult
 
CqlResult(CqlResultType) - Constructor for class org.apache.cassandra.thrift.CqlResult
 
CqlResult(CqlResult) - Constructor for class org.apache.cassandra.thrift.CqlResult
Performs a deep copy on other.
CqlResult._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
CqlResultType - Enum in org.apache.cassandra.thrift
 
CqlRow - Class in org.apache.cassandra.thrift
Row returned from a CQL query
CqlRow() - Constructor for class org.apache.cassandra.thrift.CqlRow
 
CqlRow(ByteBuffer, List<Column>) - Constructor for class org.apache.cassandra.thrift.CqlRow
 
CqlRow(CqlRow) - Constructor for class org.apache.cassandra.thrift.CqlRow
Performs a deep copy on other.
CqlRow._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
credentials - Variable in class org.apache.cassandra.thrift.AuthenticationRequest
 

D

datacenter - Variable in class org.apache.cassandra.thrift.EndpointDetails
 
dclocal_read_repair_chance - Variable in class org.apache.cassandra.thrift.CfDef
 
deepCopy() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
deepCopy() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
deepCopy() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
deepCopy() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
deepCopy() - Method in class org.apache.cassandra.thrift.CfDef
 
deepCopy() - Method in class org.apache.cassandra.thrift.CfSplit
 
deepCopy() - Method in class org.apache.cassandra.thrift.Column
 
deepCopy() - Method in class org.apache.cassandra.thrift.ColumnDef
 
deepCopy() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
deepCopy() - Method in class org.apache.cassandra.thrift.ColumnParent
 
deepCopy() - Method in class org.apache.cassandra.thrift.ColumnPath
 
deepCopy() - Method in class org.apache.cassandra.thrift.CounterColumn
 
deepCopy() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
deepCopy() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
deepCopy() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
deepCopy() - Method in class org.apache.cassandra.thrift.CqlResult
 
deepCopy() - Method in class org.apache.cassandra.thrift.CqlRow
 
deepCopy() - Method in class org.apache.cassandra.thrift.Deletion
 
deepCopy() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
deepCopy() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
deepCopy() - Method in class org.apache.cassandra.thrift.IndexExpression
 
deepCopy() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
deepCopy() - Method in class org.apache.cassandra.thrift.KeyCount
 
deepCopy() - Method in class org.apache.cassandra.thrift.KeyRange
 
deepCopy() - Method in class org.apache.cassandra.thrift.KeySlice
 
deepCopy() - Method in class org.apache.cassandra.thrift.KsDef
 
deepCopy() - Method in class org.apache.cassandra.thrift.Mutation
 
deepCopy() - Method in exception org.apache.cassandra.thrift.NotFoundException
 
deepCopy() - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
deepCopy() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
deepCopy() - Method in class org.apache.cassandra.thrift.SliceRange
 
deepCopy() - Method in class org.apache.cassandra.thrift.SuperColumn
 
deepCopy() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
deepCopy() - Method in class org.apache.cassandra.thrift.TokenRange
 
deepCopy() - Method in exception org.apache.cassandra.thrift.UnavailableException
 
default_name_type - Variable in class org.apache.cassandra.thrift.CqlMetadata
 
default_validation_class - Variable in class org.apache.cassandra.thrift.CfDef
 
default_value_type - Variable in class org.apache.cassandra.thrift.CqlMetadata
 
Deletion - Class in org.apache.cassandra.thrift
Note that the timestamp is only optional in case of counter deletion.
Deletion() - Constructor for class org.apache.cassandra.thrift.Deletion
 
Deletion(Deletion) - Constructor for class org.apache.cassandra.thrift.Deletion
Performs a deep copy on other.
deletion - Variable in class org.apache.cassandra.thrift.Mutation
 
Deletion._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
describe_cluster_name(AsyncMethodCallback<Cassandra.AsyncClient.describe_cluster_name_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_cluster_name(AsyncMethodCallback<Cassandra.AsyncClient.describe_cluster_name_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_cluster_name() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_cluster_name() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
get the cluster name
describe_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspace_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspace_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_keyspace(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
describe specified keyspace
describe_keyspaces(AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspaces_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_keyspaces(AsyncMethodCallback<Cassandra.AsyncClient.describe_keyspaces_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_keyspaces() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_keyspaces() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
list the defined keyspaces in this cluster
describe_local_ring(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_local_ring_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_local_ring(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_local_ring_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_local_ring(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_local_ring(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
same as describe_ring, but considers only nodes in the local DC
describe_partitioner(AsyncMethodCallback<Cassandra.AsyncClient.describe_partitioner_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_partitioner(AsyncMethodCallback<Cassandra.AsyncClient.describe_partitioner_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_partitioner() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_partitioner() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
returns the partitioner used by this cluster
describe_ring(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_ring_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_ring(String, AsyncMethodCallback<Cassandra.AsyncClient.describe_ring_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_ring(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_ring(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
get the token ring: a map of ranges to host addresses, represented as a set of TokenRange instead of a map from range to list of endpoints, because you can't use Thrift structs as map keys: https://issues.apache.org/jira/browse/THRIFT-162 for the same reason, we can't return a set here, even though order is neither important nor predictable.
describe_schema_versions(AsyncMethodCallback<Cassandra.AsyncClient.describe_schema_versions_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_schema_versions(AsyncMethodCallback<Cassandra.AsyncClient.describe_schema_versions_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_schema_versions() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_schema_versions() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
for each schema version present in the cluster, returns a list of nodes at that version.
describe_snitch(AsyncMethodCallback<Cassandra.AsyncClient.describe_snitch_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_snitch(AsyncMethodCallback<Cassandra.AsyncClient.describe_snitch_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_snitch() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_snitch() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
returns the snitch used by this cluster
describe_splits(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_splits(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_splits(String, String, String, int) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_splits(String, String, String, int) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
experimental API for hadoop/parallel query support.
describe_splits_ex(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_ex_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_splits_ex(String, String, String, int, AsyncMethodCallback<Cassandra.AsyncClient.describe_splits_ex_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_splits_ex(String, String, String, int) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_splits_ex(String, String, String, int) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 
describe_token_map(AsyncMethodCallback<Cassandra.AsyncClient.describe_token_map_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_token_map(AsyncMethodCallback<Cassandra.AsyncClient.describe_token_map_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_token_map() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_token_map() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
get the mapping between token->node ip without taking replication into consideration https://issues.apache.org/jira/browse/CASSANDRA-4092
describe_version(AsyncMethodCallback<Cassandra.AsyncClient.describe_version_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
describe_version(AsyncMethodCallback<Cassandra.AsyncClient.describe_version_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
describe_version() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
describe_version() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
get the thrift api version
durable_writes - Variable in class org.apache.cassandra.thrift.KsDef
 

E

end_key - Variable in class org.apache.cassandra.thrift.KeyRange
 
end_token - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
end_token - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
end_token - Variable in class org.apache.cassandra.thrift.CfSplit
 
end_token - Variable in class org.apache.cassandra.thrift.KeyRange
 
end_token - Variable in class org.apache.cassandra.thrift.TokenRange
 
endpoint_details - Variable in class org.apache.cassandra.thrift.TokenRange
 
EndpointDetails - Class in org.apache.cassandra.thrift
 
EndpointDetails() - Constructor for class org.apache.cassandra.thrift.EndpointDetails
 
EndpointDetails(String, String) - Constructor for class org.apache.cassandra.thrift.EndpointDetails
 
EndpointDetails(EndpointDetails) - Constructor for class org.apache.cassandra.thrift.EndpointDetails
Performs a deep copy on other.
EndpointDetails._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
endpoints - Variable in class org.apache.cassandra.thrift.TokenRange
 
equals(Object) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
equals(AuthenticationException) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
equals(Object) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
equals(AuthenticationRequest) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
equals(Object) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
equals(AuthorizationException) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
equals(Cassandra.add_args) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
equals(Cassandra.add_result) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
equals(Cassandra.atomic_batch_mutate_args) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
equals(Cassandra.atomic_batch_mutate_result) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
equals(Cassandra.batch_mutate_args) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
equals(Cassandra.batch_mutate_result) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
equals(Cassandra.describe_cluster_name_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
equals(Cassandra.describe_cluster_name_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
equals(Cassandra.describe_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
equals(Cassandra.describe_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
equals(Cassandra.describe_keyspaces_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
equals(Cassandra.describe_keyspaces_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
equals(Cassandra.describe_local_ring_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
equals(Cassandra.describe_local_ring_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
equals(Cassandra.describe_partitioner_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
equals(Cassandra.describe_partitioner_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
equals(Cassandra.describe_ring_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
equals(Cassandra.describe_ring_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
equals(Cassandra.describe_schema_versions_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
equals(Cassandra.describe_schema_versions_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
equals(Cassandra.describe_snitch_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
equals(Cassandra.describe_snitch_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
equals(Cassandra.describe_splits_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
equals(Cassandra.describe_splits_ex_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
equals(Cassandra.describe_splits_ex_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
equals(Cassandra.describe_splits_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
equals(Cassandra.describe_token_map_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
equals(Cassandra.describe_token_map_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
equals(Cassandra.describe_version_args) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
equals(Cassandra.describe_version_result) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
equals(Cassandra.execute_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
equals(Cassandra.execute_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
equals(Cassandra.execute_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
equals(Cassandra.execute_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
equals(Cassandra.execute_prepared_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
equals(Cassandra.execute_prepared_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
equals(Cassandra.execute_prepared_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
equals(Cassandra.execute_prepared_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
equals(Cassandra.get_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
equals(Cassandra.get_count_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
equals(Cassandra.get_count_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
equals(Cassandra.get_indexed_slices_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
equals(Cassandra.get_indexed_slices_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
equals(Cassandra.get_paged_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
equals(Cassandra.get_paged_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
equals(Cassandra.get_range_slices_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
equals(Cassandra.get_range_slices_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
equals(Cassandra.get_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
equals(Cassandra.get_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
equals(Cassandra.get_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
equals(Cassandra.insert_args) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
equals(Cassandra.insert_result) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
equals(Cassandra.login_args) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
equals(Cassandra.login_result) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
equals(Cassandra.multiget_count_args) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
equals(Cassandra.multiget_count_result) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
equals(Cassandra.multiget_slice_args) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
equals(Cassandra.multiget_slice_result) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
equals(Cassandra.prepare_cql3_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
equals(Cassandra.prepare_cql3_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
equals(Cassandra.prepare_cql_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
equals(Cassandra.prepare_cql_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
equals(Cassandra.remove_args) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
equals(Cassandra.remove_counter_args) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
equals(Cassandra.remove_counter_result) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
equals(Cassandra.remove_result) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
equals(Cassandra.set_cql_version_args) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
equals(Cassandra.set_cql_version_result) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
equals(Cassandra.set_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
equals(Cassandra.set_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
equals(Cassandra.system_add_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
equals(Cassandra.system_add_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
equals(Cassandra.system_add_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
equals(Cassandra.system_add_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
equals(Cassandra.system_drop_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
equals(Cassandra.system_drop_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
equals(Cassandra.system_drop_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
equals(Cassandra.system_drop_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
equals(Cassandra.system_update_column_family_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
equals(Cassandra.system_update_column_family_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
equals(Cassandra.system_update_keyspace_args) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
equals(Cassandra.system_update_keyspace_result) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
equals(Cassandra.trace_next_query_args) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
equals(Cassandra.trace_next_query_result) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
equals(Cassandra.truncate_args) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
equals(Object) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
equals(Cassandra.truncate_result) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
equals(Object) - Method in class org.apache.cassandra.thrift.CfDef
 
equals(CfDef) - Method in class org.apache.cassandra.thrift.CfDef
 
equals(Object) - Method in class org.apache.cassandra.thrift.CfSplit
 
equals(CfSplit) - Method in class org.apache.cassandra.thrift.CfSplit
 
equals(Object) - Method in class org.apache.cassandra.thrift.Column
 
equals(Column) - Method in class org.apache.cassandra.thrift.Column
 
equals(Object) - Method in class org.apache.cassandra.thrift.ColumnDef
 
equals(ColumnDef) - Method in class org.apache.cassandra.thrift.ColumnDef
 
equals(Object) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
equals(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
equals(Object) - Method in class org.apache.cassandra.thrift.ColumnParent
 
equals(ColumnParent) - Method in class org.apache.cassandra.thrift.ColumnParent
 
equals(Object) - Method in class org.apache.cassandra.thrift.ColumnPath
 
equals(ColumnPath) - Method in class org.apache.cassandra.thrift.ColumnPath
 
equals(Object) - Method in class org.apache.cassandra.thrift.CounterColumn
 
equals(CounterColumn) - Method in class org.apache.cassandra.thrift.CounterColumn
 
equals(Object) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
equals(CounterSuperColumn) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
equals(Object) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
equals(CqlMetadata) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
equals(Object) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
equals(CqlPreparedResult) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
equals(Object) - Method in class org.apache.cassandra.thrift.CqlResult
 
equals(CqlResult) - Method in class org.apache.cassandra.thrift.CqlResult
 
equals(Object) - Method in class org.apache.cassandra.thrift.CqlRow
 
equals(CqlRow) - Method in class org.apache.cassandra.thrift.CqlRow
 
equals(Object) - Method in class org.apache.cassandra.thrift.Deletion
 
equals(Deletion) - Method in class org.apache.cassandra.thrift.Deletion
 
equals(Object) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
equals(EndpointDetails) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
equals(Object) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
equals(IndexClause) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
equals(Object) - Method in class org.apache.cassandra.thrift.IndexExpression
 
equals(IndexExpression) - Method in class org.apache.cassandra.thrift.IndexExpression
 
equals(Object) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
equals(InvalidRequestException) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
equals(Object) - Method in class org.apache.cassandra.thrift.KeyCount
 
equals(KeyCount) - Method in class org.apache.cassandra.thrift.KeyCount
 
equals(Object) - Method in class org.apache.cassandra.thrift.KeyRange
 
equals(KeyRange) - Method in class org.apache.cassandra.thrift.KeyRange
 
equals(Object) - Method in class org.apache.cassandra.thrift.KeySlice
 
equals(KeySlice) - Method in class org.apache.cassandra.thrift.KeySlice
 
equals(Object) - Method in class org.apache.cassandra.thrift.KsDef
 
equals(KsDef) - Method in class org.apache.cassandra.thrift.KsDef
 
equals(Object) - Method in class org.apache.cassandra.thrift.Mutation
 
equals(Mutation) - Method in class org.apache.cassandra.thrift.Mutation
 
equals(Object) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
equals(NotFoundException) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
equals(Object) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
equals(SchemaDisagreementException) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
equals(Object) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
equals(SlicePredicate) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
equals(Object) - Method in class org.apache.cassandra.thrift.SliceRange
 
equals(SliceRange) - Method in class org.apache.cassandra.thrift.SliceRange
 
equals(Object) - Method in class org.apache.cassandra.thrift.SuperColumn
 
equals(SuperColumn) - Method in class org.apache.cassandra.thrift.SuperColumn
 
equals(Object) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
equals(TimedOutException) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
equals(Object) - Method in class org.apache.cassandra.thrift.TokenRange
 
equals(TokenRange) - Method in class org.apache.cassandra.thrift.TokenRange
 
equals(Object) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
equals(UnavailableException) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
execute_cql3_query(ByteBuffer, Compression, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql3_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
execute_cql3_query(ByteBuffer, Compression, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql3_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
execute_cql3_query(ByteBuffer, Compression, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
execute_cql3_query(ByteBuffer, Compression, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 
execute_cql_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
execute_cql_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.execute_cql_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
execute_cql_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
execute_cql_query(ByteBuffer, Compression) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Executes a CQL (Cassandra Query Language) statement and returns a CqlResult containing the results.
execute_prepared_cql3_query(int, List<ByteBuffer>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql3_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
execute_prepared_cql3_query(int, List<ByteBuffer>, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql3_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
execute_prepared_cql3_query(int, List<ByteBuffer>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
execute_prepared_cql3_query(int, List<ByteBuffer>, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 
execute_prepared_cql_query(int, List<ByteBuffer>, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
execute_prepared_cql_query(int, List<ByteBuffer>, AsyncMethodCallback<Cassandra.AsyncClient.execute_prepared_cql_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
execute_prepared_cql_query(int, List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
execute_prepared_cql_query(int, List<ByteBuffer>) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Executes a prepared CQL (Cassandra Query Language) statement by passing an id token and a list of variables to bind and returns a CqlResult containing the results.
expressions - Variable in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 

F

fieldForId(int) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CfDef
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CfSplit
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Column
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.ColumnDef
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.ColumnParent
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.ColumnPath
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CounterColumn
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CqlResult
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.CqlRow
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Deletion
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.IndexExpression
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.KeyCount
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.KeyRange
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.KeySlice
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.KsDef
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.Mutation
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.SliceRange
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.SuperColumn
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
fieldForId(int) - Method in class org.apache.cassandra.thrift.TokenRange
 
fieldForId(int) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
findByName(String) - Static method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CfDef._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CfSplit._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Column._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.ColumnDef._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.ColumnParent._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.ColumnPath._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CounterColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CqlResult._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.CqlRow._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Deletion._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.IndexExpression._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.KeyCount._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.KeyRange._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.KeySlice._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.KsDef._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.Mutation._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.NotFoundException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.SliceRange._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.SuperColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.TimedOutException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.TokenRange._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.cassandra.thrift.UnavailableException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CfDef._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CfSplit._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Column._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.ColumnDef._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.ColumnParent._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.ColumnPath._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CounterColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CqlResult._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.CqlRow._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Deletion._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.IndexExpression._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.KeyCount._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.KeyRange._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.KeySlice._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.KsDef._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.Mutation._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.NotFoundException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.SliceRange._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.SuperColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.TimedOutException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.TokenRange._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.cassandra.thrift.UnavailableException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CfDef._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CfSplit._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Column._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.ColumnDef._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.ColumnParent._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.ColumnPath._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CounterColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CqlResult._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.CqlRow._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Deletion._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.IndexExpression._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.KeyCount._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.KeyRange._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.KeySlice._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.KsDef._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.Mutation._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.NotFoundException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.SliceRange._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.SuperColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.TimedOutException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.TokenRange._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.cassandra.thrift.UnavailableException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.cassandra.thrift.Compression
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.cassandra.thrift.ConsistencyLevel
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.cassandra.thrift.CqlResultType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.cassandra.thrift.IndexOperator
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.cassandra.thrift.IndexType
Find a the enum type by its integer value, as defined in the Thrift IDL.
finish - Variable in class org.apache.cassandra.thrift.SliceRange
 

G

gc_grace_seconds - Variable in class org.apache.cassandra.thrift.CfDef
 
get(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Get the Column or SuperColumn at the given column_path.
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_count_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_count_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
returns the number of columns matching predicate for a particular key, ColumnFamily and optionally SuperColumn.
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_indexed_slices_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_indexed_slices_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Deprecated.
use get_range_slices instead with range.row_filter specified
get_paged_slice(String, KeyRange, ByteBuffer, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_paged_slice_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get_paged_slice(String, KeyRange, ByteBuffer, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_paged_slice_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get_paged_slice(String, KeyRange, ByteBuffer, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get_paged_slice(String, KeyRange, ByteBuffer, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
returns a range of columns, wrapping to the next rows if necessary to collect max_results.
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_range_slices_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_range_slices_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
returns a subset of columns for a contiguous range of keys.
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_slice_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.get_slice_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Get the group of columns contained by column_parent (either a ColumnFamily name or a ColumnFamily/SuperColumn name pair) specified by the given SlicePredicate.
getAcknowledged_by() - Method in exception org.apache.cassandra.thrift.TimedOutException
if a write operation was acknowledged by some replicas but not by enough to satisfy the required ConsistencyLevel, the number of successful replies will be given here.
getAsyncClient(TNonblockingTransport) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.Factory
 
getAuth_request() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
getAuthnx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
getAuthzx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
getBloom_filter_fp_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
getCaching() - Method in class org.apache.cassandra.thrift.CfDef
 
getCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
getCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
getCf_defs() - Method in class org.apache.cassandra.thrift.KsDef
 
getCf_defsIterator() - Method in class org.apache.cassandra.thrift.KsDef
 
getCf_defsSize() - Method in class org.apache.cassandra.thrift.KsDef
 
getCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
getCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
getCfname() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
getClient(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.Client.Factory
 
getColumn() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
getColumn() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
getColumn() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
getColumn() - Method in class org.apache.cassandra.thrift.ColumnPath
 
getColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
getColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
getColumn_family() - Method in class org.apache.cassandra.thrift.ColumnParent
 
getColumn_family() - Method in class org.apache.cassandra.thrift.ColumnPath
 
getColumn_metadata() - Method in class org.apache.cassandra.thrift.CfDef
 
getColumn_metadataIterator() - Method in class org.apache.cassandra.thrift.CfDef
 
getColumn_metadataSize() - Method in class org.apache.cassandra.thrift.CfDef
 
getColumn_name() - Method in class org.apache.cassandra.thrift.IndexExpression
 
getColumn_names() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
getColumn_namesIterator() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
getColumn_namesSize() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
getColumn_or_supercolumn() - Method in class org.apache.cassandra.thrift.Mutation
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
getColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
getColumn_predicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
getColumn_type() - Method in class org.apache.cassandra.thrift.CfDef
 
getColumns() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
getColumns() - Method in class org.apache.cassandra.thrift.CqlRow
 
getColumns() - Method in class org.apache.cassandra.thrift.KeySlice
 
getColumns() - Method in class org.apache.cassandra.thrift.SuperColumn
 
getColumnsIterator() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
getColumnsIterator() - Method in class org.apache.cassandra.thrift.CqlRow
 
getColumnsIterator() - Method in class org.apache.cassandra.thrift.KeySlice
 
getColumnsIterator() - Method in class org.apache.cassandra.thrift.SuperColumn
 
getColumnsSize() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
getColumnsSize() - Method in class org.apache.cassandra.thrift.CqlRow
 
getColumnsSize() - Method in class org.apache.cassandra.thrift.KeySlice
 
getColumnsSize() - Method in class org.apache.cassandra.thrift.SuperColumn
 
getComment() - Method in class org.apache.cassandra.thrift.CfDef
 
getCompaction_strategy() - Method in class org.apache.cassandra.thrift.CfDef
 
getCompaction_strategy_options() - Method in class org.apache.cassandra.thrift.CfDef
 
getCompaction_strategy_optionsSize() - Method in class org.apache.cassandra.thrift.CfDef
 
getComparator_type() - Method in class org.apache.cassandra.thrift.CfDef
 
getCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
getCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
getCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
getCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
getCompression_options() - Method in class org.apache.cassandra.thrift.CfDef
 
getCompression_optionsSize() - Method in class org.apache.cassandra.thrift.CfDef
 
getConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
getConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
getConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
getCount() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getCount() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getCount() - Method in class org.apache.cassandra.thrift.KeyCount
 
getCount() - Method in class org.apache.cassandra.thrift.KeyRange
 
getCount() - Method in class org.apache.cassandra.thrift.SliceRange
 
getCounter_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
getCounter_super_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
getCredentials() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
getCredentialsSize() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
getDatacenter() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
getDclocal_read_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
getDefault_name_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getDefault_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
 
getDefault_value_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getDeletion() - Method in class org.apache.cassandra.thrift.Mutation
 
getEnd_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
getEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
getEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
getEnd_token() - Method in class org.apache.cassandra.thrift.CfSplit
 
getEnd_token() - Method in class org.apache.cassandra.thrift.KeyRange
 
getEnd_token() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpoint_details() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpoint_detailsIterator() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpoint_detailsSize() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpoints() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpointsIterator() - Method in class org.apache.cassandra.thrift.TokenRange
 
getEndpointsSize() - Method in class org.apache.cassandra.thrift.TokenRange
 
getExpressions() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getExpressionsIterator() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getExpressionsSize() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getFieldName() - Method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CfDef._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CfSplit._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Column._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.ColumnDef._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.ColumnParent._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.ColumnPath._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CounterColumn._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CqlResult._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.CqlRow._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Deletion._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
 
getFieldName() - Method in enum org.apache.cassandra.thrift.IndexExpression._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.KeyCount._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.KeyRange._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.KeySlice._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.KsDef._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.Mutation._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.NotFoundException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.SliceRange._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.SuperColumn._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.TimedOutException._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.TokenRange._Fields
 
getFieldName() - Method in enum org.apache.cassandra.thrift.UnavailableException._Fields
 
getFieldValue(AuthenticationException._Fields) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
getFieldValue(AuthenticationRequest._Fields) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
getFieldValue(AuthorizationException._Fields) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
getFieldValue(Cassandra.add_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
getFieldValue(Cassandra.add_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
getFieldValue(Cassandra.atomic_batch_mutate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
getFieldValue(Cassandra.atomic_batch_mutate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
getFieldValue(Cassandra.batch_mutate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
getFieldValue(Cassandra.batch_mutate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
getFieldValue(Cassandra.describe_cluster_name_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
getFieldValue(Cassandra.describe_cluster_name_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
getFieldValue(Cassandra.describe_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
getFieldValue(Cassandra.describe_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
getFieldValue(Cassandra.describe_keyspaces_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
getFieldValue(Cassandra.describe_keyspaces_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
getFieldValue(Cassandra.describe_local_ring_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
getFieldValue(Cassandra.describe_local_ring_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
getFieldValue(Cassandra.describe_partitioner_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
getFieldValue(Cassandra.describe_partitioner_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
getFieldValue(Cassandra.describe_ring_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
getFieldValue(Cassandra.describe_ring_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
getFieldValue(Cassandra.describe_schema_versions_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
getFieldValue(Cassandra.describe_schema_versions_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
getFieldValue(Cassandra.describe_snitch_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
getFieldValue(Cassandra.describe_snitch_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
getFieldValue(Cassandra.describe_splits_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
getFieldValue(Cassandra.describe_splits_ex_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
getFieldValue(Cassandra.describe_splits_ex_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
getFieldValue(Cassandra.describe_splits_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
getFieldValue(Cassandra.describe_token_map_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
getFieldValue(Cassandra.describe_token_map_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
getFieldValue(Cassandra.describe_version_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
getFieldValue(Cassandra.describe_version_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
getFieldValue(Cassandra.execute_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
getFieldValue(Cassandra.execute_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getFieldValue(Cassandra.execute_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
getFieldValue(Cassandra.execute_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getFieldValue(Cassandra.execute_prepared_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getFieldValue(Cassandra.execute_prepared_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getFieldValue(Cassandra.execute_prepared_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
getFieldValue(Cassandra.execute_prepared_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getFieldValue(Cassandra.get_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
getFieldValue(Cassandra.get_count_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
getFieldValue(Cassandra.get_count_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
getFieldValue(Cassandra.get_indexed_slices_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
getFieldValue(Cassandra.get_indexed_slices_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getFieldValue(Cassandra.get_paged_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
getFieldValue(Cassandra.get_paged_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getFieldValue(Cassandra.get_range_slices_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
getFieldValue(Cassandra.get_range_slices_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getFieldValue(Cassandra.get_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getFieldValue(Cassandra.get_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
getFieldValue(Cassandra.get_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getFieldValue(Cassandra.insert_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
getFieldValue(Cassandra.insert_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
getFieldValue(Cassandra.login_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
getFieldValue(Cassandra.login_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
getFieldValue(Cassandra.multiget_count_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getFieldValue(Cassandra.multiget_count_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getFieldValue(Cassandra.multiget_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getFieldValue(Cassandra.multiget_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getFieldValue(Cassandra.prepare_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
getFieldValue(Cassandra.prepare_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
getFieldValue(Cassandra.prepare_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
getFieldValue(Cassandra.prepare_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
getFieldValue(Cassandra.remove_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
getFieldValue(Cassandra.remove_counter_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
getFieldValue(Cassandra.remove_counter_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
getFieldValue(Cassandra.remove_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
getFieldValue(Cassandra.set_cql_version_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
getFieldValue(Cassandra.set_cql_version_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
getFieldValue(Cassandra.set_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
getFieldValue(Cassandra.set_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
getFieldValue(Cassandra.system_add_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
getFieldValue(Cassandra.system_add_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
getFieldValue(Cassandra.system_add_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
getFieldValue(Cassandra.system_add_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
getFieldValue(Cassandra.system_drop_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
getFieldValue(Cassandra.system_drop_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
getFieldValue(Cassandra.system_drop_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
getFieldValue(Cassandra.system_drop_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
getFieldValue(Cassandra.system_update_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
getFieldValue(Cassandra.system_update_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
getFieldValue(Cassandra.system_update_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
getFieldValue(Cassandra.system_update_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
getFieldValue(Cassandra.trace_next_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
getFieldValue(Cassandra.trace_next_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
getFieldValue(Cassandra.truncate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
getFieldValue(Cassandra.truncate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
getFieldValue(CfDef._Fields) - Method in class org.apache.cassandra.thrift.CfDef
 
getFieldValue(CfSplit._Fields) - Method in class org.apache.cassandra.thrift.CfSplit
 
getFieldValue(Column._Fields) - Method in class org.apache.cassandra.thrift.Column
 
getFieldValue(ColumnDef._Fields) - Method in class org.apache.cassandra.thrift.ColumnDef
 
getFieldValue(ColumnOrSuperColumn._Fields) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
getFieldValue(ColumnParent._Fields) - Method in class org.apache.cassandra.thrift.ColumnParent
 
getFieldValue(ColumnPath._Fields) - Method in class org.apache.cassandra.thrift.ColumnPath
 
getFieldValue(CounterColumn._Fields) - Method in class org.apache.cassandra.thrift.CounterColumn
 
getFieldValue(CounterSuperColumn._Fields) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
getFieldValue(CqlMetadata._Fields) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getFieldValue(CqlPreparedResult._Fields) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getFieldValue(CqlResult._Fields) - Method in class org.apache.cassandra.thrift.CqlResult
 
getFieldValue(CqlRow._Fields) - Method in class org.apache.cassandra.thrift.CqlRow
 
getFieldValue(Deletion._Fields) - Method in class org.apache.cassandra.thrift.Deletion
 
getFieldValue(EndpointDetails._Fields) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
getFieldValue(IndexClause._Fields) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getFieldValue(IndexExpression._Fields) - Method in class org.apache.cassandra.thrift.IndexExpression
 
getFieldValue(InvalidRequestException._Fields) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
getFieldValue(KeyCount._Fields) - Method in class org.apache.cassandra.thrift.KeyCount
 
getFieldValue(KeyRange._Fields) - Method in class org.apache.cassandra.thrift.KeyRange
 
getFieldValue(KeySlice._Fields) - Method in class org.apache.cassandra.thrift.KeySlice
 
getFieldValue(KsDef._Fields) - Method in class org.apache.cassandra.thrift.KsDef
 
getFieldValue(Mutation._Fields) - Method in class org.apache.cassandra.thrift.Mutation
 
getFieldValue(NotFoundException._Fields) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
getFieldValue(SchemaDisagreementException._Fields) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
getFieldValue(SlicePredicate._Fields) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
getFieldValue(SliceRange._Fields) - Method in class org.apache.cassandra.thrift.SliceRange
 
getFieldValue(SuperColumn._Fields) - Method in class org.apache.cassandra.thrift.SuperColumn
 
getFieldValue(TimedOutException._Fields) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
getFieldValue(TokenRange._Fields) - Method in class org.apache.cassandra.thrift.TokenRange
 
getFieldValue(UnavailableException._Fields) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
getFinish() - Method in class org.apache.cassandra.thrift.SliceRange
 
getGc_grace_seconds() - Method in class org.apache.cassandra.thrift.CfDef
 
getHost() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
getId() - Method in class org.apache.cassandra.thrift.CfDef
 
getIndex_clause() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
getIndex_name() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getIndex_options() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getIndex_optionsSize() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getIndex_type() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
getIre() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
getItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
getItemId() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
getKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
getKey() - Method in class org.apache.cassandra.thrift.CqlRow
 
getKey() - Method in class org.apache.cassandra.thrift.KeyCount
 
getKey() - Method in class org.apache.cassandra.thrift.KeySlice
 
getKey_alias() - Method in class org.apache.cassandra.thrift.CfDef
 
getKey_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getKey_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getKey_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
 
getKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
getKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
getKeysIterator() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getKeysIterator() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
getKeyspace() - Method in class org.apache.cassandra.thrift.CfDef
 
getKeysSize() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getKeysSize() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
getKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
getMax_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
 
getMemtable_flush_after_mins() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getMemtable_operations_in_millions() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getMemtable_throughput_in_mb() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getMerge_shards_chance() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getMin_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
 
getMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
getMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
getMutation_mapSize() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
getMutation_mapSize() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
getName() - Method in class org.apache.cassandra.thrift.CfDef
 
getName() - Method in class org.apache.cassandra.thrift.Column
 
getName() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getName() - Method in class org.apache.cassandra.thrift.CounterColumn
 
getName() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
getName() - Method in class org.apache.cassandra.thrift.KsDef
 
getName() - Method in class org.apache.cassandra.thrift.SuperColumn
 
getName_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getName_typesSize() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getNfe() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
getNfe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getNum() - Method in class org.apache.cassandra.thrift.CqlResult
 
getOp() - Method in class org.apache.cassandra.thrift.IndexExpression
 
getPath() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
getPredicate() - Method in class org.apache.cassandra.thrift.Deletion
 
getQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
getQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
getQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
getQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
getRack() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
getRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
getRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
getRead_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
getReplication_factor() - Method in class org.apache.cassandra.thrift.KsDef
Deprecated.
ignored
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.add_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.atomic_batch_mutate_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.batch_mutate_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_cluster_name_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspace_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspaces_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_local_ring_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_partitioner_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_ring_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_schema_versions_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_snitch_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_ex_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_token_map_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_version_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql3_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql3_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_count_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_indexed_slices_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_paged_slice_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_slice_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.insert_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.login_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_count_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_slice_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql3_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_counter_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_cql_version_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_keyspace_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_column_family_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_keyspace_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_column_family_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_keyspace_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_column_family_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_keyspace_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.trace_next_query_call
 
getResult() - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.truncate_call
 
getRow_cache_keys_to_save() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getRow_cache_provider() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getRow_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getRow_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
getRow_count() - Method in class org.apache.cassandra.thrift.CfSplit
 
getRow_filter() - Method in class org.apache.cassandra.thrift.KeyRange
 
getRow_filterIterator() - Method in class org.apache.cassandra.thrift.KeyRange
 
getRow_filterSize() - Method in class org.apache.cassandra.thrift.KeyRange
 
getRows() - Method in class org.apache.cassandra.thrift.CqlResult
 
getRowsIterator() - Method in class org.apache.cassandra.thrift.CqlResult
 
getRowsSize() - Method in class org.apache.cassandra.thrift.CqlResult
 
getRpc_endpoints() - Method in class org.apache.cassandra.thrift.TokenRange
 
getRpc_endpointsIterator() - Method in class org.apache.cassandra.thrift.TokenRange
 
getRpc_endpointsSize() - Method in class org.apache.cassandra.thrift.TokenRange
 
getSchema() - Method in class org.apache.cassandra.thrift.CqlResult
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
getSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
getSlice_range() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
getStart() - Method in class org.apache.cassandra.thrift.SliceRange
 
getStart_column() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
getStart_key() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
getStart_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
getStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
getStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
getStart_token() - Method in class org.apache.cassandra.thrift.CfSplit
 
getStart_token() - Method in class org.apache.cassandra.thrift.KeyRange
 
getStart_token() - Method in class org.apache.cassandra.thrift.TokenRange
 
getStrategy_class() - Method in class org.apache.cassandra.thrift.KsDef
 
getStrategy_options() - Method in class org.apache.cassandra.thrift.KsDef
 
getStrategy_optionsSize() - Method in class org.apache.cassandra.thrift.KsDef
 
getSubcomparator_type() - Method in class org.apache.cassandra.thrift.CfDef
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
getSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getSuccessIterator() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getSuccessSize() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getSuper_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
getSuper_column() - Method in class org.apache.cassandra.thrift.ColumnParent
 
getSuper_column() - Method in class org.apache.cassandra.thrift.ColumnPath
 
getSuper_column() - Method in class org.apache.cassandra.thrift.Deletion
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
getTe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CfDef._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CfSplit._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Column._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.ColumnDef._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.ColumnParent._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.ColumnPath._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CounterColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CqlResult._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.CqlRow._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Deletion._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.IndexExpression._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.KeyCount._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.KeyRange._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.KeySlice._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.KsDef._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.Mutation._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.NotFoundException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.SliceRange._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.SuperColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.TimedOutException._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.TokenRange._Fields
 
getThriftFieldId() - Method in enum org.apache.cassandra.thrift.UnavailableException._Fields
 
getTimestamp() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
getTimestamp() - Method in class org.apache.cassandra.thrift.Column
 
getTimestamp() - Method in class org.apache.cassandra.thrift.Deletion
 
getTtl() - Method in class org.apache.cassandra.thrift.Column
 
getType() - Method in class org.apache.cassandra.thrift.CqlResult
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
getUe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
getValidation_class() - Method in class org.apache.cassandra.thrift.ColumnDef
 
getValue() - Method in class org.apache.cassandra.thrift.Column
 
getValue() - Method in enum org.apache.cassandra.thrift.Compression
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.cassandra.thrift.ConsistencyLevel
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.cassandra.thrift.CounterColumn
 
getValue() - Method in enum org.apache.cassandra.thrift.CqlResultType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.cassandra.thrift.IndexExpression
 
getValue() - Method in enum org.apache.cassandra.thrift.IndexOperator
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.cassandra.thrift.IndexType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getValue_typesSize() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
getValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
getValuesIterator() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getValuesIterator() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
getValuesSize() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
getValuesSize() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
getVariable_names() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVariable_namesIterator() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVariable_namesSize() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVariable_types() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVariable_typesIterator() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVariable_typesSize() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
getVersion() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
getWhy() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
getWhy() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
getWhy() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 

H

hashCode() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
hashCode() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
hashCode() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
hashCode() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
hashCode() - Method in class org.apache.cassandra.thrift.CfDef
 
hashCode() - Method in class org.apache.cassandra.thrift.CfSplit
 
hashCode() - Method in class org.apache.cassandra.thrift.Column
 
hashCode() - Method in class org.apache.cassandra.thrift.ColumnDef
 
hashCode() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
hashCode() - Method in class org.apache.cassandra.thrift.ColumnParent
 
hashCode() - Method in class org.apache.cassandra.thrift.ColumnPath
 
hashCode() - Method in class org.apache.cassandra.thrift.CounterColumn
 
hashCode() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
hashCode() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
hashCode() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
hashCode() - Method in class org.apache.cassandra.thrift.CqlResult
 
hashCode() - Method in class org.apache.cassandra.thrift.CqlRow
 
hashCode() - Method in class org.apache.cassandra.thrift.Deletion
 
hashCode() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
hashCode() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
hashCode() - Method in class org.apache.cassandra.thrift.IndexExpression
 
hashCode() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
hashCode() - Method in class org.apache.cassandra.thrift.KeyCount
 
hashCode() - Method in class org.apache.cassandra.thrift.KeyRange
 
hashCode() - Method in class org.apache.cassandra.thrift.KeySlice
 
hashCode() - Method in class org.apache.cassandra.thrift.KsDef
 
hashCode() - Method in class org.apache.cassandra.thrift.Mutation
 
hashCode() - Method in exception org.apache.cassandra.thrift.NotFoundException
 
hashCode() - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
hashCode() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
hashCode() - Method in class org.apache.cassandra.thrift.SliceRange
 
hashCode() - Method in class org.apache.cassandra.thrift.SuperColumn
 
hashCode() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
hashCode() - Method in class org.apache.cassandra.thrift.TokenRange
 
hashCode() - Method in exception org.apache.cassandra.thrift.UnavailableException
 
host - Variable in class org.apache.cassandra.thrift.EndpointDetails
 

I

id - Variable in class org.apache.cassandra.thrift.CfDef
 
index_clause - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
index_name - Variable in class org.apache.cassandra.thrift.ColumnDef
 
index_options - Variable in class org.apache.cassandra.thrift.ColumnDef
 
index_type - Variable in class org.apache.cassandra.thrift.ColumnDef
 
IndexClause - Class in org.apache.cassandra.thrift
Deprecated.
use a KeyRange with row_filter in get_range_slices instead
IndexClause() - Constructor for class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
IndexClause(List<IndexExpression>, ByteBuffer, int) - Constructor for class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
IndexClause(IndexClause) - Constructor for class org.apache.cassandra.thrift.IndexClause
Deprecated.
Performs a deep copy on other.
IndexClause._Fields - Enum in org.apache.cassandra.thrift
Deprecated.
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IndexExpression - Class in org.apache.cassandra.thrift
 
IndexExpression() - Constructor for class org.apache.cassandra.thrift.IndexExpression
 
IndexExpression(ByteBuffer, IndexOperator, ByteBuffer) - Constructor for class org.apache.cassandra.thrift.IndexExpression
 
IndexExpression(IndexExpression) - Constructor for class org.apache.cassandra.thrift.IndexExpression
Performs a deep copy on other.
IndexExpression._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IndexOperator - Enum in org.apache.cassandra.thrift
 
IndexType - Enum in org.apache.cassandra.thrift
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.insert_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.insert_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Insert a Column at the given column_parent.column_family and optional column_parent.super_column.
InvalidRequestException - Exception in org.apache.cassandra.thrift
Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed.
InvalidRequestException() - Constructor for exception org.apache.cassandra.thrift.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception org.apache.cassandra.thrift.InvalidRequestException
 
InvalidRequestException(InvalidRequestException) - Constructor for exception org.apache.cassandra.thrift.InvalidRequestException
Performs a deep copy on other.
InvalidRequestException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ire - Variable in class org.apache.cassandra.thrift.Cassandra.add_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.insert_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.remove_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
ire - Variable in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
isAcknowledged_by_batchlog() - Method in exception org.apache.cassandra.thrift.TimedOutException
in case of atomic_batch_mutate method this field tells if the batch was written to the batchlog.
isDurable_writes() - Method in class org.apache.cassandra.thrift.KsDef
 
isPopulate_io_cache_on_flush() - Method in class org.apache.cassandra.thrift.CfDef
 
isReplicate_on_write() - Method in class org.apache.cassandra.thrift.CfDef
 
isReversed() - Method in class org.apache.cassandra.thrift.SliceRange
 
isSet(AuthenticationException._Fields) - Method in exception org.apache.cassandra.thrift.AuthenticationException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AuthenticationRequest._Fields) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(AuthorizationException._Fields) - Method in exception org.apache.cassandra.thrift.AuthorizationException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.add_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.add_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.atomic_batch_mutate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.atomic_batch_mutate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.batch_mutate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.batch_mutate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_cluster_name_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_cluster_name_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_keyspaces_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_keyspaces_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_local_ring_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_local_ring_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_partitioner_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_partitioner_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_ring_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_ring_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_schema_versions_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_schema_versions_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_snitch_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_snitch_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_splits_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_splits_ex_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_splits_ex_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_splits_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_token_map_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_token_map_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_version_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.describe_version_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_prepared_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_prepared_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_prepared_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.execute_prepared_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_count_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_count_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_indexed_slices_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_indexed_slices_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_paged_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_paged_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_range_slices_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_range_slices_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.get_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.insert_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.insert_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.login_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.login_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.multiget_count_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.multiget_count_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.multiget_slice_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.multiget_slice_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.prepare_cql3_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.prepare_cql3_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.prepare_cql_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.prepare_cql_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.remove_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.remove_counter_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.remove_counter_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.remove_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.set_cql_version_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.set_cql_version_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.set_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.set_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_add_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_add_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_add_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_add_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_drop_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_drop_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_drop_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_drop_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_update_column_family_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_update_column_family_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_update_keyspace_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.system_update_keyspace_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.trace_next_query_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.trace_next_query_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.truncate_args._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Cassandra.truncate_result._Fields) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CfDef._Fields) - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CfSplit._Fields) - Method in class org.apache.cassandra.thrift.CfSplit
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Column._Fields) - Method in class org.apache.cassandra.thrift.Column
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnDef._Fields) - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnOrSuperColumn._Fields) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnParent._Fields) - Method in class org.apache.cassandra.thrift.ColumnParent
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnPath._Fields) - Method in class org.apache.cassandra.thrift.ColumnPath
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CounterColumn._Fields) - Method in class org.apache.cassandra.thrift.CounterColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CounterSuperColumn._Fields) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CqlMetadata._Fields) - Method in class org.apache.cassandra.thrift.CqlMetadata
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CqlPreparedResult._Fields) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CqlResult._Fields) - Method in class org.apache.cassandra.thrift.CqlResult
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(CqlRow._Fields) - Method in class org.apache.cassandra.thrift.CqlRow
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Deletion._Fields) - Method in class org.apache.cassandra.thrift.Deletion
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(EndpointDetails._Fields) - Method in class org.apache.cassandra.thrift.EndpointDetails
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IndexClause._Fields) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IndexExpression._Fields) - Method in class org.apache.cassandra.thrift.IndexExpression
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(InvalidRequestException._Fields) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyCount._Fields) - Method in class org.apache.cassandra.thrift.KeyCount
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyRange._Fields) - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeySlice._Fields) - Method in class org.apache.cassandra.thrift.KeySlice
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KsDef._Fields) - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Mutation._Fields) - Method in class org.apache.cassandra.thrift.Mutation
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(NotFoundException._Fields) - Method in exception org.apache.cassandra.thrift.NotFoundException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SchemaDisagreementException._Fields) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SlicePredicate._Fields) - Method in class org.apache.cassandra.thrift.SlicePredicate
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SliceRange._Fields) - Method in class org.apache.cassandra.thrift.SliceRange
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SuperColumn._Fields) - Method in class org.apache.cassandra.thrift.SuperColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TimedOutException._Fields) - Method in exception org.apache.cassandra.thrift.TimedOutException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(TokenRange._Fields) - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(UnavailableException._Fields) - Method in exception org.apache.cassandra.thrift.UnavailableException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetAcknowledged_by() - Method in exception org.apache.cassandra.thrift.TimedOutException
Returns true if field acknowledged_by is set (has been assigned a value) and false otherwise
isSetAcknowledged_by_batchlog() - Method in exception org.apache.cassandra.thrift.TimedOutException
Returns true if field acknowledged_by_batchlog is set (has been assigned a value) and false otherwise
isSetAuth_request() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
Returns true if field auth_request is set (has been assigned a value) and false otherwise
isSetAuthnx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
Returns true if field authnx is set (has been assigned a value) and false otherwise
isSetAuthzx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
Returns true if field authzx is set (has been assigned a value) and false otherwise
isSetBloom_filter_fp_chance() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field bloom_filter_fp_chance is set (has been assigned a value) and false otherwise
isSetCaching() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field caching is set (has been assigned a value) and false otherwise
isSetCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
Returns true if field cf_def is set (has been assigned a value) and false otherwise
isSetCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
Returns true if field cf_def is set (has been assigned a value) and false otherwise
isSetCf_defs() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field cf_defs is set (has been assigned a value) and false otherwise
isSetCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Returns true if field cfName is set (has been assigned a value) and false otherwise
isSetCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Returns true if field cfName is set (has been assigned a value) and false otherwise
isSetCfname() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
Returns true if field cfname is set (has been assigned a value) and false otherwise
isSetColumn() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
Returns true if field column is set (has been assigned a value) and false otherwise
isSetColumn() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
Returns true if field column is set (has been assigned a value) and false otherwise
isSetColumn() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
Returns true if field column is set (has been assigned a value) and false otherwise
isSetColumn() - Method in class org.apache.cassandra.thrift.ColumnPath
Returns true if field column is set (has been assigned a value) and false otherwise
isSetColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Returns true if field column_family is set (has been assigned a value) and false otherwise
isSetColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
Returns true if field column_family is set (has been assigned a value) and false otherwise
isSetColumn_family() - Method in class org.apache.cassandra.thrift.ColumnParent
Returns true if field column_family is set (has been assigned a value) and false otherwise
isSetColumn_family() - Method in class org.apache.cassandra.thrift.ColumnPath
Returns true if field column_family is set (has been assigned a value) and false otherwise
isSetColumn_metadata() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field column_metadata is set (has been assigned a value) and false otherwise
isSetColumn_name() - Method in class org.apache.cassandra.thrift.IndexExpression
Returns true if field column_name is set (has been assigned a value) and false otherwise
isSetColumn_names() - Method in class org.apache.cassandra.thrift.SlicePredicate
Returns true if field column_names is set (has been assigned a value) and false otherwise
isSetColumn_or_supercolumn() - Method in class org.apache.cassandra.thrift.Mutation
Returns true if field column_or_supercolumn is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Returns true if field column_parent is set (has been assigned a value) and false otherwise
isSetColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
Returns true if field column_path is set (has been assigned a value) and false otherwise
isSetColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
Returns true if field column_path is set (has been assigned a value) and false otherwise
isSetColumn_predicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Returns true if field column_predicate is set (has been assigned a value) and false otherwise
isSetColumn_type() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field column_type is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.cassandra.thrift.CqlRow
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.cassandra.thrift.KeySlice
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.cassandra.thrift.SuperColumn
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetComment() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field comment is set (has been assigned a value) and false otherwise
isSetCompaction_strategy() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field compaction_strategy is set (has been assigned a value) and false otherwise
isSetCompaction_strategy_options() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field compaction_strategy_options is set (has been assigned a value) and false otherwise
isSetComparator_type() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field comparator_type is set (has been assigned a value) and false otherwise
isSetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
Returns true if field compression is set (has been assigned a value) and false otherwise
isSetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
Returns true if field compression is set (has been assigned a value) and false otherwise
isSetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
Returns true if field compression is set (has been assigned a value) and false otherwise
isSetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
Returns true if field compression is set (has been assigned a value) and false otherwise
isSetCompression_options() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field compression_options is set (has been assigned a value) and false otherwise
isSetConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
Returns true if field consistency is set (has been assigned a value) and false otherwise
isSetConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
Returns true if field consistency is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
Returns true if field consistency_level is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.cassandra.thrift.KeyCount
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.cassandra.thrift.SliceRange
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCounter_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
Returns true if field counter_column is set (has been assigned a value) and false otherwise
isSetCounter_super_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
Returns true if field counter_super_column is set (has been assigned a value) and false otherwise
isSetCredentials() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
Returns true if field credentials is set (has been assigned a value) and false otherwise
isSetDatacenter() - Method in class org.apache.cassandra.thrift.EndpointDetails
Returns true if field datacenter is set (has been assigned a value) and false otherwise
isSetDclocal_read_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field dclocal_read_repair_chance is set (has been assigned a value) and false otherwise
isSetDefault_name_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
Returns true if field default_name_type is set (has been assigned a value) and false otherwise
isSetDefault_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field default_validation_class is set (has been assigned a value) and false otherwise
isSetDefault_value_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
Returns true if field default_value_type is set (has been assigned a value) and false otherwise
isSetDeletion() - Method in class org.apache.cassandra.thrift.Mutation
Returns true if field deletion is set (has been assigned a value) and false otherwise
isSetDurable_writes() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field durable_writes is set (has been assigned a value) and false otherwise
isSetEnd_key() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field end_key is set (has been assigned a value) and false otherwise
isSetEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Returns true if field end_token is set (has been assigned a value) and false otherwise
isSetEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Returns true if field end_token is set (has been assigned a value) and false otherwise
isSetEnd_token() - Method in class org.apache.cassandra.thrift.CfSplit
Returns true if field end_token is set (has been assigned a value) and false otherwise
isSetEnd_token() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field end_token is set (has been assigned a value) and false otherwise
isSetEnd_token() - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field end_token is set (has been assigned a value) and false otherwise
isSetEndpoint_details() - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field endpoint_details is set (has been assigned a value) and false otherwise
isSetEndpoints() - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field endpoints is set (has been assigned a value) and false otherwise
isSetExpressions() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
Returns true if field expressions is set (has been assigned a value) and false otherwise
isSetFinish() - Method in class org.apache.cassandra.thrift.SliceRange
Returns true if field finish is set (has been assigned a value) and false otherwise
isSetGc_grace_seconds() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field gc_grace_seconds is set (has been assigned a value) and false otherwise
isSetHost() - Method in class org.apache.cassandra.thrift.EndpointDetails
Returns true if field host is set (has been assigned a value) and false otherwise
isSetId() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field id is set (has been assigned a value) and false otherwise
isSetIndex_clause() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
Returns true if field index_clause is set (has been assigned a value) and false otherwise
isSetIndex_name() - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field index_name is set (has been assigned a value) and false otherwise
isSetIndex_options() - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field index_options is set (has been assigned a value) and false otherwise
isSetIndex_type() - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field index_type is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetIre() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
Returns true if field ire is set (has been assigned a value) and false otherwise
isSetItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
Returns true if field itemId is set (has been assigned a value) and false otherwise
isSetItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
Returns true if field itemId is set (has been assigned a value) and false otherwise
isSetItemId() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
Returns true if field itemId is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.CqlRow
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.KeyCount
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.cassandra.thrift.KeySlice
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey_alias() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field key_alias is set (has been assigned a value) and false otherwise
isSetKey_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field key_cache_save_period_in_seconds is set (has been assigned a value) and false otherwise
isSetKey_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field key_cache_size is set (has been assigned a value) and false otherwise
isSetKey_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field key_validation_class is set (has been assigned a value) and false otherwise
isSetKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Returns true if field keys is set (has been assigned a value) and false otherwise
isSetKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Returns true if field keys is set (has been assigned a value) and false otherwise
isSetKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Returns true if field keys_per_split is set (has been assigned a value) and false otherwise
isSetKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Returns true if field keys_per_split is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKeyspace() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field keyspace is set (has been assigned a value) and false otherwise
isSetKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
Returns true if field ks_def is set (has been assigned a value) and false otherwise
isSetKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
Returns true if field ks_def is set (has been assigned a value) and false otherwise
isSetMax_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field max_compaction_threshold is set (has been assigned a value) and false otherwise
isSetMemtable_flush_after_mins() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field memtable_flush_after_mins is set (has been assigned a value) and false otherwise
isSetMemtable_operations_in_millions() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field memtable_operations_in_millions is set (has been assigned a value) and false otherwise
isSetMemtable_throughput_in_mb() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field memtable_throughput_in_mb is set (has been assigned a value) and false otherwise
isSetMerge_shards_chance() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field merge_shards_chance is set (has been assigned a value) and false otherwise
isSetMin_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field min_compaction_threshold is set (has been assigned a value) and false otherwise
isSetMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
Returns true if field mutation_map is set (has been assigned a value) and false otherwise
isSetMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
Returns true if field mutation_map is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.Column
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.CounterColumn
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.cassandra.thrift.SuperColumn
Returns true if field name is set (has been assigned a value) and false otherwise
isSetName_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
Returns true if field name_types is set (has been assigned a value) and false otherwise
isSetNfe() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
Returns true if field nfe is set (has been assigned a value) and false otherwise
isSetNfe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field nfe is set (has been assigned a value) and false otherwise
isSetNum() - Method in class org.apache.cassandra.thrift.CqlResult
Returns true if field num is set (has been assigned a value) and false otherwise
isSetOp() - Method in class org.apache.cassandra.thrift.IndexExpression
Returns true if field op is set (has been assigned a value) and false otherwise
isSetPath() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
Returns true if field path is set (has been assigned a value) and false otherwise
isSetPopulate_io_cache_on_flush() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field populate_io_cache_on_flush is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetPredicate() - Method in class org.apache.cassandra.thrift.Deletion
Returns true if field predicate is set (has been assigned a value) and false otherwise
isSetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
Returns true if field query is set (has been assigned a value) and false otherwise
isSetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
Returns true if field query is set (has been assigned a value) and false otherwise
isSetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
Returns true if field query is set (has been assigned a value) and false otherwise
isSetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
Returns true if field query is set (has been assigned a value) and false otherwise
isSetRack() - Method in class org.apache.cassandra.thrift.EndpointDetails
Returns true if field rack is set (has been assigned a value) and false otherwise
isSetRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Returns true if field range is set (has been assigned a value) and false otherwise
isSetRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
Returns true if field range is set (has been assigned a value) and false otherwise
isSetRead_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field read_repair_chance is set (has been assigned a value) and false otherwise
isSetReplicate_on_write() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field replicate_on_write is set (has been assigned a value) and false otherwise
isSetReplication_factor() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field replication_factor is set (has been assigned a value) and false otherwise
isSetReversed() - Method in class org.apache.cassandra.thrift.SliceRange
Returns true if field reversed is set (has been assigned a value) and false otherwise
isSetRow_cache_keys_to_save() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field row_cache_keys_to_save is set (has been assigned a value) and false otherwise
isSetRow_cache_provider() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field row_cache_provider is set (has been assigned a value) and false otherwise
isSetRow_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field row_cache_save_period_in_seconds is set (has been assigned a value) and false otherwise
isSetRow_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field row_cache_size is set (has been assigned a value) and false otherwise
isSetRow_count() - Method in class org.apache.cassandra.thrift.CfSplit
Returns true if field row_count is set (has been assigned a value) and false otherwise
isSetRow_filter() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field row_filter is set (has been assigned a value) and false otherwise
isSetRows() - Method in class org.apache.cassandra.thrift.CqlResult
Returns true if field rows is set (has been assigned a value) and false otherwise
isSetRpc_endpoints() - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field rpc_endpoints is set (has been assigned a value) and false otherwise
isSetSchema() - Method in class org.apache.cassandra.thrift.CqlResult
Returns true if field schema is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
Returns true if field sde is set (has been assigned a value) and false otherwise
isSetSlice_range() - Method in class org.apache.cassandra.thrift.SlicePredicate
Returns true if field slice_range is set (has been assigned a value) and false otherwise
isSetStart() - Method in class org.apache.cassandra.thrift.SliceRange
Returns true if field start is set (has been assigned a value) and false otherwise
isSetStart_column() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
Returns true if field start_column is set (has been assigned a value) and false otherwise
isSetStart_key() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
Returns true if field start_key is set (has been assigned a value) and false otherwise
isSetStart_key() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field start_key is set (has been assigned a value) and false otherwise
isSetStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
Returns true if field start_token is set (has been assigned a value) and false otherwise
isSetStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
Returns true if field start_token is set (has been assigned a value) and false otherwise
isSetStart_token() - Method in class org.apache.cassandra.thrift.CfSplit
Returns true if field start_token is set (has been assigned a value) and false otherwise
isSetStart_token() - Method in class org.apache.cassandra.thrift.KeyRange
Returns true if field start_token is set (has been assigned a value) and false otherwise
isSetStart_token() - Method in class org.apache.cassandra.thrift.TokenRange
Returns true if field start_token is set (has been assigned a value) and false otherwise
isSetStrategy_class() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field strategy_class is set (has been assigned a value) and false otherwise
isSetStrategy_options() - Method in class org.apache.cassandra.thrift.KsDef
Returns true if field strategy_options is set (has been assigned a value) and false otherwise
isSetSubcomparator_type() - Method in class org.apache.cassandra.thrift.CfDef
Returns true if field subcomparator_type is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
Returns true if field super_column is set (has been assigned a value) and false otherwise
isSetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnParent
Returns true if field super_column is set (has been assigned a value) and false otherwise
isSetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnPath
Returns true if field super_column is set (has been assigned a value) and false otherwise
isSetSuper_column() - Method in class org.apache.cassandra.thrift.Deletion
Returns true if field super_column is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
Returns true if field te is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.cassandra.thrift.Column
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTimestamp() - Method in class org.apache.cassandra.thrift.Deletion
Returns true if field timestamp is set (has been assigned a value) and false otherwise
isSetTtl() - Method in class org.apache.cassandra.thrift.Column
Returns true if field ttl is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.cassandra.thrift.CqlResult
Returns true if field type is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetUe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
Returns true if field ue is set (has been assigned a value) and false otherwise
isSetValidation_class() - Method in class org.apache.cassandra.thrift.ColumnDef
Returns true if field validation_class is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.cassandra.thrift.Column
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.cassandra.thrift.CounterColumn
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.cassandra.thrift.IndexExpression
Returns true if field value is set (has been assigned a value) and false otherwise
isSetValue_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
Returns true if field value_types is set (has been assigned a value) and false otherwise
isSetValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
Returns true if field values is set (has been assigned a value) and false otherwise
isSetValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
Returns true if field values is set (has been assigned a value) and false otherwise
isSetVariable_names() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
Returns true if field variable_names is set (has been assigned a value) and false otherwise
isSetVariable_types() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
Returns true if field variable_types is set (has been assigned a value) and false otherwise
isSetVersion() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
Returns true if field version is set (has been assigned a value) and false otherwise
isSetWhy() - Method in exception org.apache.cassandra.thrift.AuthenticationException
Returns true if field why is set (has been assigned a value) and false otherwise
isSetWhy() - Method in exception org.apache.cassandra.thrift.AuthorizationException
Returns true if field why is set (has been assigned a value) and false otherwise
isSetWhy() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
Returns true if field why is set (has been assigned a value) and false otherwise
itemId - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
itemId - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
itemId - Variable in class org.apache.cassandra.thrift.CqlPreparedResult
 

K

key - Variable in class org.apache.cassandra.thrift.Cassandra.add_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.get_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.insert_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.remove_args
 
key - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
key - Variable in class org.apache.cassandra.thrift.CqlRow
 
key - Variable in class org.apache.cassandra.thrift.KeyCount
 
key - Variable in class org.apache.cassandra.thrift.KeySlice
 
key_alias - Variable in class org.apache.cassandra.thrift.CfDef
 
key_cache_save_period_in_seconds - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
key_cache_size - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
key_validation_class - Variable in class org.apache.cassandra.thrift.CfDef
 
KeyCount - Class in org.apache.cassandra.thrift
 
KeyCount() - Constructor for class org.apache.cassandra.thrift.KeyCount
 
KeyCount(ByteBuffer, int) - Constructor for class org.apache.cassandra.thrift.KeyCount
 
KeyCount(KeyCount) - Constructor for class org.apache.cassandra.thrift.KeyCount
Performs a deep copy on other.
KeyCount._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
KeyRange - Class in org.apache.cassandra.thrift
The semantics of start keys and tokens are slightly different.
KeyRange() - Constructor for class org.apache.cassandra.thrift.KeyRange
 
KeyRange(int) - Constructor for class org.apache.cassandra.thrift.KeyRange
 
KeyRange(KeyRange) - Constructor for class org.apache.cassandra.thrift.KeyRange
Performs a deep copy on other.
KeyRange._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
keys - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
keys - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
keys_per_split - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
keys_per_split - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
KeySlice - Class in org.apache.cassandra.thrift
A KeySlice is key followed by the data it maps to.
KeySlice() - Constructor for class org.apache.cassandra.thrift.KeySlice
 
KeySlice(ByteBuffer, List<ColumnOrSuperColumn>) - Constructor for class org.apache.cassandra.thrift.KeySlice
 
KeySlice(KeySlice) - Constructor for class org.apache.cassandra.thrift.KeySlice
Performs a deep copy on other.
KeySlice._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
keyspace - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
keyspace - Variable in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
keyspace - Variable in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
keyspace - Variable in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
keyspace - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
keyspace - Variable in class org.apache.cassandra.thrift.CfDef
 
ks_def - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
ks_def - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
KsDef - Class in org.apache.cassandra.thrift
 
KsDef() - Constructor for class org.apache.cassandra.thrift.KsDef
 
KsDef(String, String, List<CfDef>) - Constructor for class org.apache.cassandra.thrift.KsDef
 
KsDef(KsDef) - Constructor for class org.apache.cassandra.thrift.KsDef
Performs a deep copy on other.
KsDef._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

L

login(AuthenticationRequest, AsyncMethodCallback<Cassandra.AsyncClient.login_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
login(AuthenticationRequest, AsyncMethodCallback<Cassandra.AsyncClient.login_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
login(AuthenticationRequest) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
login(AuthenticationRequest) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 

M

max_compaction_threshold - Variable in class org.apache.cassandra.thrift.CfDef
 
memtable_flush_after_mins - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
memtable_operations_in_millions - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
memtable_throughput_in_mb - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
merge_shards_chance - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.AuthenticationException
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.AuthenticationRequest
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.AuthorizationException
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.add_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.add_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.insert_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.insert_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.login_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.login_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.remove_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.remove_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CfDef
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CfSplit
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Column
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.ColumnDef
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.ColumnParent
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.ColumnPath
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CounterColumn
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CounterSuperColumn
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CqlMetadata
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CqlPreparedResult
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CqlResult
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.CqlRow
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Deletion
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.EndpointDetails
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.IndexExpression
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.InvalidRequestException
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.KeyCount
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.KeyRange
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.KeySlice
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.KsDef
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.Mutation
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.NotFoundException
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.SlicePredicate
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.SliceRange
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.SuperColumn
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.TimedOutException
 
metaDataMap - Static variable in class org.apache.cassandra.thrift.TokenRange
 
metaDataMap - Static variable in exception org.apache.cassandra.thrift.UnavailableException
 
min_compaction_threshold - Variable in class org.apache.cassandra.thrift.CfDef
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_count_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_count_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Perform a get_count in parallel on the given list keys.
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_slice_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.multiget_slice_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Performs a get_slice for column_parent and predicate for the given keys in parallel.
Mutation - Class in org.apache.cassandra.thrift
A Mutation is either an insert (represented by filling column_or_supercolumn) or a deletion (represented by filling the deletion attribute).
Mutation() - Constructor for class org.apache.cassandra.thrift.Mutation
 
Mutation(Mutation) - Constructor for class org.apache.cassandra.thrift.Mutation
Performs a deep copy on other.
Mutation._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
mutation_map - Variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
mutation_map - Variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 

N

name - Variable in class org.apache.cassandra.thrift.CfDef
 
name - Variable in class org.apache.cassandra.thrift.Column
 
name - Variable in class org.apache.cassandra.thrift.ColumnDef
 
name - Variable in class org.apache.cassandra.thrift.CounterColumn
 
name - Variable in class org.apache.cassandra.thrift.CounterSuperColumn
 
name - Variable in class org.apache.cassandra.thrift.KsDef
 
name - Variable in class org.apache.cassandra.thrift.SuperColumn
 
name_types - Variable in class org.apache.cassandra.thrift.CqlMetadata
 
nfe - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
nfe - Variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
NotFoundException - Exception in org.apache.cassandra.thrift
A specific column was requested that does not exist.
NotFoundException() - Constructor for exception org.apache.cassandra.thrift.NotFoundException
 
NotFoundException(NotFoundException) - Constructor for exception org.apache.cassandra.thrift.NotFoundException
Performs a deep copy on other.
NotFoundException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
num - Variable in class org.apache.cassandra.thrift.CqlResult
 

O

op - Variable in class org.apache.cassandra.thrift.IndexExpression
 
org.apache.cassandra.thrift - package org.apache.cassandra.thrift
 

P

path - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
populate_io_cache_on_flush - Variable in class org.apache.cassandra.thrift.CfDef
 
predicate - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
predicate - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
predicate - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
predicate - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
predicate - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
predicate - Variable in class org.apache.cassandra.thrift.Deletion
 
prepare_cql3_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql3_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
prepare_cql3_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql3_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
prepare_cql3_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
prepare_cql3_query(ByteBuffer, Compression) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 
prepare_cql_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
prepare_cql_query(ByteBuffer, Compression, AsyncMethodCallback<Cassandra.AsyncClient.prepare_cql_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
prepare_cql_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
prepare_cql_query(ByteBuffer, Compression) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Prepare a CQL (Cassandra Query Language) statement by compiling and returning - the type of CQL statement - an id token of the compiled CQL stored on the server side.
putToCompaction_strategy_options(String, String) - Method in class org.apache.cassandra.thrift.CfDef
 
putToCompression_options(String, String) - Method in class org.apache.cassandra.thrift.CfDef
 
putToCredentials(String, String) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
putToIndex_options(String, String) - Method in class org.apache.cassandra.thrift.ColumnDef
 
putToMutation_map(ByteBuffer, Map<String, List<Mutation>>) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
putToMutation_map(ByteBuffer, Map<String, List<Mutation>>) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
putToName_types(ByteBuffer, String) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
putToStrategy_options(String, String) - Method in class org.apache.cassandra.thrift.KsDef
 
putToSuccess(String, List<String>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
putToSuccess(String, String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
putToSuccess(ByteBuffer, int) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
putToSuccess(ByteBuffer, List<ColumnOrSuperColumn>) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
putToValue_types(ByteBuffer, String) - Method in class org.apache.cassandra.thrift.CqlMetadata
 

Q

query - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
query - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
query - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
query - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 

R

rack - Variable in class org.apache.cassandra.thrift.EndpointDetails
 
range - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
range - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CfDef
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CfSplit
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Column
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnDef
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnParent
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnPath
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CounterColumn
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CqlResult
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.CqlRow
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Deletion
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.IndexExpression
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.KeyCount
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.KeyRange
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.KeySlice
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.KsDef
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.Mutation
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.SliceRange
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.SuperColumn
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
read(TProtocol) - Method in class org.apache.cassandra.thrift.TokenRange
 
read(TProtocol) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
read_repair_chance - Variable in class org.apache.cassandra.thrift.CfDef
 
recv_add() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_atomic_batch_mutate() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_batch_mutate() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_cluster_name() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_keyspace() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_keyspaces() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_local_ring() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_partitioner() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_ring() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_schema_versions() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_snitch() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_splits() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_splits_ex() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_token_map() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_describe_version() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_execute_cql3_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_execute_cql_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_execute_prepared_cql3_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_execute_prepared_cql_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get_count() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get_indexed_slices() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get_paged_slice() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get_range_slices() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_get_slice() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_insert() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_login() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_multiget_count() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_multiget_slice() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_prepare_cql3_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_prepare_cql_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_remove() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_remove_counter() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_set_cql_version() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_set_keyspace() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_add_column_family() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_add_keyspace() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_drop_column_family() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_drop_keyspace() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_update_column_family() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_system_update_keyspace() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_trace_next_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
recv_truncate() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Remove data from the row specified by key at the granularity specified by column_path, and the given timestamp.
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_counter_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel, AsyncMethodCallback<Cassandra.AsyncClient.remove_counter_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Remove a counter at the specified location.
replicate_on_write - Variable in class org.apache.cassandra.thrift.CfDef
 
replication_factor - Variable in class org.apache.cassandra.thrift.KsDef
Deprecated.
ignored
reversed - Variable in class org.apache.cassandra.thrift.SliceRange
 
row_cache_keys_to_save - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
row_cache_provider - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
row_cache_save_period_in_seconds - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
row_cache_size - Variable in class org.apache.cassandra.thrift.CfDef
Deprecated. 
row_count - Variable in class org.apache.cassandra.thrift.CfSplit
 
row_filter - Variable in class org.apache.cassandra.thrift.KeyRange
 
rows - Variable in class org.apache.cassandra.thrift.CqlResult
 
rpc_endpoints - Variable in class org.apache.cassandra.thrift.TokenRange
 

S

schema - Variable in class org.apache.cassandra.thrift.CqlResult
 
SchemaDisagreementException - Exception in org.apache.cassandra.thrift
NOTE: This up outdated exception left for backward compatibility reasons, no actual schema agreement validation is done starting from Cassandra 1.2 schemas are not in agreement across all nodes
SchemaDisagreementException() - Constructor for exception org.apache.cassandra.thrift.SchemaDisagreementException
 
SchemaDisagreementException(SchemaDisagreementException) - Constructor for exception org.apache.cassandra.thrift.SchemaDisagreementException
Performs a deep copy on other.
SchemaDisagreementException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
sde - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
sde - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
send_add(ByteBuffer, ColumnParent, CounterColumn, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_atomic_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_batch_mutate(Map<ByteBuffer, Map<String, List<Mutation>>>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_cluster_name() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_keyspaces() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_local_ring(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_partitioner() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_ring(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_schema_versions() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_snitch() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_splits(String, String, String, int) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_splits_ex(String, String, String, int) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_token_map() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_describe_version() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_execute_cql3_query(ByteBuffer, Compression, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_execute_cql_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_execute_prepared_cql3_query(int, List<ByteBuffer>, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_execute_prepared_cql_query(int, List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get_count(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get_indexed_slices(ColumnParent, IndexClause, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get_paged_slice(String, KeyRange, ByteBuffer, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get_range_slices(ColumnParent, SlicePredicate, KeyRange, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_get_slice(ByteBuffer, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_insert(ByteBuffer, ColumnParent, Column, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_login(AuthenticationRequest) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_multiget_count(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_multiget_slice(List<ByteBuffer>, ColumnParent, SlicePredicate, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_prepare_cql3_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_prepare_cql_query(ByteBuffer, Compression) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_remove(ByteBuffer, ColumnPath, long, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_remove_counter(ByteBuffer, ColumnPath, ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_set_cql_version(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_set_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_add_column_family(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_add_keyspace(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_drop_column_family(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_drop_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_update_column_family(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_system_update_keyspace(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_trace_next_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
send_truncate(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
set_cql_version(String, AsyncMethodCallback<Cassandra.AsyncClient.set_cql_version_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
set_cql_version(String, AsyncMethodCallback<Cassandra.AsyncClient.set_cql_version_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
set_cql_version(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
set_cql_version(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Deprecated.
This is now a no-op. Please use the CQL3 specific methods instead.
set_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.set_keyspace_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
set_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.set_keyspace_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
set_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
set_keyspace(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
 
setAcknowledged_by(int) - Method in exception org.apache.cassandra.thrift.TimedOutException
if a write operation was acknowledged by some replicas but not by enough to satisfy the required ConsistencyLevel, the number of successful replies will be given here.
setAcknowledged_by_batchlog(boolean) - Method in exception org.apache.cassandra.thrift.TimedOutException
in case of atomic_batch_mutate method this field tells if the batch was written to the batchlog.
setAcknowledged_by_batchlogIsSet(boolean) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
setAcknowledged_byIsSet(boolean) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
setAuth_request(AuthenticationRequest) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
setAuth_requestIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
setAuthnx(AuthenticationException) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
setAuthnxIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
setAuthzx(AuthorizationException) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
setAuthzxIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
setBloom_filter_fp_chance(double) - Method in class org.apache.cassandra.thrift.CfDef
 
setBloom_filter_fp_chanceIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCaching(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setCachingIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCf_def(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
setCf_def(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
setCf_defIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
setCf_defIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
setCf_defs(List<CfDef>) - Method in class org.apache.cassandra.thrift.KsDef
 
setCf_defsIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setCfName(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setCfName(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setCfname(String) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
setCfNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setCfNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setCfnameIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
setColumn(CounterColumn) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setColumn(Column) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setColumn(Column) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setColumn(byte[]) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setColumn(ByteBuffer) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setColumn_family(String) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setColumn_family(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
setColumn_family(String) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setColumn_family(String) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setColumn_familyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setColumn_familyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
setColumn_familyIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setColumn_familyIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setColumn_metadata(List<ColumnDef>) - Method in class org.apache.cassandra.thrift.CfDef
 
setColumn_metadataIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setColumn_name(byte[]) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setColumn_name(ByteBuffer) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setColumn_nameIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setColumn_names(List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
setColumn_namesIsSet(boolean) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
setColumn_or_supercolumn(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.Mutation
 
setColumn_or_supercolumnIsSet(boolean) - Method in class org.apache.cassandra.thrift.Mutation
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setColumn_parent(ColumnParent) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setColumn_parentIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setColumn_path(ColumnPath) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setColumn_path(ColumnPath) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setColumn_pathIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setColumn_pathIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setColumn_predicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setColumn_predicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setColumn_type(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setColumn_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setColumnIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setColumnIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setColumnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setColumnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setColumns(List<CounterColumn>) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setColumns(List<Column>) - Method in class org.apache.cassandra.thrift.CqlRow
 
setColumns(List<ColumnOrSuperColumn>) - Method in class org.apache.cassandra.thrift.KeySlice
 
setColumns(List<Column>) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setColumnsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setColumnsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlRow
 
setColumnsIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeySlice
 
setColumnsIsSet(boolean) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setComment(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setCommentIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompaction_strategy(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompaction_strategy_options(Map<String, String>) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompaction_strategy_optionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompaction_strategyIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setComparator_type(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setComparator_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompression(Compression) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setCompression(Compression) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setCompression(Compression) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setCompression(Compression) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setCompression_options(Map<String, String>) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompression_optionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setCompressionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setCompressionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setCompressionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setCompressionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setConsistency(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setConsistency(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setConsistency_level(ConsistencyLevel) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setConsistency_levelIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setConsistencyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setConsistencyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setCount(int) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setCount(int) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setCount(int) - Method in class org.apache.cassandra.thrift.KeyCount
 
setCount(int) - Method in class org.apache.cassandra.thrift.KeyRange
 
setCount(int) - Method in class org.apache.cassandra.thrift.SliceRange
 
setCounter_column(CounterColumn) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setCounter_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setCounter_super_column(CounterSuperColumn) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setCounter_super_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setCountIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setCountIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setCountIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyCount
 
setCountIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setCountIsSet(boolean) - Method in class org.apache.cassandra.thrift.SliceRange
 
setCredentials(Map<String, String>) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
setCredentialsIsSet(boolean) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
setDatacenter(String) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setDatacenterIsSet(boolean) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setDclocal_read_repair_chance(double) - Method in class org.apache.cassandra.thrift.CfDef
 
setDclocal_read_repair_chanceIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setDefault_name_type(String) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setDefault_name_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setDefault_validation_class(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setDefault_validation_classIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setDefault_value_type(String) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setDefault_value_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setDeletion(Deletion) - Method in class org.apache.cassandra.thrift.Mutation
 
setDeletionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Mutation
 
setDurable_writes(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setDurable_writesIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setEnd_key(byte[]) - Method in class org.apache.cassandra.thrift.KeyRange
 
setEnd_key(ByteBuffer) - Method in class org.apache.cassandra.thrift.KeyRange
 
setEnd_keyIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setEnd_token(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setEnd_token(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setEnd_token(String) - Method in class org.apache.cassandra.thrift.CfSplit
 
setEnd_token(String) - Method in class org.apache.cassandra.thrift.KeyRange
 
setEnd_token(String) - Method in class org.apache.cassandra.thrift.TokenRange
 
setEnd_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setEnd_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setEnd_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfSplit
 
setEnd_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setEnd_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.TokenRange
 
setEndpoint_details(List<EndpointDetails>) - Method in class org.apache.cassandra.thrift.TokenRange
 
setEndpoint_detailsIsSet(boolean) - Method in class org.apache.cassandra.thrift.TokenRange
 
setEndpoints(List<String>) - Method in class org.apache.cassandra.thrift.TokenRange
 
setEndpointsIsSet(boolean) - Method in class org.apache.cassandra.thrift.TokenRange
 
setExpressions(List<IndexExpression>) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setExpressionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setFieldValue(AuthenticationException._Fields, Object) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
setFieldValue(AuthenticationRequest._Fields, Object) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
setFieldValue(AuthorizationException._Fields, Object) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
setFieldValue(Cassandra.add_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setFieldValue(Cassandra.add_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setFieldValue(Cassandra.atomic_batch_mutate_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
setFieldValue(Cassandra.atomic_batch_mutate_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setFieldValue(Cassandra.batch_mutate_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
setFieldValue(Cassandra.batch_mutate_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setFieldValue(Cassandra.describe_cluster_name_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
setFieldValue(Cassandra.describe_cluster_name_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
setFieldValue(Cassandra.describe_keyspace_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
setFieldValue(Cassandra.describe_keyspace_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setFieldValue(Cassandra.describe_keyspaces_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
setFieldValue(Cassandra.describe_keyspaces_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
setFieldValue(Cassandra.describe_local_ring_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
setFieldValue(Cassandra.describe_local_ring_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
setFieldValue(Cassandra.describe_partitioner_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
setFieldValue(Cassandra.describe_partitioner_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
setFieldValue(Cassandra.describe_ring_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
setFieldValue(Cassandra.describe_ring_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
setFieldValue(Cassandra.describe_schema_versions_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
setFieldValue(Cassandra.describe_schema_versions_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
setFieldValue(Cassandra.describe_snitch_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
setFieldValue(Cassandra.describe_snitch_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
setFieldValue(Cassandra.describe_splits_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setFieldValue(Cassandra.describe_splits_ex_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setFieldValue(Cassandra.describe_splits_ex_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
setFieldValue(Cassandra.describe_splits_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
setFieldValue(Cassandra.describe_token_map_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
setFieldValue(Cassandra.describe_token_map_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
setFieldValue(Cassandra.describe_version_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
setFieldValue(Cassandra.describe_version_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
setFieldValue(Cassandra.execute_cql3_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setFieldValue(Cassandra.execute_cql3_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setFieldValue(Cassandra.execute_cql_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setFieldValue(Cassandra.execute_cql_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setFieldValue(Cassandra.execute_prepared_cql3_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setFieldValue(Cassandra.execute_prepared_cql3_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setFieldValue(Cassandra.execute_prepared_cql_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
setFieldValue(Cassandra.execute_prepared_cql_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setFieldValue(Cassandra.get_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setFieldValue(Cassandra.get_count_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setFieldValue(Cassandra.get_count_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setFieldValue(Cassandra.get_indexed_slices_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setFieldValue(Cassandra.get_indexed_slices_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setFieldValue(Cassandra.get_paged_slice_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setFieldValue(Cassandra.get_paged_slice_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setFieldValue(Cassandra.get_range_slices_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setFieldValue(Cassandra.get_range_slices_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setFieldValue(Cassandra.get_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setFieldValue(Cassandra.get_slice_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setFieldValue(Cassandra.get_slice_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setFieldValue(Cassandra.insert_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setFieldValue(Cassandra.insert_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setFieldValue(Cassandra.login_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
setFieldValue(Cassandra.login_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
setFieldValue(Cassandra.multiget_count_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setFieldValue(Cassandra.multiget_count_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setFieldValue(Cassandra.multiget_slice_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setFieldValue(Cassandra.multiget_slice_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setFieldValue(Cassandra.prepare_cql3_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setFieldValue(Cassandra.prepare_cql3_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
setFieldValue(Cassandra.prepare_cql_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setFieldValue(Cassandra.prepare_cql_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
setFieldValue(Cassandra.remove_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setFieldValue(Cassandra.remove_counter_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setFieldValue(Cassandra.remove_counter_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setFieldValue(Cassandra.remove_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setFieldValue(Cassandra.set_cql_version_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
setFieldValue(Cassandra.set_cql_version_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
setFieldValue(Cassandra.set_keyspace_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
setFieldValue(Cassandra.set_keyspace_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
setFieldValue(Cassandra.system_add_column_family_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
setFieldValue(Cassandra.system_add_column_family_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setFieldValue(Cassandra.system_add_keyspace_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
setFieldValue(Cassandra.system_add_keyspace_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setFieldValue(Cassandra.system_drop_column_family_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
setFieldValue(Cassandra.system_drop_column_family_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setFieldValue(Cassandra.system_drop_keyspace_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
setFieldValue(Cassandra.system_drop_keyspace_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setFieldValue(Cassandra.system_update_column_family_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
setFieldValue(Cassandra.system_update_column_family_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setFieldValue(Cassandra.system_update_keyspace_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
setFieldValue(Cassandra.system_update_keyspace_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setFieldValue(Cassandra.trace_next_query_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
setFieldValue(Cassandra.trace_next_query_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
setFieldValue(Cassandra.truncate_args._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
setFieldValue(Cassandra.truncate_result._Fields, Object) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setFieldValue(CfDef._Fields, Object) - Method in class org.apache.cassandra.thrift.CfDef
 
setFieldValue(CfSplit._Fields, Object) - Method in class org.apache.cassandra.thrift.CfSplit
 
setFieldValue(Column._Fields, Object) - Method in class org.apache.cassandra.thrift.Column
 
setFieldValue(ColumnDef._Fields, Object) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setFieldValue(ColumnOrSuperColumn._Fields, Object) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setFieldValue(ColumnParent._Fields, Object) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setFieldValue(ColumnPath._Fields, Object) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setFieldValue(CounterColumn._Fields, Object) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setFieldValue(CounterSuperColumn._Fields, Object) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setFieldValue(CqlMetadata._Fields, Object) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setFieldValue(CqlPreparedResult._Fields, Object) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setFieldValue(CqlResult._Fields, Object) - Method in class org.apache.cassandra.thrift.CqlResult
 
setFieldValue(CqlRow._Fields, Object) - Method in class org.apache.cassandra.thrift.CqlRow
 
setFieldValue(Deletion._Fields, Object) - Method in class org.apache.cassandra.thrift.Deletion
 
setFieldValue(EndpointDetails._Fields, Object) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setFieldValue(IndexClause._Fields, Object) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setFieldValue(IndexExpression._Fields, Object) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setFieldValue(InvalidRequestException._Fields, Object) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
setFieldValue(KeyCount._Fields, Object) - Method in class org.apache.cassandra.thrift.KeyCount
 
setFieldValue(KeyRange._Fields, Object) - Method in class org.apache.cassandra.thrift.KeyRange
 
setFieldValue(KeySlice._Fields, Object) - Method in class org.apache.cassandra.thrift.KeySlice
 
setFieldValue(KsDef._Fields, Object) - Method in class org.apache.cassandra.thrift.KsDef
 
setFieldValue(Mutation._Fields, Object) - Method in class org.apache.cassandra.thrift.Mutation
 
setFieldValue(NotFoundException._Fields, Object) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
setFieldValue(SchemaDisagreementException._Fields, Object) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
setFieldValue(SlicePredicate._Fields, Object) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
setFieldValue(SliceRange._Fields, Object) - Method in class org.apache.cassandra.thrift.SliceRange
 
setFieldValue(SuperColumn._Fields, Object) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setFieldValue(TimedOutException._Fields, Object) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
setFieldValue(TokenRange._Fields, Object) - Method in class org.apache.cassandra.thrift.TokenRange
 
setFieldValue(UnavailableException._Fields, Object) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
setFinish(byte[]) - Method in class org.apache.cassandra.thrift.SliceRange
 
setFinish(ByteBuffer) - Method in class org.apache.cassandra.thrift.SliceRange
 
setFinishIsSet(boolean) - Method in class org.apache.cassandra.thrift.SliceRange
 
setGc_grace_seconds(int) - Method in class org.apache.cassandra.thrift.CfDef
 
setGc_grace_secondsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setHost(String) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setHostIsSet(boolean) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setId(int) - Method in class org.apache.cassandra.thrift.CfDef
 
setIdIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setIndex_clause(IndexClause) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setIndex_clauseIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
setIndex_name(String) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIndex_nameIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIndex_options(Map<String, String>) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIndex_optionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIndex_type(IndexType) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIndex_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setIre(InvalidRequestException) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setIreIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setItemId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setItemId(int) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
setItemId(int) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setItemIdIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setItemIdIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
setItemIdIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.CqlRow
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.CqlRow
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.KeyCount
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.KeyCount
 
setKey(byte[]) - Method in class org.apache.cassandra.thrift.KeySlice
 
setKey(ByteBuffer) - Method in class org.apache.cassandra.thrift.KeySlice
 
setKey_alias(byte[]) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_alias(ByteBuffer) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_aliasIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_cache_save_period_in_seconds(int) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setKey_cache_save_period_in_secondsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_cache_size(double) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setKey_cache_sizeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_validation_class(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setKey_validation_classIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlRow
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyCount
 
setKeyIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeySlice
 
setKeys(List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setKeys(List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setKeys_per_split(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setKeys_per_split(int) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setKeys_per_splitIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setKeys_per_splitIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setKeysIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setKeysIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
setKeyspace(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
setKeyspaceIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setKs_def(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
setKs_def(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
setKs_defIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
setKs_defIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
setMax_compaction_threshold(int) - Method in class org.apache.cassandra.thrift.CfDef
 
setMax_compaction_thresholdIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMemtable_flush_after_mins(int) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setMemtable_flush_after_minsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMemtable_operations_in_millions(double) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setMemtable_operations_in_millionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMemtable_throughput_in_mb(int) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setMemtable_throughput_in_mbIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMerge_shards_chance(double) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setMerge_shards_chanceIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMin_compaction_threshold(int) - Method in class org.apache.cassandra.thrift.CfDef
 
setMin_compaction_thresholdIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setMutation_map(Map<ByteBuffer, Map<String, List<Mutation>>>) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
setMutation_map(Map<ByteBuffer, Map<String, List<Mutation>>>) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
setMutation_mapIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
setMutation_mapIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
setName(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setName(byte[]) - Method in class org.apache.cassandra.thrift.Column
 
setName(ByteBuffer) - Method in class org.apache.cassandra.thrift.Column
 
setName(byte[]) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setName(ByteBuffer) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setName(byte[]) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setName(ByteBuffer) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setName(byte[]) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setName(ByteBuffer) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setName(String) - Method in class org.apache.cassandra.thrift.KsDef
 
setName(byte[]) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setName(ByteBuffer) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setName_types(Map<ByteBuffer, String>) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setName_typesIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.Column
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setNameIsSet(boolean) - Method in class org.apache.cassandra.thrift.SuperColumn
 
setNfe(NotFoundException) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setNfe(NotFoundException) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setNfeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setNfeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setNum(int) - Method in class org.apache.cassandra.thrift.CqlResult
 
setNumIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlResult
 
setOp(IndexOperator) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setOpIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setPath(ColumnPath) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setPathIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
setPopulate_io_cache_on_flush(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setPopulate_io_cache_on_flushIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setPredicate(SlicePredicate) - Method in class org.apache.cassandra.thrift.Deletion
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
setPredicateIsSet(boolean) - Method in class org.apache.cassandra.thrift.Deletion
 
setQuery(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setQuery(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setQuery(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setQuery(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setQuery(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setQuery(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setQuery(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setQuery(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setQueryIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
setQueryIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
setQueryIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
setQueryIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
setRack(String) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setRackIsSet(boolean) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
setRange(KeyRange) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setRange(KeyRange) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setRangeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setRangeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
setRead_repair_chance(double) - Method in class org.apache.cassandra.thrift.CfDef
 
setRead_repair_chanceIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setReplicate_on_write(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setReplicate_on_writeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setReplication_factor(int) - Method in class org.apache.cassandra.thrift.KsDef
Deprecated.
ignored
setReplication_factorIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setReversed(boolean) - Method in class org.apache.cassandra.thrift.SliceRange
 
setReversedIsSet(boolean) - Method in class org.apache.cassandra.thrift.SliceRange
 
setRow_cache_keys_to_save(int) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setRow_cache_keys_to_saveIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setRow_cache_provider(String) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setRow_cache_providerIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setRow_cache_save_period_in_seconds(int) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setRow_cache_save_period_in_secondsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setRow_cache_size(double) - Method in class org.apache.cassandra.thrift.CfDef
Deprecated. 
setRow_cache_sizeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setRow_count(long) - Method in class org.apache.cassandra.thrift.CfSplit
 
setRow_countIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfSplit
 
setRow_filter(List<IndexExpression>) - Method in class org.apache.cassandra.thrift.KeyRange
 
setRow_filterIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setRows(List<CqlRow>) - Method in class org.apache.cassandra.thrift.CqlResult
 
setRowsIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlResult
 
setRpc_endpoints(List<String>) - Method in class org.apache.cassandra.thrift.TokenRange
 
setRpc_endpointsIsSet(boolean) - Method in class org.apache.cassandra.thrift.TokenRange
 
setSchema(CqlMetadata) - Method in class org.apache.cassandra.thrift.CqlResult
 
setSchemaIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlResult
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setSde(SchemaDisagreementException) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setSdeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setSlice_range(SliceRange) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
setSlice_rangeIsSet(boolean) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
setStart(byte[]) - Method in class org.apache.cassandra.thrift.SliceRange
 
setStart(ByteBuffer) - Method in class org.apache.cassandra.thrift.SliceRange
 
setStart_column(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setStart_column(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setStart_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
setStart_key(byte[]) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setStart_key(ByteBuffer) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setStart_key(byte[]) - Method in class org.apache.cassandra.thrift.KeyRange
 
setStart_key(ByteBuffer) - Method in class org.apache.cassandra.thrift.KeyRange
 
setStart_keyIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
setStart_keyIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setStart_token(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setStart_token(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setStart_token(String) - Method in class org.apache.cassandra.thrift.CfSplit
 
setStart_token(String) - Method in class org.apache.cassandra.thrift.KeyRange
 
setStart_token(String) - Method in class org.apache.cassandra.thrift.TokenRange
 
setStart_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
setStart_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
setStart_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfSplit
 
setStart_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.KeyRange
 
setStart_tokenIsSet(boolean) - Method in class org.apache.cassandra.thrift.TokenRange
 
setStartIsSet(boolean) - Method in class org.apache.cassandra.thrift.SliceRange
 
setStrategy_class(String) - Method in class org.apache.cassandra.thrift.KsDef
 
setStrategy_classIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setStrategy_options(Map<String, String>) - Method in class org.apache.cassandra.thrift.KsDef
 
setStrategy_optionsIsSet(boolean) - Method in class org.apache.cassandra.thrift.KsDef
 
setSubcomparator_type(String) - Method in class org.apache.cassandra.thrift.CfDef
 
setSubcomparator_typeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CfDef
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
setSuccess(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setSuccess(List<KsDef>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
setSuccess(List<TokenRange>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
setSuccess(List<TokenRange>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
setSuccess(Map<String, List<String>>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
setSuccess(List<CfSplit>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
setSuccess(List<String>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
setSuccess(Map<String, String>) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
setSuccess(CqlResult) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setSuccess(CqlResult) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setSuccess(CqlResult) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setSuccess(CqlResult) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setSuccess(int) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setSuccess(List<KeySlice>) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setSuccess(List<KeySlice>) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setSuccess(List<KeySlice>) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setSuccess(ColumnOrSuperColumn) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setSuccess(List<ColumnOrSuperColumn>) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setSuccess(Map<ByteBuffer, Integer>) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setSuccess(Map<ByteBuffer, List<ColumnOrSuperColumn>>) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setSuccess(CqlPreparedResult) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
setSuccess(CqlPreparedResult) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setSuccess(String) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setSuccess(byte[]) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
setSuccess(ByteBuffer) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
setSuccessIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
setSuper_column(SuperColumn) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setSuper_column(byte[]) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setSuper_column(ByteBuffer) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setSuper_column(byte[]) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setSuper_column(ByteBuffer) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setSuper_column(byte[]) - Method in class org.apache.cassandra.thrift.Deletion
 
setSuper_column(ByteBuffer) - Method in class org.apache.cassandra.thrift.Deletion
 
setSuper_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
setSuper_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnParent
 
setSuper_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnPath
 
setSuper_columnIsSet(boolean) - Method in class org.apache.cassandra.thrift.Deletion
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setTe(TimedOutException) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setTeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setTimestamp(long) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setTimestamp(long) - Method in class org.apache.cassandra.thrift.Column
 
setTimestamp(long) - Method in class org.apache.cassandra.thrift.Deletion
 
setTimestampIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
setTimestampIsSet(boolean) - Method in class org.apache.cassandra.thrift.Column
 
setTimestampIsSet(boolean) - Method in class org.apache.cassandra.thrift.Deletion
 
setTtl(int) - Method in class org.apache.cassandra.thrift.Column
 
setTtlIsSet(boolean) - Method in class org.apache.cassandra.thrift.Column
 
setType(CqlResultType) - Method in class org.apache.cassandra.thrift.CqlResult
 
setTypeIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlResult
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setUe(UnavailableException) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
setUeIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
setValidation_class(String) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setValidation_classIsSet(boolean) - Method in class org.apache.cassandra.thrift.ColumnDef
 
setValue(byte[]) - Method in class org.apache.cassandra.thrift.Column
 
setValue(ByteBuffer) - Method in class org.apache.cassandra.thrift.Column
 
setValue(long) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setValue(byte[]) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setValue(ByteBuffer) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setValue_types(Map<ByteBuffer, String>) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setValue_typesIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
setValueIsSet(boolean) - Method in class org.apache.cassandra.thrift.Column
 
setValueIsSet(boolean) - Method in class org.apache.cassandra.thrift.CounterColumn
 
setValueIsSet(boolean) - Method in class org.apache.cassandra.thrift.IndexExpression
 
setValues(List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setValues(List<ByteBuffer>) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
setValuesIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
setValuesIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
setVariable_names(List<String>) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setVariable_namesIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setVariable_types(List<String>) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setVariable_typesIsSet(boolean) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
setVersion(String) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
setVersionIsSet(boolean) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
setWhy(String) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
setWhy(String) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
setWhy(String) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
setWhyIsSet(boolean) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
setWhyIsSet(boolean) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
setWhyIsSet(boolean) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
slice_range - Variable in class org.apache.cassandra.thrift.SlicePredicate
 
SlicePredicate - Class in org.apache.cassandra.thrift
A SlicePredicate is similar to a mathematic predicate (see http://en.wikipedia.org/wiki/Predicate_(mathematical_logic)), which is described as "a property that the elements of a set have in common." SlicePredicate's in Cassandra are described with either a list of column_names or a SliceRange.
SlicePredicate() - Constructor for class org.apache.cassandra.thrift.SlicePredicate
 
SlicePredicate(SlicePredicate) - Constructor for class org.apache.cassandra.thrift.SlicePredicate
Performs a deep copy on other.
SlicePredicate._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
SliceRange - Class in org.apache.cassandra.thrift
A slice range is a structure that stores basic range, ordering and limit information for a query that will return multiple columns.
SliceRange() - Constructor for class org.apache.cassandra.thrift.SliceRange
 
SliceRange(ByteBuffer, ByteBuffer, boolean, int) - Constructor for class org.apache.cassandra.thrift.SliceRange
 
SliceRange(SliceRange) - Constructor for class org.apache.cassandra.thrift.SliceRange
Performs a deep copy on other.
SliceRange._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
start - Variable in class org.apache.cassandra.thrift.SliceRange
 
start_column - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
start_key - Variable in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
start_key - Variable in class org.apache.cassandra.thrift.KeyRange
 
start_token - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
start_token - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
start_token - Variable in class org.apache.cassandra.thrift.CfSplit
 
start_token - Variable in class org.apache.cassandra.thrift.KeyRange
 
start_token - Variable in class org.apache.cassandra.thrift.TokenRange
 
strategy_class - Variable in class org.apache.cassandra.thrift.KsDef
 
strategy_options - Variable in class org.apache.cassandra.thrift.KsDef
 
subcomparator_type - Variable in class org.apache.cassandra.thrift.CfDef
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
success - Variable in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
super_column - Variable in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
super_column - Variable in class org.apache.cassandra.thrift.ColumnParent
 
super_column - Variable in class org.apache.cassandra.thrift.ColumnPath
 
super_column - Variable in class org.apache.cassandra.thrift.Deletion
 
SuperColumn - Class in org.apache.cassandra.thrift
A named list of columns.
SuperColumn() - Constructor for class org.apache.cassandra.thrift.SuperColumn
 
SuperColumn(ByteBuffer, List<Column>) - Constructor for class org.apache.cassandra.thrift.SuperColumn
 
SuperColumn(SuperColumn) - Constructor for class org.apache.cassandra.thrift.SuperColumn
Performs a deep copy on other.
SuperColumn._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
system_add_column_family(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_column_family_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_add_column_family(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_column_family_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_add_column_family(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_add_column_family(CfDef) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
adds a column family.
system_add_keyspace(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_add_keyspace(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_add_keyspace_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_add_keyspace(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_add_keyspace(KsDef) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
adds a keyspace and any column families that are part of it.
system_drop_column_family(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_column_family_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_drop_column_family(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_column_family_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_drop_column_family(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_drop_column_family(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
drops a column family.
system_drop_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_keyspace_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_drop_keyspace(String, AsyncMethodCallback<Cassandra.AsyncClient.system_drop_keyspace_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_drop_keyspace(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_drop_keyspace(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
drops a keyspace and any column families that are part of it.
system_update_column_family(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_column_family_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_update_column_family(CfDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_column_family_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_update_column_family(CfDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_update_column_family(CfDef) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
updates properties of a column family.
system_update_keyspace(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_keyspace_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
system_update_keyspace(KsDef, AsyncMethodCallback<Cassandra.AsyncClient.system_update_keyspace_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
system_update_keyspace(KsDef) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
system_update_keyspace(KsDef) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
updates properties of a keyspace.

T

te - Variable in class org.apache.cassandra.thrift.Cassandra.add_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.insert_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.remove_result
 
te - Variable in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
TimedOutException - Exception in org.apache.cassandra.thrift
RPC timeout was exceeded.
TimedOutException() - Constructor for exception org.apache.cassandra.thrift.TimedOutException
 
TimedOutException(TimedOutException) - Constructor for exception org.apache.cassandra.thrift.TimedOutException
Performs a deep copy on other.
TimedOutException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
timestamp - Variable in class org.apache.cassandra.thrift.Cassandra.remove_args
 
timestamp - Variable in class org.apache.cassandra.thrift.Column
 
timestamp - Variable in class org.apache.cassandra.thrift.Deletion
 
TokenRange - Class in org.apache.cassandra.thrift
A TokenRange describes part of the Cassandra ring, it is a mapping from a range to endpoints responsible for that range.
TokenRange() - Constructor for class org.apache.cassandra.thrift.TokenRange
 
TokenRange(String, String, List<String>) - Constructor for class org.apache.cassandra.thrift.TokenRange
 
TokenRange(TokenRange) - Constructor for class org.apache.cassandra.thrift.TokenRange
Performs a deep copy on other.
TokenRange._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
toString() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
toString() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
toString() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
toString() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
toString() - Method in class org.apache.cassandra.thrift.CfDef
 
toString() - Method in class org.apache.cassandra.thrift.CfSplit
 
toString() - Method in class org.apache.cassandra.thrift.Column
 
toString() - Method in class org.apache.cassandra.thrift.ColumnDef
 
toString() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
toString() - Method in class org.apache.cassandra.thrift.ColumnParent
 
toString() - Method in class org.apache.cassandra.thrift.ColumnPath
 
toString() - Method in class org.apache.cassandra.thrift.CounterColumn
 
toString() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
toString() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
toString() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
toString() - Method in class org.apache.cassandra.thrift.CqlResult
 
toString() - Method in class org.apache.cassandra.thrift.CqlRow
 
toString() - Method in class org.apache.cassandra.thrift.Deletion
 
toString() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
toString() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
toString() - Method in class org.apache.cassandra.thrift.IndexExpression
 
toString() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
toString() - Method in class org.apache.cassandra.thrift.KeyCount
 
toString() - Method in class org.apache.cassandra.thrift.KeyRange
 
toString() - Method in class org.apache.cassandra.thrift.KeySlice
 
toString() - Method in class org.apache.cassandra.thrift.KsDef
 
toString() - Method in class org.apache.cassandra.thrift.Mutation
 
toString() - Method in exception org.apache.cassandra.thrift.NotFoundException
 
toString() - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
toString() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
toString() - Method in class org.apache.cassandra.thrift.SliceRange
 
toString() - Method in class org.apache.cassandra.thrift.SuperColumn
 
toString() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
toString() - Method in class org.apache.cassandra.thrift.TokenRange
 
toString() - Method in exception org.apache.cassandra.thrift.UnavailableException
 
trace_next_query(AsyncMethodCallback<Cassandra.AsyncClient.trace_next_query_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
trace_next_query(AsyncMethodCallback<Cassandra.AsyncClient.trace_next_query_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
trace_next_query() - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
trace_next_query() - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Enables tracing for the next query in this connection and returns the UUID for that trace session The next query will be traced idependently of trace probability and the returned UUID can be used to query the trace keyspace
truncate(String, AsyncMethodCallback<Cassandra.AsyncClient.truncate_call>) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient
 
truncate(String, AsyncMethodCallback<Cassandra.AsyncClient.truncate_call>) - Method in interface org.apache.cassandra.thrift.Cassandra.AsyncIface
 
truncate(String) - Method in class org.apache.cassandra.thrift.Cassandra.Client
 
truncate(String) - Method in interface org.apache.cassandra.thrift.Cassandra.Iface
Truncate will mark and entire column family as deleted.
ttl - Variable in class org.apache.cassandra.thrift.Column
 
type - Variable in class org.apache.cassandra.thrift.CqlResult
 

U

ue - Variable in class org.apache.cassandra.thrift.Cassandra.add_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.insert_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.remove_result
 
ue - Variable in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
UnavailableException - Exception in org.apache.cassandra.thrift
Not all the replicas required could be created and/or read.
UnavailableException() - Constructor for exception org.apache.cassandra.thrift.UnavailableException
 
UnavailableException(UnavailableException) - Constructor for exception org.apache.cassandra.thrift.UnavailableException
Performs a deep copy on other.
UnavailableException._Fields - Enum in org.apache.cassandra.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
unsetAcknowledged_by() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
unsetAcknowledged_by_batchlog() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
unsetAuth_request() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
unsetAuthnx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
unsetAuthzx() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
unsetBloom_filter_fp_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetCaching() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
unsetCf_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
unsetCf_defs() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
unsetCfName() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
unsetCfname() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
unsetColumn() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
unsetColumn() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
unsetColumn() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
unsetColumn() - Method in class org.apache.cassandra.thrift.ColumnPath
 
unsetColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
unsetColumn_family() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
unsetColumn_family() - Method in class org.apache.cassandra.thrift.ColumnParent
 
unsetColumn_family() - Method in class org.apache.cassandra.thrift.ColumnPath
 
unsetColumn_metadata() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetColumn_name() - Method in class org.apache.cassandra.thrift.IndexExpression
 
unsetColumn_names() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
unsetColumn_or_supercolumn() - Method in class org.apache.cassandra.thrift.Mutation
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
unsetColumn_parent() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
unsetColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
unsetColumn_path() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
unsetColumn_predicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
unsetColumn_type() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetColumns() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
unsetColumns() - Method in class org.apache.cassandra.thrift.CqlRow
 
unsetColumns() - Method in class org.apache.cassandra.thrift.KeySlice
 
unsetColumns() - Method in class org.apache.cassandra.thrift.SuperColumn
 
unsetComment() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetCompaction_strategy() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetCompaction_strategy_options() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetComparator_type() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
unsetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
unsetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
unsetCompression() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
unsetCompression_options() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
unsetConsistency() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
unsetConsistency_level() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
unsetCount() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
unsetCount() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
unsetCount() - Method in class org.apache.cassandra.thrift.KeyCount
 
unsetCount() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetCount() - Method in class org.apache.cassandra.thrift.SliceRange
 
unsetCounter_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
unsetCounter_super_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
unsetCredentials() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
unsetDatacenter() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
unsetDclocal_read_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetDefault_name_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
unsetDefault_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetDefault_value_type() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
unsetDeletion() - Method in class org.apache.cassandra.thrift.Mutation
 
unsetDurable_writes() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetEnd_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
unsetEnd_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
unsetEnd_token() - Method in class org.apache.cassandra.thrift.CfSplit
 
unsetEnd_token() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetEnd_token() - Method in class org.apache.cassandra.thrift.TokenRange
 
unsetEndpoint_details() - Method in class org.apache.cassandra.thrift.TokenRange
 
unsetEndpoints() - Method in class org.apache.cassandra.thrift.TokenRange
 
unsetExpressions() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
unsetFinish() - Method in class org.apache.cassandra.thrift.SliceRange
 
unsetGc_grace_seconds() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetHost() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
unsetId() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetIndex_clause() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
unsetIndex_name() - Method in class org.apache.cassandra.thrift.ColumnDef
 
unsetIndex_options() - Method in class org.apache.cassandra.thrift.ColumnDef
 
unsetIndex_type() - Method in class org.apache.cassandra.thrift.ColumnDef
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
unsetIre() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
unsetItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
unsetItemId() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
unsetItemId() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
unsetKey() - Method in class org.apache.cassandra.thrift.CqlRow
 
unsetKey() - Method in class org.apache.cassandra.thrift.KeyCount
 
unsetKey() - Method in class org.apache.cassandra.thrift.KeySlice
 
unsetKey_alias() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetKey_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetKey_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetKey_validation_class() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
unsetKeys() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
unsetKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
unsetKeys_per_split() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
unsetKeyspace() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
unsetKs_def() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
unsetMax_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMemtable_flush_after_mins() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMemtable_operations_in_millions() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMemtable_throughput_in_mb() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMerge_shards_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMin_compaction_threshold() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
unsetMutation_map() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
unsetName() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetName() - Method in class org.apache.cassandra.thrift.Column
 
unsetName() - Method in class org.apache.cassandra.thrift.ColumnDef
 
unsetName() - Method in class org.apache.cassandra.thrift.CounterColumn
 
unsetName() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
unsetName() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetName() - Method in class org.apache.cassandra.thrift.SuperColumn
 
unsetName_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
unsetNfe() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
unsetNfe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
unsetNum() - Method in class org.apache.cassandra.thrift.CqlResult
 
unsetOp() - Method in class org.apache.cassandra.thrift.IndexExpression
 
unsetPath() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
unsetPopulate_io_cache_on_flush() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
unsetPredicate() - Method in class org.apache.cassandra.thrift.Deletion
 
unsetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
unsetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
unsetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
unsetQuery() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
unsetRack() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
unsetRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
unsetRange() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
unsetRead_repair_chance() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetReplicate_on_write() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetReplication_factor() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetReversed() - Method in class org.apache.cassandra.thrift.SliceRange
 
unsetRow_cache_keys_to_save() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetRow_cache_provider() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetRow_cache_save_period_in_seconds() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetRow_cache_size() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetRow_count() - Method in class org.apache.cassandra.thrift.CfSplit
 
unsetRow_filter() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetRows() - Method in class org.apache.cassandra.thrift.CqlResult
 
unsetRpc_endpoints() - Method in class org.apache.cassandra.thrift.TokenRange
 
unsetSchema() - Method in class org.apache.cassandra.thrift.CqlResult
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
unsetSde() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
unsetSlice_range() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
unsetStart() - Method in class org.apache.cassandra.thrift.SliceRange
 
unsetStart_column() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
unsetStart_key() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
unsetStart_key() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
unsetStart_token() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
unsetStart_token() - Method in class org.apache.cassandra.thrift.CfSplit
 
unsetStart_token() - Method in class org.apache.cassandra.thrift.KeyRange
 
unsetStart_token() - Method in class org.apache.cassandra.thrift.TokenRange
 
unsetStrategy_class() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetStrategy_options() - Method in class org.apache.cassandra.thrift.KsDef
 
unsetSubcomparator_type() - Method in class org.apache.cassandra.thrift.CfDef
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
unsetSuccess() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
unsetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
unsetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnParent
 
unsetSuper_column() - Method in class org.apache.cassandra.thrift.ColumnPath
 
unsetSuper_column() - Method in class org.apache.cassandra.thrift.Deletion
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
unsetTe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
unsetTimestamp() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
unsetTimestamp() - Method in class org.apache.cassandra.thrift.Column
 
unsetTimestamp() - Method in class org.apache.cassandra.thrift.Deletion
 
unsetTtl() - Method in class org.apache.cassandra.thrift.Column
 
unsetType() - Method in class org.apache.cassandra.thrift.CqlResult
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
unsetUe() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
unsetValidation_class() - Method in class org.apache.cassandra.thrift.ColumnDef
 
unsetValue() - Method in class org.apache.cassandra.thrift.Column
 
unsetValue() - Method in class org.apache.cassandra.thrift.CounterColumn
 
unsetValue() - Method in class org.apache.cassandra.thrift.IndexExpression
 
unsetValue_types() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
unsetValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
unsetValues() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
unsetVariable_names() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
unsetVariable_types() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
unsetVersion() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
unsetWhy() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
unsetWhy() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
unsetWhy() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 

V

validate() - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
validate() - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
validate() - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
validate() - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
validate() - Method in class org.apache.cassandra.thrift.CfDef
 
validate() - Method in class org.apache.cassandra.thrift.CfSplit
 
validate() - Method in class org.apache.cassandra.thrift.Column
 
validate() - Method in class org.apache.cassandra.thrift.ColumnDef
 
validate() - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
validate() - Method in class org.apache.cassandra.thrift.ColumnParent
 
validate() - Method in class org.apache.cassandra.thrift.ColumnPath
 
validate() - Method in class org.apache.cassandra.thrift.CounterColumn
 
validate() - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
validate() - Method in class org.apache.cassandra.thrift.CqlMetadata
 
validate() - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
validate() - Method in class org.apache.cassandra.thrift.CqlResult
 
validate() - Method in class org.apache.cassandra.thrift.CqlRow
 
validate() - Method in class org.apache.cassandra.thrift.Deletion
 
validate() - Method in class org.apache.cassandra.thrift.EndpointDetails
 
validate() - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
validate() - Method in class org.apache.cassandra.thrift.IndexExpression
 
validate() - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
validate() - Method in class org.apache.cassandra.thrift.KeyCount
 
validate() - Method in class org.apache.cassandra.thrift.KeyRange
 
validate() - Method in class org.apache.cassandra.thrift.KeySlice
 
validate() - Method in class org.apache.cassandra.thrift.KsDef
 
validate() - Method in class org.apache.cassandra.thrift.Mutation
 
validate() - Method in exception org.apache.cassandra.thrift.NotFoundException
 
validate() - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
validate() - Method in class org.apache.cassandra.thrift.SlicePredicate
 
validate() - Method in class org.apache.cassandra.thrift.SliceRange
 
validate() - Method in class org.apache.cassandra.thrift.SuperColumn
 
validate() - Method in exception org.apache.cassandra.thrift.TimedOutException
 
validate() - Method in class org.apache.cassandra.thrift.TokenRange
 
validate() - Method in exception org.apache.cassandra.thrift.UnavailableException
 
validation_class - Variable in class org.apache.cassandra.thrift.ColumnDef
 
value - Variable in class org.apache.cassandra.thrift.Column
 
value - Variable in class org.apache.cassandra.thrift.CounterColumn
 
value - Variable in class org.apache.cassandra.thrift.IndexExpression
 
value_types - Variable in class org.apache.cassandra.thrift.CqlMetadata
 
valueOf(String) - Static method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CfDef._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CfSplit._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Column._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.ColumnDef._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.ColumnParent._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.ColumnPath._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CounterColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CqlResult._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CqlResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.CqlRow._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Deletion._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.IndexExpression._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.IndexOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.KeyCount._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.KeyRange._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.KeySlice._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.KsDef._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.Mutation._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.NotFoundException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.SliceRange._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.SuperColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.TimedOutException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.TokenRange._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cassandra.thrift.UnavailableException._Fields
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cassandra.thrift.AuthenticationException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.AuthenticationRequest._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.AuthorizationException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.add_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.add_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.batch_mutate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_local_ring_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_partitioner_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_ring_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_snitch_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_splits_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_token_map_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.describe_version_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_cql_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_count_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_paged_slice_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_range_slices_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.get_slice_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.insert_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.login_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.login_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_count_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.multiget_slice_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_counter_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.remove_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.set_cql_version_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.set_keyspace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_column_family_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_column_family_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.trace_next_query_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Cassandra.truncate_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CfDef._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CfSplit._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Column._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.ColumnDef._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.ColumnOrSuperColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.ColumnParent._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.ColumnPath._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CounterColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CounterSuperColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CqlMetadata._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CqlPreparedResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CqlResult._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CqlResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.CqlRow._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Deletion._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.EndpointDetails._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.IndexClause._Fields
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.IndexExpression._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.IndexOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.InvalidRequestException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.KeyCount._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.KeyRange._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.KeySlice._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.KsDef._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.Mutation._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.NotFoundException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.SchemaDisagreementException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.SlicePredicate._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.SliceRange._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.SuperColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.TimedOutException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.TokenRange._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cassandra.thrift.UnavailableException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
variable_names - Variable in class org.apache.cassandra.thrift.CqlPreparedResult
 
variable_types - Variable in class org.apache.cassandra.thrift.CqlPreparedResult
 
version - Variable in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
VERSION - Static variable in class org.apache.cassandra.thrift.Constants
 

W

why - Variable in exception org.apache.cassandra.thrift.AuthenticationException
 
why - Variable in exception org.apache.cassandra.thrift.AuthorizationException
 
why - Variable in exception org.apache.cassandra.thrift.InvalidRequestException
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.AuthenticationException
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.AuthenticationRequest
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.AuthorizationException
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.add_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.add_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.atomic_batch_mutate_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.batch_mutate_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_cluster_name_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspace_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_keyspaces_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_local_ring_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_partitioner_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_ring_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_schema_versions_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_snitch_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_ex_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_splits_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_token_map_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.describe_version_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql3_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_cql_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql3_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.execute_prepared_cql_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_count_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_indexed_slices_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_paged_slice_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_range_slices_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.get_slice_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.insert_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.insert_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.login_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.login_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_count_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.multiget_slice_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql3_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_counter_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.remove_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_cql_version_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.set_keyspace_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_column_family_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_add_keyspace_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_column_family_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_drop_keyspace_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_column_family_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.system_update_keyspace_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.trace_next_query_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_args
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.truncate_result
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CfDef
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CfSplit
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Column
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnDef
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnOrSuperColumn
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnParent
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.ColumnPath
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CounterColumn
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CounterSuperColumn
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CqlMetadata
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CqlPreparedResult
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CqlResult
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.CqlRow
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Deletion
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.EndpointDetails
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.IndexClause
Deprecated.
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.IndexExpression
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.InvalidRequestException
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.KeyCount
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.KeyRange
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.KeySlice
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.KsDef
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.Mutation
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.NotFoundException
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.SchemaDisagreementException
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.SlicePredicate
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.SliceRange
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.SuperColumn
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.TimedOutException
 
write(TProtocol) - Method in class org.apache.cassandra.thrift.TokenRange
 
write(TProtocol) - Method in exception org.apache.cassandra.thrift.UnavailableException
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.add_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.atomic_batch_mutate_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.batch_mutate_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_cluster_name_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspace_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_keyspaces_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_local_ring_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_partitioner_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_ring_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_schema_versions_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_snitch_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_splits_ex_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_token_map_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.describe_version_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql3_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_cql_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql3_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.execute_prepared_cql_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_count_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_indexed_slices_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_paged_slice_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_range_slices_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.get_slice_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.insert_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.login_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_count_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.multiget_slice_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql3_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.prepare_cql_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.remove_counter_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_cql_version_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.set_keyspace_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_column_family_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_add_keyspace_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_column_family_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_drop_keyspace_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_column_family_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.system_update_keyspace_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.trace_next_query_call
 
write_args(TProtocol) - Method in class org.apache.cassandra.thrift.Cassandra.AsyncClient.truncate_call
 
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2014 The Apache Software Foundation