Uses of Class
org.apache.cassandra.index.sai.disk.SSTableIndex
Packages that use SSTableIndex
Package
Description
-
Uses of SSTableIndex in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return SSTableIndexModifier and TypeMethodDescriptionSSTableContext.newSSTableIndex(StorageAttachedIndex index) Returns a newSSTableIndexfor a per-column index -
Uses of SSTableIndex in org.apache.cassandra.index.sai.disk
Subclasses of SSTableIndex in org.apache.cassandra.index.sai.diskModifier and TypeClassDescriptionclassA placeholder index for when there is no on-disk index.Fields in org.apache.cassandra.index.sai.disk with type parameters of type SSTableIndexMethods in org.apache.cassandra.index.sai.disk with parameters of type SSTableIndexMethod parameters in org.apache.cassandra.index.sai.disk with type arguments of type SSTableIndexModifier and TypeMethodDescriptionstatic IndexSearchResultIteratorIndexSearchResultIterator.build(List<KeyRangeIterator> sstableIntersections, List<KeyRangeIterator> memtableResults, Set<SSTableIndex> referencedIndexes, QueryContext queryContext, Runnable onClose) -
Uses of SSTableIndex in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format that return SSTableIndexModifier and TypeMethodDescriptionIndexDescriptor.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) OnDiskFormat.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) Create a newSSTableIndexfor an on-disk index. -
Uses of SSTableIndex in org.apache.cassandra.index.sai.disk.v1
Subclasses of SSTableIndex in org.apache.cassandra.index.sai.disk.v1Modifier and TypeClassDescriptionclassA version specific implementation of theSSTableIndexwhere the index is segmentedMethods in org.apache.cassandra.index.sai.disk.v1 that return SSTableIndexModifier and TypeMethodDescriptionV1OnDiskFormat.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) -
Uses of SSTableIndex in org.apache.cassandra.index.sai.plan
Fields in org.apache.cassandra.index.sai.plan with type parameters of type SSTableIndexModifier and TypeFieldDescriptionfinal Set<SSTableIndex>QueryViewBuilder.QueryView.referencedIndexesfinal Collection<SSTableIndex>QueryViewBuilder.QueryExpressionView.sstableIndexesConstructor parameters in org.apache.cassandra.index.sai.plan with type arguments of type SSTableIndexModifierConstructorDescriptionQueryView(Collection<QueryViewBuilder.QueryExpressionView> view, Set<SSTableIndex> referencedIndexes) -
Uses of SSTableIndex in org.apache.cassandra.index.sai.view
Methods in org.apache.cassandra.index.sai.view that return types with arguments of type SSTableIndexModifier and TypeMethodDescriptionView.getIndexes()View.iterator()View.match(Expression expression) Search for a list ofSSTableIndexes that contain values within the value range requested in theExpressionRangeTermTree.search(Expression e) Constructor parameters in org.apache.cassandra.index.sai.view with type arguments of type SSTableIndexModifierConstructorDescriptionView(IndexTermType indexTermType, Collection<SSTableIndex> indexes)