Uses of Class
org.apache.cassandra.index.sai.disk.RowMapping
Packages that use RowMapping
Package
Description
-
Uses of RowMapping in org.apache.cassandra.index.sai.disk
Fields in org.apache.cassandra.index.sai.disk declared as RowMappingMethods in org.apache.cassandra.index.sai.disk that return RowMappingModifier and TypeMethodDescriptionstatic RowMappingRowMapping.create(OperationType opType) Create row mapping for FLUSH operation only. -
Uses of RowMapping in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type RowMappingModifier 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 RowMapping in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type RowMappingModifier and TypeMethodDescriptionV1OnDiskFormat.newPerColumnIndexWriter(StorageAttachedIndex index, IndexDescriptor indexDescriptor, LifecycleNewTracker tracker, RowMapping rowMapping) Constructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type RowMappingModifierConstructorDescriptionMemtableIndexWriter(MemtableIndex memtable, IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier, IndexMetrics indexMetrics, RowMapping rowMapping)