Uses of Enum Class
org.apache.cassandra.index.sai.IndexValidation
Packages that use IndexValidation
Package
Description
-
Uses of IndexValidation in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return IndexValidationModifier and TypeMethodDescriptionstatic IndexValidationReturns the enum constant of this class with the specified name.static IndexValidation[]IndexValidation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index.sai with parameters of type IndexValidationModifier 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 IndexValidation in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format with parameters of type IndexValidationModifier and TypeMethodDescriptionbooleanIndexDescriptor.validatePerIndexComponents(IndexTermType indexTermType, IndexIdentifier indexIdentifier, IndexValidation validation, boolean validateChecksum, boolean rethrow) booleanIndexDescriptor.validatePerSSTableComponents(IndexValidation validation, boolean validateChecksum, boolean rethrow) -
Uses of IndexValidation in org.apache.cassandra.index.sai.view
Methods in org.apache.cassandra.index.sai.view with parameters of type IndexValidationModifier and TypeMethodDescriptionIndexViewManager.update(Collection<SSTableReader> oldSSTables, Collection<SSTableContext> newSSTableContexts, IndexValidation validation) Replaces old SSTables with new by creating new immutable view.