Package org.apache.cassandra.index.sai.disk
package org.apache.cassandra.index.sai.disk
-
ClassDescriptionA placeholder index for when there is no on-disk index.Creates the on-disk components for a given column index.Writes all SSTable-attached index files.A bidirectional map of
PrimaryKeyto row ID.A factory for creatingPrimaryKeyMapinstances.A wrapper aroundByteBuffersIndexOutputthat adds several methods that interact with the underlying delegate.In memory representation ofPrimaryKeyto row ID mappings which only containsRowregardless of whether it's live or deleted.A reference-counted container of aSSTableReaderfor each column index that: Manages references to the SSTable for each query Exposes a version agnostic searcher onto the column index Exposes the index metadata for the column indexWrites all on-disk index structures attached to a given SSTable.