Package org.apache.cassandra.service
Class DefaultFSErrorHandler
- java.lang.Object
-
- org.apache.cassandra.service.DefaultFSErrorHandler
-
- All Implemented Interfaces:
FSErrorHandler
public class DefaultFSErrorHandler extends java.lang.Object implements FSErrorHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultFSErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleCorruptSSTable(CorruptSSTableException e)
void
handleFSError(FSError e)
void
handleStartupFSError(java.lang.Throwable t)
-
-
-
Method Detail
-
handleCorruptSSTable
public void handleCorruptSSTable(CorruptSSTableException e)
- Specified by:
handleCorruptSSTable
in interfaceFSErrorHandler
-
handleFSError
public void handleFSError(FSError e)
- Specified by:
handleFSError
in interfaceFSErrorHandler
-
handleStartupFSError
public void handleStartupFSError(java.lang.Throwable t)
- Specified by:
handleStartupFSError
in interfaceFSErrorHandler
-
-