Uses of Interface
org.apache.cassandra.index.sai.disk.PerColumnIndexWriter
Packages that use PerColumnIndexWriter
Package
Description
-
Uses of PerColumnIndexWriter in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format that return PerColumnIndexWriterModifier and TypeMethodDescriptionIndexDescriptor.newPerColumnIndexWriter(StorageAttachedIndex index, LifecycleNewTracker tracker, RowMapping rowMapping) OnDiskFormat.newPerColumnIndexWriter(StorageAttachedIndex index, IndexDescriptor indexDescriptor, LifecycleNewTracker tracker, RowMapping rowMapping) Create a newPerColumnIndexWriterto write the per-column on-disk components of an index. -
Uses of PerColumnIndexWriter in org.apache.cassandra.index.sai.disk.v1
Classes in org.apache.cassandra.index.sai.disk.v1 that implement PerColumnIndexWriterModifier and TypeClassDescriptionclassColumn index writer that flushes indexed data directly from the corresponding Memtable index, without buffering index data in memory.classColumn index writer that accumulates (on-heap) indexed data from a compacted SSTable as it's being flushed to disk.Methods in org.apache.cassandra.index.sai.disk.v1 that return PerColumnIndexWriterModifier and TypeMethodDescriptionV1OnDiskFormat.newPerColumnIndexWriter(StorageAttachedIndex index, IndexDescriptor indexDescriptor, LifecycleNewTracker tracker, RowMapping rowMapping)