org.apache.cassandra.db.index.composites
Class CompositesSearcher
java.lang.Object
org.apache.cassandra.db.index.SecondaryIndexSearcher
org.apache.cassandra.db.index.composites.CompositesSearcher
public class CompositesSearcher
- extends SecondaryIndexSearcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositesSearcher
public CompositesSearcher(SecondaryIndexManager indexManager,
java.util.Set<java.nio.ByteBuffer> columns,
int prefixSize)
isIndexing
public boolean isIndexing(java.util.List<org.apache.cassandra.thrift.IndexExpression> clause)
- Specified by:
isIndexing
in class SecondaryIndexSearcher
- Returns:
- true this index is able to handle given clauses.
search
public java.util.List<Row> search(java.util.List<org.apache.cassandra.thrift.IndexExpression> clause,
AbstractBounds<RowPosition> range,
int maxResults,
IDiskAtomFilter dataFilter,
boolean maxIsColumns)
- Specified by:
search
in class SecondaryIndexSearcher
getIndexedIterator
public ColumnFamilyStore.AbstractScanIterator getIndexedIterator(AbstractBounds<RowPosition> range,
ExtendedFilter filter)
Copyright © 2012 The Apache Software Foundation