Package org.apache.cassandra.index.sai.disk
-
Interface Summary Interface Description PerColumnIndexWriter Creates the on-disk components for a given column index.PerSSTableIndexWriter Writes all SSTable-attached index files.PrimaryKeyMap A bidirectional map ofPrimaryKey
to row ID.PrimaryKeyMap.Factory A factory for creatingPrimaryKeyMap
instances. -
Class Summary Class Description IndexSearchResultIterator ResettableByteBuffersIndexOutput A wrapper aroundByteBuffersIndexOutput
that adds several methods that interact with the underlying delegate.RowMapping In memory representation ofPrimaryKey
to row ID mappings which only containsRow
regardless of whether it's live or deleted.SSTableIndex A reference-counted container of aSSTableReader
for 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 indexStorageAttachedIndexWriter Writes all on-disk index structures attached to a given SSTable.