Uses of Class
org.apache.cassandra.io.sstable.CorruptSSTableException
-
Packages that use CorruptSSTableException Package Description org.apache.cassandra.io org.apache.cassandra.io.sstable.format org.apache.cassandra.io.util org.apache.cassandra.service -
-
Uses of CorruptSSTableException in org.apache.cassandra.io
Methods in org.apache.cassandra.io with parameters of type CorruptSSTableException Modifier and Type Method Description void
FSErrorHandler. handleCorruptSSTable(CorruptSSTableException e)
-
Uses of CorruptSSTableException in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that throw CorruptSSTableException Modifier and Type Method Description static void
SSTableReader. verifyCompressionInfoExistenceIfApplicable(Descriptor descriptor, java.util.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 CorruptSSTableException Modifier and Type Method Description static void
FileUtils. handleCorruptSSTable(CorruptSSTableException e)
-
Uses of CorruptSSTableException in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CorruptSSTableException Modifier and Type Method Description void
DefaultFSErrorHandler. handleCorruptSSTable(CorruptSSTableException e)
-