Package org.apache.cassandra.io
Interface FSErrorHandler
-
- All Known Implementing Classes:
DefaultFSErrorHandler
public interface FSErrorHandler
Interface for handling file system errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
handleCorruptSSTable(CorruptSSTableException e)
void
handleFSError(FSError e)
default void
handleStartupFSError(java.lang.Throwable t)
-
-
-
Method Detail
-
handleCorruptSSTable
void handleCorruptSSTable(CorruptSSTableException e)
-
handleFSError
void handleFSError(FSError e)
-
handleStartupFSError
default void handleStartupFSError(java.lang.Throwable t)
-
-