Uses of Class
org.apache.cassandra.index.sai.SSTableContext
Packages that use SSTableContext
Package
Description
-
Uses of SSTableContext in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return SSTableContextModifier and TypeMethodDescriptionstatic SSTableContextSSTableContext.create(SSTableReader sstable) SSTableContext.sharedCopy()Methods in org.apache.cassandra.index.sai that return types with arguments of type SSTableContextModifier and TypeMethodDescriptionStorageAttachedIndex.onSSTableChanged(Collection<SSTableReader> oldSSTables, Collection<SSTableContext> newSSTables, IndexValidation validation) SSTableContextManager.update(Collection<SSTableReader> removed, Iterable<SSTableReader> added, IndexValidation validation) InitializeSSTableContexts if they are not already initialized. -
Uses of SSTableContext in org.apache.cassandra.index.sai.disk
Fields in org.apache.cassandra.index.sai.disk declared as SSTableContextMethods in org.apache.cassandra.index.sai.disk that return SSTableContextConstructors in org.apache.cassandra.index.sai.disk with parameters of type SSTableContextModifierConstructorDescriptionEmptyIndex(SSTableContext sstableContext, StorageAttachedIndex index) SSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) -
Uses of SSTableContext in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type SSTableContextModifier and TypeMethodDescriptionIndexDescriptor.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) OnDiskFormat.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) Create a newSSTableIndexfor an on-disk index. -
Uses of SSTableContext in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 with parameters of type SSTableContextModifier and TypeMethodDescriptionV1OnDiskFormat.newSSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) Constructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type SSTableContextModifierConstructorDescriptionV1SSTableIndex(SSTableContext sstableContext, StorageAttachedIndex index) -
Uses of SSTableContext in org.apache.cassandra.index.sai.disk.v1.segment
Constructors in org.apache.cassandra.index.sai.disk.v1.segment with parameters of type SSTableContextModifierConstructorDescriptionSegment(StorageAttachedIndex index, SSTableContext sstableContext, PerColumnIndexFiles indexFiles, SegmentMetadata metadata) -
Uses of SSTableContext in org.apache.cassandra.index.sai.view
Methods in org.apache.cassandra.index.sai.view that return types with arguments of type SSTableContextModifier and TypeMethodDescriptionIndexViewManager.update(Collection<SSTableReader> oldSSTables, Collection<SSTableContext> newSSTableContexts, IndexValidation validation) Replaces old SSTables with new by creating new immutable view.