Package me.prettyprint.cassandra.service.template

Interface Summary
ColumnFamilyResult<K,N> A common interface for access to the resuls of a query of either a standard or super column family.
ColumnFamilyRowMapper<K,N,V> Converts the contents of a standard column family row into an object.
MappedColumnFamilyResult<K,N,V>  
MappedSuperCfResult<K,SN,N,V>  
SuperCfResult<K,SN,N> Holds the result for the contents of a super column.
SuperCfRowMapper<K,SN,N,V> Converts the contents of a given super column into an object.
 

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.
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>  
 



Copyright © 2011. All Rights Reserved.