Uses of Class
org.apache.cassandra.db.filter.SliceQueryFilter

Packages that use SliceQueryFilter
org.apache.cassandra.db   
org.apache.cassandra.db.filter   
 

Uses of SliceQueryFilter in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type SliceQueryFilter
 ColumnIterator Memtable.getSliceIterator(ColumnFamily cf, SliceQueryFilter filter, AbstractType typeComparator)
          obtain an iterator of columns in this memtable in the specified order starting from a given column.
 

Uses of SliceQueryFilter in org.apache.cassandra.db.filter
 

Subclasses of SliceQueryFilter in org.apache.cassandra.db.filter
 class IdentityQueryFilter
           
 



Copyright © 2010 The Apache Software Foundation