Package org.apache.derby.iapi.store.raw
Interface Corruptable
-
- All Known Subinterfaces:
DataFactory
,LogFactory
,RawStoreFactory
,TransactionFactory
- All Known Implementing Classes:
BaseDataFileFactory
,BaseDataFileFactoryJ4
,LogToFile
,RawStore
,ReadOnly
,XactFactory
public interface Corruptable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardException
markCorrupt(StandardException originalError)
Mark the module as corrupt.
-
-
-
Method Detail
-
markCorrupt
StandardException markCorrupt(StandardException originalError)
Mark the module as corrupt. It is safe to call this multiple times.- Returns:
- Must always return its parameter.
-
-