Package org.apache.cassandra.io
Class FSDiskFullWriteError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.io.IOError
-
- org.apache.cassandra.io.FSError
-
- org.apache.cassandra.io.FSWriteError
-
- org.apache.cassandra.io.FSDiskFullWriteError
-
- All Implemented Interfaces:
java.io.Serializable
public class FSDiskFullWriteError extends FSWriteError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSDiskFullWriteError(java.lang.String keyspace, long mutationSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.cassandra.io.FSError
findNested
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFSWriteError
-
-