Class View
java.lang.Object
org.apache.cassandra.index.sasi.conf.view.View
- All Implemented Interfaces:
Iterable<SSTableIndex>
-
Constructor Summary
ConstructorsConstructorDescriptionView(ColumnIndex index, Collection<SSTableIndex> currentView, Collection<SSTableReader> oldSSTables, Set<SSTableIndex> newIndexes) View(ColumnIndex index, Set<SSTableIndex> indexes) -
Method Summary
Modifier and TypeMethodDescriptioniterator()match(ByteBuffer minKey, ByteBuffer maxKey) match(Expression expression) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
View
-
View
public View(ColumnIndex index, Collection<SSTableIndex> currentView, Collection<SSTableReader> oldSSTables, Set<SSTableIndex> newIndexes)
-
-
Method Details
-
match
-
match
-
iterator
- Specified by:
iteratorin interfaceIterable<SSTableIndex>
-
getIndexes
-