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