Uses of Package
me.prettyprint.cassandra.service.template

Packages that use me.prettyprint.cassandra.service.template
me.prettyprint.cassandra.service   
me.prettyprint.cassandra.service.template   
 

Classes in me.prettyprint.cassandra.service.template used by me.prettyprint.cassandra.service
SliceFilter
           
 

Classes in me.prettyprint.cassandra.service.template used by me.prettyprint.cassandra.service.template
AbstractColumnFamilyTemplate
           
AbstractResultWrapper
          Provides access to the current row of data during queries.
AbstractTemplateUpdater
           
ColumnFamilyResult
          A common interface for access to the resuls of a query of either a standard or super column family.
ColumnFamilyResultWrapper
          Wraps the results with as an Iterator.
ColumnFamilyRowMapper
          Converts the contents of a standard column family row into an object.
ColumnFamilyTemplate
          This applies a Template Method pattern, much like Spring's JdbcTemplate, to Cassandra.
ColumnFamilyUpdater
          This provides an interface of updating a specified row, most likely with the contents of an object.
IndexedSlicesPredicate
          Predicate wrapping the Thrift IndexClause for the get_indexed_slices call.
MappedColumnFamilyResult
           
MappedSuperCfResult
           
SuperCfResult
          Holds the result for the contents of a super column.
SuperCfResultWrapper
          Provides access to the current row of data during super column queries.
SuperCfRowMapper
          Converts the contents of a given super column into an object.
SuperCfTemplate
           
SuperCfUpdater
          This provides an interface of updating a specified row, most likely with the contents of an object.
 



Copyright © 2013. All Rights Reserved.