Uses of Class
org.apache.cassandra.io.FSWriteError
-
Packages that use FSWriteError Package Description org.apache.cassandra.index.sasi.disk org.apache.cassandra.io -
-
Uses of FSWriteError in org.apache.cassandra.index.sasi.disk
Methods in org.apache.cassandra.index.sasi.disk that throw FSWriteError Modifier and Type Method Description protected boolean
OnDiskIndexBuilder. finish(Descriptor descriptor, File file)
boolean
OnDiskIndexBuilder. finish(File indexFile)
Finishes up index building process by creating/populating index file. -
Uses of FSWriteError in org.apache.cassandra.io
Subclasses of FSWriteError 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.
-