Uses of Class
org.apache.cassandra.io.FSError
Packages that use FSError
Package
Description
-
Uses of FSError in org.apache.cassandra.io
Subclasses of FSError in org.apache.cassandra.ioModifier and TypeClassDescriptionclassclassThrown when all the disks used by a given keyspace have been marked as unwriteable.classclassMethods in org.apache.cassandra.io that return FSErrorModifier and TypeMethodDescriptionstatic FSErrorFSError.findNested(Throwable top) Unwraps the Throwable cause chain looking for an FSError instanceMethods in org.apache.cassandra.io with parameters of type FSError -
Uses of FSError in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util with parameters of type FSErrorModifier and TypeMethodDescriptionstatic 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