NNStorage@Private
public interface StorageErrorReporter
JournalManager can use to report
errors on underlying storage directories. This avoids a circular dependency
between journal managers and the storage which instantiates them.| Modifier and Type | Method | Description |
|---|---|---|
void |
reportErrorOnFile(java.io.File f) |
Indicate that some error occurred on the given file.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.