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 classFSDiskFullWriteErrorclassFSNoDiskAvailableForWriteErrorThrown when all the disks used by a given keyspace have been marked as unwriteable.classFSReadErrorclassFSWriteErrorMethods in org.apache.cassandra.io that return FSError Modifier and Type Method Description static FSErrorFSError. 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 voidFSErrorHandler. 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 voidFileUtils. handleFSError(FSError e)static voidFileUtils. 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 voidDefaultFSErrorHandler. handleFSError(FSError e)
-