|
Class Summary |
| AbstractColumnFamilyTemplate<K,N> |
|
| AbstractResultWrapper<K,N> |
Provides access to the current row of data during queries. |
| AbstractTemplateUpdater<K,N> |
|
| CassandraClusterFactory |
Factory to remove Cassandra configuration concerns from DAO objects. |
| ColumnFamilyResultWrapper<K,N> |
Wraps the results with as an Iterator. |
| ColumnFamilyTemplate<K,N> |
This applies a Template Method pattern, much like Spring's JdbcTemplate, to
Cassandra. |
| ColumnFamilyUpdater<K,N> |
This provides an interface of updating a specified row, most likely with the
contents of an object. |
| IndexedSlicesPredicate<K,N,V> |
Predicate wrapping the Thrift IndexClause for the get_indexed_slices call. |
| MappedColumnFamilyResultWrapper<K,N,V> |
|
| MappedSuperCfResultWrapper<K,SN,N,V> |
|
| SuperCfResultWrapper<K,SN,N> |
Provides access to the current row of data during super column queries. |
| SuperCfTemplate<K,SN,N> |
|
| SuperCfUpdater<K,SN,N> |
This provides an interface of updating a specified row, most likely with the
contents of an object. |
| ThriftColumnFamilyTemplate<K,N> |
Thrift specific implementation of ColumnFamilyTemplate |
| ThriftSuperCfTemplate<K,SN,N> |
|