Uses of Class
org.apache.cassandra.io.sstable.CorruptSSTableException
Packages that use CorruptSSTableException
Package
Description
-
Uses of CorruptSSTableException in org.apache.cassandra.io
Methods in org.apache.cassandra.io with parameters of type CorruptSSTableExceptionModifier and TypeMethodDescriptionvoidFSErrorHandler.handleCorruptSSTable(CorruptSSTableException e) -
Uses of CorruptSSTableException in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that throw CorruptSSTableExceptionModifier and TypeMethodDescriptionstatic voidCompressionInfoComponent.verifyCompressionInfoExistenceIfApplicable(Descriptor descriptor, Set<Component> actualComponents) Best-effort checking to verify the expected compression info component exists, according to the TOC file. -
Uses of CorruptSSTableException in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util with parameters of type CorruptSSTableExceptionModifier and TypeMethodDescriptionstatic voidFileUtils.handleCorruptSSTable(CorruptSSTableException e) -
Uses of CorruptSSTableException in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CorruptSSTableExceptionModifier and TypeMethodDescriptionvoidDefaultFSErrorHandler.handleCorruptSSTable(CorruptSSTableException e)