|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.auth | |
---|---|
AuthenticationException
invalid authentication request (user does not exist or credentials invalid) |
|
AuthenticationRequest
Authentication requests can contain any data, dependent on the AuthenticationBackend used |
|
AuthorizationException
invalid authorization request (user does not have access to keyspace) |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.cli | |
---|---|
Cassandra.Client
|
|
InvalidRequestException
Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. |
|
NotFoundException
A specific column was requested that does not exist. |
|
TimedOutException
RPC timeout was exceeded. |
|
UnavailableException
Not all the replicas required could be created and/or read. |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.db | |
---|---|
ColumnOrSuperColumn
Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list of ColumnOrSuperColumns (get_slice()). |
|
ColumnParent
ColumnParent is used when selecting groups of columns from the same ColumnFamily. |
|
InvalidRequestException
Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. |
|
Mutation
A Mutation is either an insert, represented by filling column_or_supercolumn, or a deletion, represented by filling the deletion attribute. |
|
SlicePredicate
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. |
|
SliceRange
A slice range is a structure that stores basic range, ordering and limit information for a query that will return multiple columns. |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.db.filter | |
---|---|
ColumnParent
ColumnParent is used when selecting groups of columns from the same ColumnFamily. |
|
ColumnPath
The ColumnPath is the path to a single column in Cassandra. |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.hadoop | |
---|---|
SlicePredicate
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. |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.locator | |
---|---|
ConsistencyLevel
The ConsistencyLevel is an enum that controls both read and write behavior based on |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.service | |
---|---|
ConsistencyLevel
The ConsistencyLevel is an enum that controls both read and write behavior based on |
|
InvalidRequestException
Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. |
|
UnavailableException
Not all the replicas required could be created and/or read. |
Classes in org.apache.cassandra.thrift used by org.apache.cassandra.thrift | |
---|---|
AuthenticationException
invalid authentication request (user does not exist or credentials invalid) |
|
AuthenticationException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
AuthenticationRequest
Authentication requests can contain any data, dependent on the AuthenticationBackend used |
|
AuthenticationRequest._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
AuthorizationException
invalid authorization request (user does not have access to keyspace) |
|
AuthorizationException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.batch_insert_args
|
|
Cassandra.batch_insert_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.batch_insert_result
|
|
Cassandra.batch_insert_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.batch_mutate_args
|
|
Cassandra.batch_mutate_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.batch_mutate_result
|
|
Cassandra.batch_mutate_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_cluster_name_args
|
|
Cassandra.describe_cluster_name_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_cluster_name_result
|
|
Cassandra.describe_cluster_name_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_keyspace_args
|
|
Cassandra.describe_keyspace_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_keyspace_result
|
|
Cassandra.describe_keyspace_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_keyspaces_args
|
|
Cassandra.describe_keyspaces_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_keyspaces_result
|
|
Cassandra.describe_keyspaces_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_partitioner_args
|
|
Cassandra.describe_partitioner_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_partitioner_result
|
|
Cassandra.describe_partitioner_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_ring_args
|
|
Cassandra.describe_ring_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_ring_result
|
|
Cassandra.describe_ring_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_splits_args
|
|
Cassandra.describe_splits_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_splits_result
|
|
Cassandra.describe_splits_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_version_args
|
|
Cassandra.describe_version_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.describe_version_result
|
|
Cassandra.describe_version_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_args
|
|
Cassandra.get_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_count_args
|
|
Cassandra.get_count_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_count_result
|
|
Cassandra.get_count_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_range_slice_args
|
|
Cassandra.get_range_slice_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_range_slice_result
|
|
Cassandra.get_range_slice_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_range_slices_args
|
|
Cassandra.get_range_slices_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_range_slices_result
|
|
Cassandra.get_range_slices_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_result
|
|
Cassandra.get_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_slice_args
|
|
Cassandra.get_slice_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_slice_result
|
|
Cassandra.get_slice_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_string_list_property_args
|
|
Cassandra.get_string_list_property_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_string_list_property_result
|
|
Cassandra.get_string_list_property_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_string_property_args
|
|
Cassandra.get_string_property_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.get_string_property_result
|
|
Cassandra.get_string_property_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.Iface
|
|
Cassandra.insert_args
|
|
Cassandra.insert_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.insert_result
|
|
Cassandra.insert_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.login_args
|
|
Cassandra.login_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.login_result
|
|
Cassandra.login_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.multiget_args
|
|
Cassandra.multiget_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.multiget_result
|
|
Cassandra.multiget_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.multiget_slice_args
|
|
Cassandra.multiget_slice_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.multiget_slice_result
|
|
Cassandra.multiget_slice_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.Processor.ProcessFunction
|
|
Cassandra.remove_args
|
|
Cassandra.remove_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Cassandra.remove_result
|
|
Cassandra.remove_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Column
Basic unit of data within a ColumnFamily. |
|
Column._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
ColumnOrSuperColumn
Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list of ColumnOrSuperColumns (get_slice()). |
|
ColumnOrSuperColumn._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
ColumnParent
ColumnParent is used when selecting groups of columns from the same ColumnFamily. |
|
ColumnParent._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
ColumnPath
The ColumnPath is the path to a single column in Cassandra. |
|
ColumnPath._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
ConsistencyLevel
The ConsistencyLevel is an enum that controls both read and write behavior based on |
|
CustomTThreadPoolServer.Options
|
|
Deletion
|
|
Deletion._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
InvalidRequestException
Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. |
|
InvalidRequestException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
KeyRange
The semantics of start keys and tokens are slightly different. |
|
KeyRange._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
KeySlice
A KeySlice is key followed by the data it maps to. |
|
KeySlice._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
Mutation
A Mutation is either an insert, represented by filling column_or_supercolumn, or a deletion, represented by filling the deletion attribute. |
|
Mutation._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
NotFoundException
A specific column was requested that does not exist. |
|
NotFoundException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
SlicePredicate
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._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
SliceRange
A slice range is a structure that stores basic range, ordering and limit information for a query that will return multiple columns. |
|
SliceRange._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
SuperColumn
A named list of columns. |
|
SuperColumn._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
TimedOutException
RPC timeout was exceeded. |
|
TimedOutException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
TokenRange
|
|
TokenRange._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
UnavailableException
Not all the replicas required could be created and/or read. |
|
UnavailableException._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |