Interface StorageErrorReporter
- All Known Implementing Classes:
NNStorage
@Private
public interface StorageErrorReporter
Interface which implementations of
JournalManager can use to report
errors on underlying storage directories. This avoids a circular dependency
between journal managers and the storage which instantiates them.-
Method Summary
Modifier and TypeMethodDescriptionvoidIndicate that some error occurred on the given file.
-
Method Details
-
reportErrorOnFile
Indicate that some error occurred on the given file.- Parameters:
f- the file which had an error.
-