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 booleanOnDiskIndexBuilder. finish(Descriptor descriptor, File file)booleanOnDiskIndexBuilder. 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 classFSDiskFullWriteErrorclassFSNoDiskAvailableForWriteErrorThrown when all the disks used by a given keyspace have been marked as unwriteable.
-