Package org.apache.cassandra.index.sai.disk.v1
package org.apache.cassandra.index.sai.disk.v1
-
ClassDescriptionUtility class for creating and reading the column completion marker,
IndexComponent.COLUMN_COMPLETION_MARKER.Per-index config for storage-attached index writers.Abstraction over a long-indexed array of longs.Column index writer that flushes indexed data directly from the corresponding Memtable index, without buffering index data in memory.Maintains a mapping ofIndexComponents to associatedFileHandles for read operations on the components.APrimaryKeyMapfor skinny tables (those with no clustering columns).Column index writer that accumulates (on-heap) indexed data from a compacted SSTable as it's being flushed to disk.A version specific implementation of theSSTableIndexwhere the index is segmentedAn extension of theSkinnyPrimaryKeyMapfor wide tables (those with clustering columns).