Uses of Class
me.prettyprint.cassandra.model.AbstractSliceQuery

Packages that use AbstractSliceQuery
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   
 

Uses of AbstractSliceQuery in me.prettyprint.cassandra.model
 

Subclasses of AbstractSliceQuery in me.prettyprint.cassandra.model
 class IndexedSlicesQuery<K,N,V>
          Uses new secondary indexes.
 

Methods in me.prettyprint.cassandra.model that return AbstractSliceQuery
 AbstractSliceQuery<K,N,V,T> AbstractSliceQuery.setReturnKeysOnly()
          Wraps the underlying call to HSlicePredicate.setKeysOnlyPredicate() Use this for a substantial performance increase when you only need the keys returned
 

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

Subclasses of AbstractSliceQuery in me.prettyprint.cassandra.model.thrift
 class ThriftMultigetSliceCounterQuery<K,N>
          A query wrapper for the thrift call multiget_slice
 class ThriftMultigetSliceQuery<K,N,V>
          A query wrapper for the thrift call multiget_slice
 class ThriftMultigetSubSliceQuery<K,SN,N,V>
          A query wrapper for the thrift call multiget_slice for subcolumns of supercolumns
 class ThriftMultigetSuperSliceCounterQuery<K,SN,N>
          A query wrapper for the thrift call multiget_slice for a slice of supercolumns
 class ThriftMultigetSuperSliceQuery<K,SN,N,V>
          A query wrapper for the thrift call multiget_slice for a slice of supercolumns
 class ThriftRangeSlicesCounterQuery<K,N>
          A query for the thrift call get_range_slices.
 class ThriftRangeSlicesQuery<K,N,V>
          A query for the thrift call get_range_slices.
 class ThriftRangeSubSlicesQuery<K,SN,N,V>
          A query for the thrift call get_range_slices for subcolumns of supercolumns
 class ThriftRangeSuperSlicesCounterQuery<K,SN,N>
          A query for the thrift call get_range_slices of supercolumns
 class ThriftRangeSuperSlicesQuery<K,SN,N,V>
          A query for the thrift call get_range_slices of supercolumns
 class ThriftSliceCounterQuery<K,N>
          A query for the thrift call get_slice
 class ThriftSliceQuery<K,N,V>
          A query for the thrift call get_slice
 class ThriftSubSliceQuery<K,SN,N,V>
          A query for the thrift call get_slice on subcolumns of a supercolumns.
 class ThriftSuperSliceCounterQuery<K,SN,N>
          A query for the thrift call get_slice.
 class ThriftSuperSliceQuery<K,SN,N,V>
          A query for the thrift call get_slice.
 



Copyright © 2011. All Rights Reserved.