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

Packages that use SuperSlice
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 SuperSlice in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement SuperSlice
 class SuperSliceImpl<SN,N,V>
          Represents a return of the get_slice query for supercolumns
 

Methods in me.prettyprint.cassandra.model that return SuperSlice
 SuperSlice<SN,N,V> SuperRowImpl.getSuperSlice()
           
 

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

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

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

Methods in me.prettyprint.hector.api.beans that return SuperSlice
 SuperSlice<SN,N,V> SuperRow.getSuperSlice()
           
 



Copyright © 2011. All Rights Reserved.