Uses of Interface
me.prettyprint.hector.api.beans.ColumnSlice

Packages that use ColumnSlice
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.model.thrift   
me.prettyprint.hector.api.beans   
 

Uses of ColumnSlice in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement ColumnSlice
 class ColumnSliceImpl<N,V>
           
 

Methods in me.prettyprint.cassandra.model that return ColumnSlice
 ColumnSlice<N,V> RowImpl.getColumnSlice()
           
 

Uses of ColumnSlice in me.prettyprint.cassandra.model.thrift
 

Methods in me.prettyprint.cassandra.model.thrift that return types with arguments of type ColumnSlice
 QueryResult<ColumnSlice<N,V>> ThriftSubSliceQuery.execute()
           
 QueryResult<ColumnSlice<N,V>> ThriftSliceQuery.execute()
           
 

Uses of ColumnSlice in me.prettyprint.hector.api.beans
 

Methods in me.prettyprint.hector.api.beans that return ColumnSlice
 ColumnSlice<N,V> Row.getColumnSlice()
           
 



Copyright © 2011. All Rights Reserved.