Uses of Class
org.apache.cassandra.index.sai.memory.MemtableIndex
Packages that use MemtableIndex
Package
Description
-
Uses of MemtableIndex in org.apache.cassandra.index.sai.disk
Methods in org.apache.cassandra.index.sai.disk with parameters of type MemtableIndexModifier and TypeMethodDescriptionIterator<Pair<ByteComparable,com.carrotsearch.hppc.LongArrayList>> RowMapping.merge(MemtableIndex index) Link the term ->PrimaryKeysmappings from a providedMemtableIndexto thePrimaryKey-> row ID mappings maintained here inRowMapping.rowMappingto produce mappings of terms to their postings lists.Method parameters in org.apache.cassandra.index.sai.disk with type arguments of type MemtableIndexModifier and TypeMethodDescriptionstatic IndexSearchResultIteratorIndexSearchResultIterator.build(Expression expression, Collection<MemtableIndex> memtableIndexes, Collection<SSTableIndex> sstableIndexes, AbstractBounds<PartitionPosition> keyRange, QueryContext queryContext, boolean includeMemtables, Runnable onClose) Builds a newIndexSearchResultIteratorthat wraps aKeyRangeUnionIteratorover the results of searching theMemtableIndexes and theSSTableIndexes. -
Uses of MemtableIndex in org.apache.cassandra.index.sai.disk.v1
Constructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type MemtableIndexModifierConstructorDescriptionMemtableIndexWriter(MemtableIndex memtable, IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier, IndexMetrics indexMetrics, RowMapping rowMapping) -
Uses of MemtableIndex in org.apache.cassandra.index.sai.memory
Methods in org.apache.cassandra.index.sai.memory that return MemtableIndexModifier and TypeMethodDescriptionMemtableIndexManager.getPendingMemtableIndex(LifecycleNewTracker tracker) Methods in org.apache.cassandra.index.sai.memory that return types with arguments of type MemtableIndex -
Uses of MemtableIndex in org.apache.cassandra.index.sai.plan
Fields in org.apache.cassandra.index.sai.plan with type parameters of type MemtableIndexModifier and TypeFieldDescriptionfinal Collection<MemtableIndex>QueryViewBuilder.QueryExpressionView.memtableIndexesConstructor parameters in org.apache.cassandra.index.sai.plan with type arguments of type MemtableIndexModifierConstructorDescriptionQueryExpressionView(Expression expression, Collection<MemtableIndex> memtableIndexes, Collection<SSTableIndex> sstableIndexes)