| AuthenticationException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| AuthenticationRequest._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| AuthorizationException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| Column._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| ColumnOrSuperColumn._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| ColumnParent._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| ColumnPath._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| ConsistencyLevel
| The ConsistencyLevel is an enum that controls both read and write behavior based on in your
storage-conf.xml. |
code | html |
| Deletion._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| InvalidRequestException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| KeyRange._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| KeySlice._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| Mutation._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| NotFoundException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| SlicePredicate._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| SliceRange._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| SuperColumn._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| TimedOutException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| TokenRange._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| UnavailableException._Fields
| The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
code | html |
| AuthenticationException
| invalid authentication request (user does not exist or credentials invalid) |
code | html |
| AuthenticationRequest
| Authentication requests can contain any data, dependent on the AuthenticationBackend used |
code | html |
| AuthorizationException
| invalid authorization request (user does not have access to keyspace) |
code | html |
| CassandraDaemon
| This class supports two methods for creating a Cassandra node daemon,
invoking the class's main method, and using the jsvc wrapper from
commons-daemon, (for more information on using this class with the
jsvc wrapper, see the
Commons Daemon
documentation). |
code | html |
| CassandraServer
| Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
code | html |
| Column
| Basic unit of data within a ColumnFamily. |
code | html |
| ColumnOrSuperColumn
| Methods for fetching rows/records from Cassandra will return either a single instance of ColumnOrSuperColumn or a list
of ColumnOrSuperColumns (get_slice()). |
code | html |
| ColumnParent
| ColumnParent is used when selecting groups of columns from the same ColumnFamily. |
code | html |
| ColumnPath
| The ColumnPath is the path to a single column in Cassandra. |
code | html |
| Constants
| Autogenerated by Thrift
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING |
code | html |
| Deletion
| Autogenerated by Thrift
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING |
code | html |
| InvalidRequestException
| Invalid request could mean keyspace or column family does not exist, required parameters are missing, or a parameter is malformed. |
code | html |
| KeyRange
| The semantics of start keys and tokens are slightly different. |
code | html |
| KeySlice
| A KeySlice is key followed by the data it maps to. A collection of KeySlice is returned by the get_range_slice operation. |
code | html |
| Mutation
| A Mutation is either an insert, represented by filling column_or_supercolumn, or a deletion, represented by filling the deletion attribute. |
code | html |
| NotFoundException
| A specific column was requested that does not exist. |
code | html |
| 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. |
code | html |
| SliceRange
| A slice range is a structure that stores basic range, ordering and limit information for a query that will return
multiple columns. |
code | html |
| SuperColumn
| A named list of columns. |
code | html |
| ThriftGlue
| |
code | html |
| ThriftValidation
| |
code | html |
| TimedOutException
| RPC timeout was exceeded. either a node failed mid-operation, or load was too high, or the requested op was too large. |
code | html |
| TokenRange
| Autogenerated by Thrift
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING |
code | html |
| UnavailableException
| Not all the replicas required could be created and/or read. |
code | html |