Uses of Class
org.apache.cassandra.io.FSError
-
Packages that use FSError Package Description org.apache.cassandra.io org.apache.cassandra.io.util org.apache.cassandra.service -
-
Uses of FSError in org.apache.cassandra.io
Subclasses of FSError in org.apache.cassandra.io Modifier and Type Class Description class
FSDiskFullWriteError
class
FSNoDiskAvailableForWriteError
Thrown when all the disks used by a given keyspace have been marked as unwriteable.class
FSReadError
class
FSWriteError
Methods in org.apache.cassandra.io that return FSError Modifier and Type Method Description static FSError
FSError. findNested(java.lang.Throwable top)
Unwraps the Throwable cause chain looking for an FSError instanceMethods in org.apache.cassandra.io with parameters of type FSError Modifier and Type Method Description void
FSErrorHandler. handleFSError(FSError e)
-
Uses of FSError in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util with parameters of type FSError Modifier and Type Method Description static void
FileUtils. handleFSError(FSError e)
static void
FileUtils. handleFSErrorAndPropagate(FSError e)
handleFSErrorAndPropagate will invoke the disk failure policy error handler, which may or may not stop the daemon or transports. -
Uses of FSError in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type FSError Modifier and Type Method Description void
DefaultFSErrorHandler. handleFSError(FSError e)
-