Uses of Interface
me.prettyprint.cassandra.service.template.ColumnFamilyResult

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

Uses of ColumnFamilyResult in me.prettyprint.cassandra.service.template
 

Subinterfaces of ColumnFamilyResult in me.prettyprint.cassandra.service.template
 interface MappedColumnFamilyResult<K,N,V>
           
 interface MappedSuperCfResult<K,SN,N,V>
           
 interface SuperCfResult<K,SN,N>
          Holds the result for the contents of a super column.
 

Classes in me.prettyprint.cassandra.service.template that implement ColumnFamilyResult
 class AbstractResultWrapper<K,N>
          Provides access to the current row of data during queries.
 class ColumnFamilyResultWrapper<K,N>
          Wraps the results with as an Iterator.
 class MappedColumnFamilyResultWrapper<K,N,V>
           
 class MappedSuperCfResultWrapper<K,SN,N,V>
           
 class SuperCfResultWrapper<K,SN,N>
          Provides access to the current row of data during super column queries.
 

Methods in me.prettyprint.cassandra.service.template that return ColumnFamilyResult
 ColumnFamilyResult<K,N> ThriftColumnFamilyTemplate.doExecuteMultigetSlice(Iterable<K> keys, HSlicePredicate<N> workingSlicePredicate)
           
protected abstract  ColumnFamilyResult<K,N> ColumnFamilyTemplate.doExecuteMultigetSlice(Iterable<K> keys, HSlicePredicate<N> workingSlicePredicate)
           
 ColumnFamilyResult<K,N> ThriftColumnFamilyTemplate.doExecuteSlice(K key, HSlicePredicate<N> workingSlicePredicate)
           
protected abstract  ColumnFamilyResult<K,N> ColumnFamilyTemplate.doExecuteSlice(K key, HSlicePredicate<N> workingSlicePredicate)
           
 ColumnFamilyResult<K,N> ColumnFamilyResultWrapper.next()
           
 ColumnFamilyResult<K,N> ColumnFamilyTemplate.queryColumns(Iterable<K> keys)
           
 ColumnFamilyResult<K,N> ColumnFamilyTemplate.queryColumns(K key)
           
 ColumnFamilyResult<K,N> ColumnFamilyTemplate.queryColumns(K key, HSlicePredicate<N> predicate)
           
 ColumnFamilyResult<K,N> ColumnFamilyTemplate.queryColumns(K key, List<N> columns)
           
 

Methods in me.prettyprint.cassandra.service.template with parameters of type ColumnFamilyResult
 V ColumnFamilyRowMapper.mapRow(ColumnFamilyResult<K,N> results)
           
 



Copyright © 2011. All Rights Reserved.